|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OperationOptionInfo | |
---|---|
org.identityconnectors.framework.common.objects |
Uses of OperationOptionInfo in org.identityconnectors.framework.common.objects |
---|
Methods in org.identityconnectors.framework.common.objects that return OperationOptionInfo | |
---|---|
OperationOptionInfo |
OperationOptionInfoBuilder.build()
|
static OperationOptionInfo |
OperationOptionInfoBuilder.build(String name)
|
static OperationOptionInfo |
OperationOptionInfoBuilder.build(String name,
Class<?> type)
|
static OperationOptionInfo |
OperationOptionInfoBuilder.buildAttributesToGet()
Builds an OperationOptionInfo for the attribute to get option. |
static OperationOptionInfo |
OperationOptionInfoBuilder.buildContainer()
|
static OperationOptionInfo |
OperationOptionInfoBuilder.buildRunWithPassword()
|
static OperationOptionInfo |
OperationOptionInfoBuilder.buildRunWithUser()
|
static OperationOptionInfo |
OperationOptionInfoBuilder.buildScope()
|
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 | |
---|---|
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 | |
---|---|
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.removeSupportedOperationOption(Class<? extends SPIOperation> op,
OperationOptionInfo def)
Removes the given OperationOptionInfo as a supported option for the given operation. |
Constructor parameters in org.identityconnectors.framework.common.objects with type arguments of type OperationOptionInfo | |
---|---|
Schema(Set<ObjectClassInfo> info,
Set<OperationOptionInfo> options,
Map<Class<? extends APIOperation>,Set<ObjectClassInfo>> supportedObjectClassesByOperation,
Map<Class<? extends APIOperation>,Set<OperationOptionInfo>> supportedOptionsByOperation)
Public only for serialization; please use SchemaBuilder instead. |
|
Schema(Set<ObjectClassInfo> info,
Set<OperationOptionInfo> options,
Map<Class<? extends APIOperation>,Set<ObjectClassInfo>> supportedObjectClassesByOperation,
Map<Class<? extends APIOperation>,Set<OperationOptionInfo>> supportedOptionsByOperation)
Public only for serialization; please use SchemaBuilder instead. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |