Uses of Class
org.identityconnectors.framework.common.objects.OperationOptionInfo
-
Packages that use OperationOptionInfo Package Description org.identityconnectors.framework.common.objects -
-
Uses of OperationOptionInfo in org.identityconnectors.framework.common.objects
Methods in org.identityconnectors.framework.common.objects that return OperationOptionInfo Modifier and Type Method Description OperationOptionInfoOperationOptionInfoBuilder. build()static OperationOptionInfoOperationOptionInfoBuilder. build(String name)static OperationOptionInfoOperationOptionInfoBuilder. build(String name, Class<?> type)static 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()OperationOptionInfoSchema. findOperationOptionInfo(String name)Returns the OperationOptionInfo for the given name.Methods in org.identityconnectors.framework.common.objects that return types with arguments of type OperationOptionInfo Modifier and Type Method Description Set<OperationOptionInfo>Schema. 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.Set<OperationOptionInfo>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 OperationOptionInfo Modifier and Type Method Description voidSchemaBuilder. 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.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.
-