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 OperationOptionInfo
OperationOptionInfoBuilder. build()
static OperationOptionInfo
OperationOptionInfoBuilder. build(String name)
static OperationOptionInfo
OperationOptionInfoBuilder. build(String name, Class<?> type)
static OperationOptionInfo
OperationOptionInfoBuilder. buildAllowPartialAttributeValues()
static OperationOptionInfo
OperationOptionInfoBuilder. buildAllowPartialResults()
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. buildReturnDefaultAttributes()
static OperationOptionInfo
OperationOptionInfoBuilder. buildRunWithPassword()
static OperationOptionInfo
OperationOptionInfoBuilder. buildRunWithUser()
static OperationOptionInfo
OperationOptionInfoBuilder. buildScope()
static OperationOptionInfo
OperationOptionInfoBuilder. buildSortKeys()
OperationOptionInfo
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 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 void
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.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.
-