Uses of Class
org.identityconnectors.framework.common.objects.OperationOptionInfo
Packages that use OperationOptionInfo
-
Uses of OperationOptionInfo in org.identityconnectors.framework.common.objects
Methods in org.identityconnectors.framework.common.objects that return OperationOptionInfoModifier 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.Methods in org.identityconnectors.framework.common.objects that return types with arguments of type OperationOptionInfoModifier 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.Methods in org.identityconnectors.framework.common.objects with parameters of type OperationOptionInfoModifier 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.