wt.fc
Interface QueryStringDelegate

All Known Implementing Classes:
ObjectReferenceQueryStringDelegate, PersistentReferenceQueryStringDelegate, VersionReferenceQueryStringDelegate

public interface QueryStringDelegate



Supported API: false

Extendable: false


Method Summary
 WTReference getReference(String stringReference)
          

Supported API: false
 String getReferenceString(WTReference reference)
          

Supported API: false
 

Method Detail

getReference

public WTReference getReference(String stringReference)
                         throws WTException


Supported API: false

Parameters:
stringReference -
Returns:
WTReference
Throws:
WTException

getReferenceString

public String getReferenceString(WTReference reference)
                          throws WTException


Supported API: false

Parameters:
reference -
Returns:
String
Throws:
WTException