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 |
SearchObjectsResponse.objectList |
protected ObjectListType |
ListObjectsResponse.objectList |
Modifier and Type | Method and Description |
---|---|
ObjectListType |
SearchObjectsResponse.getObjectList()
Gets the value of the objectList property.
|
ObjectListType |
ListObjectsResponse.getObjectList()
Gets the value of the objectList property.
|
Modifier and Type | Method and Description |
---|---|
void |
SearchObjectsResponse.setObjectList(ObjectListType value)
Sets the value of the objectList property.
|
void |
ListObjectsResponse.setObjectList(ObjectListType value)
Sets the value of the objectList property.
|
Modifier and Type | Method and Description |
---|---|
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.