Modifier and Type | Method and Description |
---|---|
static List<SelectorOptions<GetOperationOptions>> |
MiscSchemaUtil.optionsTypeToOptions(SelectorQualifiedGetOptionsType objectOptionsType) |
Modifier and Type | Method and Description |
---|---|
SelectorQualifiedGetOptionsType |
SelectorQualifiedGetOptionsType.clone()
Creates and returns a deep copy of this object.
|
SelectorQualifiedGetOptionsType |
ObjectFactory.createSelectorQualifiedGetOptionsType()
Create an instance of
SelectorQualifiedGetOptionsType |
Constructor and Description |
---|
SelectorQualifiedGetOptionsType(SelectorQualifiedGetOptionsType o)
Creates a new
SelectorQualifiedGetOptionsType instance by deeply copying a given SelectorQualifiedGetOptionsType instance. |
Modifier and Type | Field and Description |
---|---|
protected SelectorQualifiedGetOptionsType |
SearchObjectsType.options |
protected SelectorQualifiedGetOptionsType |
GetObjectType.options |
Modifier and Type | Method and Description |
---|---|
SelectorQualifiedGetOptionsType |
SearchObjectsType.getOptions()
Gets the value of the options property.
|
SelectorQualifiedGetOptionsType |
GetObjectType.getOptions()
Gets the value of the options property.
|
Modifier and Type | Method and Description |
---|---|
void |
ModelPortTypeImpl.getObject(QName objectType,
String oid,
SelectorQualifiedGetOptionsType options,
Holder<ObjectType> object,
Holder<OperationResultType> result) |
void |
ModelPortType.getObject(QName objectType,
String oid,
SelectorQualifiedGetOptionsType options,
Holder<ObjectType> object,
Holder<OperationResultType> result)
Returns object for provided OID.
|
void |
ModelPortTypeImpl.searchObjects(QName objectType,
com.evolveum.prism.xml.ns._public.query_3.QueryType query,
SelectorQualifiedGetOptionsType options,
Holder<ObjectListType> objectList,
Holder<OperationResultType> result) |
void |
ModelPortType.searchObjects(QName objectType,
com.evolveum.prism.xml.ns._public.query_3.QueryType query,
SelectorQualifiedGetOptionsType options,
Holder<ObjectListType> objectList,
Holder<OperationResultType> result)
Search for objects in the repository.
|
void |
SearchObjectsType.setOptions(SelectorQualifiedGetOptionsType value)
Sets the value of the options property.
|
void |
GetObjectType.setOptions(SelectorQualifiedGetOptionsType value)
Sets the value of the options property.
|
Copyright © 2014 Evolveum. All rights reserved.