Modifier and Type | Method and Description |
---|---|
static ObjectListType |
MiscSchemaUtil.toObjectListType(List<com.evolveum.midpoint.prism.PrismObject<? extends ObjectType>> list) |
Modifier and Type | Method and Description |
---|---|
static String |
SchemaDebugUtil.prettyPrint(ObjectListType list) |
static <T extends ObjectType> |
MiscSchemaUtil.toList(Class<T> type,
ObjectListType listType) |
Modifier and Type | Method and Description |
---|---|
ObjectListType |
ObjectListType.clone()
Creates and returns a deep copy of this object.
|
ObjectListType |
ObjectFactory.createObjectListType()
Create an instance of
ObjectListType |
Constructor and Description |
---|
ObjectListType(ObjectListType o)
Creates a new
ObjectListType instance by deeply copying a given ObjectListType instance. |
Modifier and Type | Field and Description |
---|---|
protected ObjectListType |
SearchObjectsResponseType.objectList |
Modifier and Type | Method and Description |
---|---|
ObjectListType |
SearchObjectsResponseType.getObjectList()
Gets the value of the objectList property.
|
Modifier and Type | Method and Description |
---|---|
void |
SearchObjectsResponseType.setObjectList(ObjectListType value)
Sets the value of the objectList property.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Field and Description |
---|---|
protected ObjectListType |
ProcessReportResponseType.objectList |
protected ObjectListType |
EvaluateScriptResponseType.objectList |
Modifier and Type | Method and Description |
---|---|
ObjectListType |
ReportPortType.evaluateScript(String script,
RemoteReportParametersType parameters) |
ObjectListType |
ReportPortImpl.evaluateScript(String script,
RemoteReportParametersType parameters) |
ObjectListType |
ProcessReportResponseType.getObjectList()
Gets the value of the objectList property.
|
ObjectListType |
EvaluateScriptResponseType.getObjectList()
Gets the value of the objectList property.
|
ObjectListType |
ReportPortType.processReport(String query,
RemoteReportParametersType parameters,
SelectorQualifiedGetOptionsType options) |
ObjectListType |
ReportPortImpl.processReport(String query,
RemoteReportParametersType parameters,
SelectorQualifiedGetOptionsType options) |
Modifier and Type | Method and Description |
---|---|
void |
ProcessReportResponseType.setObjectList(ObjectListType value)
Sets the value of the objectList property.
|
void |
EvaluateScriptResponseType.setObjectList(ObjectListType value)
Sets the value of the objectList property.
|
Copyright © 2016 Evolveum. All rights reserved.