|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ObjectListType in com.evolveum.midpoint.model |
---|
Method parameters in com.evolveum.midpoint.model with type arguments of type ObjectListType | |
---|---|
void |
ModelWebService.listObjects(String objectType,
PagingType paging,
OperationOptionsType options,
Holder<ObjectListType> objectListHolder,
Holder<OperationResultType> result)
|
void |
ModelWebService.listResourceObjects(String resourceOid,
QName objectType,
PagingType paging,
Holder<ObjectListType> objectListTypeHolder,
Holder<OperationResultType> result)
|
void |
ModelWebService.searchObjects(String objectTypeUri,
QueryType query,
OperationOptionsType options,
Holder<ObjectListType> objectListHolder,
Holder<OperationResultType> result)
|
Uses of ObjectListType in com.evolveum.midpoint.schema.util |
---|
Methods in com.evolveum.midpoint.schema.util that return ObjectListType | |
---|---|
static ObjectListType |
MiscSchemaUtil.toObjectListType(List<PrismObject<? extends ObjectType>> list)
|
Methods in com.evolveum.midpoint.schema.util with parameters of type ObjectListType | ||
---|---|---|
static String |
SchemaDebugUtil.prettyPrint(ObjectListType list)
|
|
static
|
MiscSchemaUtil.toList(Class<T> type,
ObjectListType listType)
|
Uses of ObjectListType in com.evolveum.midpoint.xml.ns._public.common.api_types_2 |
---|
Methods in com.evolveum.midpoint.xml.ns._public.common.api_types_2 that return ObjectListType | |
---|---|
ObjectListType |
ObjectListType.clone()
Creates and returns a deep copy of this object. |
ObjectListType |
ObjectFactory.createObjectListType()
Create an instance of ObjectListType |
Constructors in com.evolveum.midpoint.xml.ns._public.common.api_types_2 with parameters of type ObjectListType | |
---|---|
ObjectListType(ObjectListType o)
Creates a new ObjectListType instance by deeply copying a given ObjectListType instance. |
Uses of ObjectListType in com.evolveum.midpoint.xml.ns._public.model.model_1_wsdl |
---|
Method parameters in com.evolveum.midpoint.xml.ns._public.model.model_1_wsdl with type arguments of type ObjectListType | |
---|---|
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.listObjects(String objectType,
PagingType paging,
OperationOptionsType options,
Holder<ObjectListType> objectList,
Holder<OperationResultType> result)
|
void |
ModelPortType.listResourceObjects(String resourceOid,
QName objectType,
PagingType paging,
Holder<ObjectListType> objectList,
Holder<OperationResultType> result)
WARNING: This operation should not be here. |
void |
ModelPortTypeImpl.listResourceObjects(String resourceOid,
QName objectType,
PagingType paging,
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. |
void |
ModelPortTypeImpl.searchObjects(String objectType,
QueryType query,
OperationOptionsType options,
Holder<ObjectListType> objectList,
Holder<OperationResultType> result)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |