| Package | Description |
|---|---|
| org.identityconnectors.framework.common.objects |
| Modifier and Type | Method and Description |
|---|---|
static SortKey |
SortKey.ascendingOrder(String field)
Creates a new ascending-order sort key for the provided field.
|
static SortKey |
SortKey.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 the
ConnectorObjects returned by this search request. |
static SortKey |
SortKey.reverseOrder(SortKey key)
Creates a new sort key having the same field as the provided key, but in
reverse sort order.
|
| Modifier and Type | Method and Description |
|---|---|
static SortKey |
SortKey.reverseOrder(SortKey key)
Creates a new sort key having the same field as the provided key, but in
reverse sort order.
|
OperationOptionsBuilder |
OperationOptionsBuilder.setSortKeys(SortKey... sortKeys)
Convenience method to set
OperationOptions.OP_SORT_KEYS. |
| Modifier and Type | Method and Description |
|---|---|
OperationOptionsBuilder |
OperationOptionsBuilder.setSortKeys(List<SortKey> sortKeys)
Convenience method to set
OperationOptions.OP_SORT_KEYS. |
Copyright © 2018. All rights reserved.