|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AllowsSortingUsingXQuery
This interface is intended to be implemented by PropertyAccessor
objects representing sortable properties.
Method Summary | |
---|---|
java.lang.String |
getSortPath(java.lang.String objectTypeValue)
This method returns the xpath that will be used in XQuery for sorting on the property accessed by the PropertyAccessor implementing this interface. |
Method Detail |
---|
java.lang.String getSortPath(java.lang.String objectTypeValue)
PropertyAccessor
implementing this interface.
Note: the xpath expression must contain $ro representing the registry object being searched
objectTypeValue
- the value of the object type or ObjectTypePredicate.ALL_OBJECT_TYPES
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |