public interface AllowsSortingUsingXQuery
PropertyAccessor
objects representing sortable properties.Modifier and Type | Method and Description |
---|---|
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. |
java.lang.String getSortPath(java.lang.String objectTypeValue)
PropertyAccessor
implementing this interface.
Note: the xpath expression must contain $ro representing the registry object being searchedobjectTypeValue
- the value of the object type or ObjectTypePredicate.ALL_OBJECT_TYPES