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 OperationOptionInfostatic OperationOptionInfostatic OperationOptionInfoOperationOptionInfoBuilder.buildAllowPartialAttributeValues()static OperationOptionInfoOperationOptionInfoBuilder.buildAllowPartialResults()static OperationOptionInfoOperationOptionInfoBuilder.buildAttributesToGet()Builds anOperationOptionInfofor the attribute to get option.static OperationOptionInfoOperationOptionInfoBuilder.buildContainer()static OperationOptionInfoOperationOptionInfoBuilder.buildPagedResultsCookie()static OperationOptionInfoOperationOptionInfoBuilder.buildPagedResultsOffset()static OperationOptionInfoOperationOptionInfoBuilder.buildPageSize()static OperationOptionInfoOperationOptionInfoBuilder.buildReturnDefaultAttributes()static OperationOptionInfoOperationOptionInfoBuilder.buildRunWithPassword()static OperationOptionInfoOperationOptionInfoBuilder.buildRunWithUser()static OperationOptionInfoOperationOptionInfoBuilder.buildScope()static OperationOptionInfoOperationOptionInfoBuilder.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 TypeMethodDescriptionvoidSchemaBuilder.addSupportedOperationOption(Class<? extends SPIOperation> op, OperationOptionInfo def) Adds the given OperationOptionInfo as a supported option for the given operation.voidSchemaBuilder.defineOperationOption(OperationOptionInfo info) Adds another OperationOptionInfo to the schema.final voidSchemaBuilder.defineOperationOption(OperationOptionInfo operationOptionInfo, Class<? extends SPIOperation>... operations) Adds another OperationOptionInfo to the schema.voidSchemaBuilder.removeSupportedOperationOption(Class<? extends SPIOperation> op, OperationOptionInfo def) Removes the given OperationOptionInfo as a supported option for the given operation.