Uses of Class
org.identityconnectors.framework.common.objects.SortKey
-
Packages that use SortKey Package Description org.identityconnectors.framework.common.objects -
-
Uses of SortKey in org.identityconnectors.framework.common.objects
Methods in org.identityconnectors.framework.common.objects that return SortKey Modifier and Type Method Description static SortKeySortKey. ascendingOrder(String field)Creates a new ascending-order sort key for the provided field.static SortKeySortKey. descendingOrder(String field)Creates a new descending-order sort key for the provided field.SortKey[]OperationOptions. getSortKeys()Returns the sort keys which should be used for ordering theConnectorObjects returned by this search request.static SortKeySortKey. reverseOrder(SortKey key)Creates a new sort key having the same field as the provided key, but in reverse sort order.Methods in org.identityconnectors.framework.common.objects with parameters of type SortKey Modifier and Type Method Description static SortKeySortKey. reverseOrder(SortKey key)Creates a new sort key having the same field as the provided key, but in reverse sort order.OperationOptionsBuilderOperationOptionsBuilder. setSortKeys(SortKey... sortKeys)Convenience method to setOperationOptions.OP_SORT_KEYS.Method parameters in org.identityconnectors.framework.common.objects with type arguments of type SortKey Modifier and Type Method Description OperationOptionsBuilderOperationOptionsBuilder. setSortKeys(List<SortKey> sortKeys)Convenience method to setOperationOptions.OP_SORT_KEYS.
-