Modifier and Type | Method and Description |
---|---|
static Collection<SelectorOptions<GetOperationOptions>> |
MiscSchemaUtil.optionsTypeToOptions(OperationOptionsType optionsType) |
Modifier and Type | Method and Description |
---|---|
OperationOptionsType |
OperationOptionsType.clone()
Creates and returns a deep copy of this object.
|
OperationOptionsType |
ObjectFactory.createOperationOptionsType()
Create an instance of
OperationOptionsType |
Constructor and Description |
---|
OperationOptionsType(OperationOptionsType o)
Creates a new
OperationOptionsType instance by deeply copying a given OperationOptionsType instance. |
Modifier and Type | Field and Description |
---|---|
protected OperationOptionsType |
SearchObjects.options |
protected OperationOptionsType |
ListObjects.options |
protected OperationOptionsType |
GetObject.options |
Modifier and Type | Method and Description |
---|---|
OperationOptionsType |
SearchObjects.getOptions()
Gets the value of the options property.
|
OperationOptionsType |
ListObjects.getOptions()
Gets the value of the options property.
|
OperationOptionsType |
GetObject.getOptions()
Gets the value of the options property.
|
Modifier and Type | Method and Description |
---|---|
void |
SearchObjects.setOptions(OperationOptionsType value)
Sets the value of the options property.
|
void |
ListObjects.setOptions(OperationOptionsType value)
Sets the value of the options property.
|
void |
GetObject.setOptions(OperationOptionsType value)
Sets the value of the options property.
|
Modifier and Type | Method and Description |
---|---|
void |
ModelPortTypeImpl.getObject(String objectType,
String oid,
OperationOptionsType options,
Holder<ObjectType> object,
Holder<OperationResultType> result) |
void |
ModelPortType.getObject(String objectType,
String oid,
OperationOptionsType options,
Holder<ObjectType> object,
Holder<OperationResultType> result)
Returns object for provided OID.
|
void |
ModelPortTypeImpl.listObjects(String objectType,
PagingType paging,
OperationOptionsType options,
Holder<ObjectListType> objectList,
Holder<OperationResultType> result) |
void |
ModelPortType.listObjects(String objectType,
PagingType paging,
OperationOptionsType options,
Holder<ObjectListType> objectList,
Holder<OperationResultType> result)
Returns all objects of specified type in the repository.
|
void |
ModelPortTypeImpl.searchObjects(String objectType,
QueryType query,
OperationOptionsType options,
Holder<ObjectListType> objectList,
Holder<OperationResultType> result) |
void |
ModelPortType.searchObjects(String objectType,
QueryType query,
OperationOptionsType options,
Holder<ObjectListType> objectList,
Holder<OperationResultType> result)
Search for objects in the repository.
|
Copyright © 2014 Evolveum. All rights reserved.