Modifier and Type | Method and Description |
---|---|
static SelectorQualifiedGetOptionsType |
MiscSchemaUtil.optionsToOptionsType(Collection<SelectorOptions<GetOperationOptions>> options) |
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 |
ModelPortType.getObject(QName objectType,
String oid,
SelectorQualifiedGetOptionsType options,
Holder<ObjectType> object,
Holder<OperationResultType> result) |
void |
ModelPortImpl.getObject(QName objectType,
String oid,
SelectorQualifiedGetOptionsType options,
Holder<ObjectType> object,
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)
TODO Faults:
any SystemFaultType
IllegalArgumentFaultType: wrong object type
SchemaViolationFaultType: unknown property used in search query
|
void |
ModelPortImpl.searchObjects(QName objectType,
com.evolveum.prism.xml.ns._public.query_3.QueryType query,
SelectorQualifiedGetOptionsType options,
Holder<ObjectListType> objectList,
Holder<OperationResultType> result) |
void |
SearchObjectsType.setOptions(SelectorQualifiedGetOptionsType value)
Sets the value of the options property.
|
void |
GetObjectType.setOptions(SelectorQualifiedGetOptionsType value)
Sets the value of the options property.
|
Modifier and Type | Field and Description |
---|---|
protected SelectorQualifiedGetOptionsType |
ProcessReportType.options |
Modifier and Type | Method and Description |
---|---|
SelectorQualifiedGetOptionsType |
ProcessReportType.getOptions()
Gets the value of the options property.
|
Modifier and Type | Method and Description |
---|---|
ObjectListType |
ReportPortType.processReport(String query,
RemoteReportParametersType parameters,
SelectorQualifiedGetOptionsType options) |
ObjectListType |
ReportPortImpl.processReport(String query,
RemoteReportParametersType parameters,
SelectorQualifiedGetOptionsType options) |
void |
ProcessReportType.setOptions(SelectorQualifiedGetOptionsType value)
Sets the value of the options property.
|
Copyright © 2016 Evolveum. All rights reserved.