Uses of Class
org.identityconnectors.framework.common.objects.OperationOptionInfo
-
Uses of OperationOptionInfo in org.identityconnectors.framework.common.objects
Modifier and TypeMethodDescriptionOperationOptionInfoBuilder.build()
static OperationOptionInfo
static OperationOptionInfo
static OperationOptionInfo
OperationOptionInfoBuilder.buildAttributesToGet()
Builds anOperationOptionInfo
for the attribute to get option.static OperationOptionInfo
OperationOptionInfoBuilder.buildContainer()
static OperationOptionInfo
OperationOptionInfoBuilder.buildPagedResultsCookie()
static OperationOptionInfo
OperationOptionInfoBuilder.buildPagedResultsOffset()
static OperationOptionInfo
OperationOptionInfoBuilder.buildPageSize()
static OperationOptionInfo
OperationOptionInfoBuilder.buildRunWithPassword()
static OperationOptionInfo
OperationOptionInfoBuilder.buildRunWithUser()
static OperationOptionInfo
OperationOptionInfoBuilder.buildScope()
static OperationOptionInfo
OperationOptionInfoBuilder.buildSortKeys()
Schema.findOperationOptionInfo
(String name) Returns the OperationOptionInfo for the given name.Modifier and TypeMethodDescriptionSchema.getOperationOptionInfo()
Returns the set of operation options that are defined in the schema, regardless of which operations support them.Map<Class<? extends APIOperation>,
Set<OperationOptionInfo>> Schema.getSupportedOptionsByOperation()
Returns the set of operation options that apply to a particular operation.Schema.getSupportedOptionsByOperation
(Class<? extends APIOperation> apiop) Returns the supported options for the given operation.Modifier and TypeMethodDescriptionvoid
SchemaBuilder.addSupportedOperationOption
(Class<? extends SPIOperation> op, OperationOptionInfo def) Adds the given OperationOptionInfo as a supported option for the given operation.void
SchemaBuilder.defineOperationOption
(OperationOptionInfo info) Adds another OperationOptionInfo to the schema.final void
SchemaBuilder.defineOperationOption
(OperationOptionInfo operationOptionInfo, Class<? extends SPIOperation>... operations) Adds another OperationOptionInfo to the schema.void
SchemaBuilder.removeSupportedOperationOption
(Class<? extends SPIOperation> op, OperationOptionInfo def) Removes the given OperationOptionInfo as a supported option for the given operation.