Uses of Class
com.evolveum.midpoint.xml.ns._public.common.api_types_3.ObjectListType
-
Packages that use ObjectListType Package Description com.evolveum.midpoint.schema.util com.evolveum.midpoint.xml.ns._public.common.api_types_3 com.evolveum.midpoint.xml.ns._public.model.model_3 -
-
Uses of ObjectListType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return ObjectListType Modifier and Type Method Description static ObjectListType
MiscSchemaUtil. toObjectListType(List<PrismObject<? extends ObjectType>> list)
Methods in com.evolveum.midpoint.schema.util with parameters of type ObjectListType Modifier and Type Method Description static String
SchemaDebugUtil. prettyPrint(ObjectListType list)
static <T extends ObjectType>
List<PrismObject<T>>MiscSchemaUtil. toList(Class<T> type, ObjectListType listType)
-
Uses of ObjectListType in com.evolveum.midpoint.xml.ns._public.common.api_types_3
Methods in com.evolveum.midpoint.xml.ns._public.common.api_types_3 that return ObjectListType Modifier and Type Method Description ObjectListType
ObjectListType. clone()
Creates and returns a deep copy of this object.ObjectListType
ObjectListType. count(Integer value)
ObjectListType
ObjectFactory. createObjectListType()
Create an instance ofObjectListType
ObjectListType
ObjectListType. object(ObjectType value)
Methods in com.evolveum.midpoint.xml.ns._public.common.api_types_3 that return types with arguments of type ObjectListType Modifier and Type Method Description javax.xml.bind.JAXBElement<ObjectListType>
ObjectFactory. createObjectList(ObjectListType value)
Methods in com.evolveum.midpoint.xml.ns._public.common.api_types_3 with parameters of type ObjectListType Modifier and Type Method Description javax.xml.bind.JAXBElement<ObjectListType>
ObjectFactory. createObjectList(ObjectListType value)
Constructors in com.evolveum.midpoint.xml.ns._public.common.api_types_3 with parameters of type ObjectListType Constructor Description ObjectListType(ObjectListType o)
Creates a newObjectListType
instance by deeply copying a givenObjectListType
instance. -
Uses of ObjectListType in com.evolveum.midpoint.xml.ns._public.model.model_3
Fields in com.evolveum.midpoint.xml.ns._public.model.model_3 declared as ObjectListType Modifier and Type Field Description protected ObjectListType
SearchObjectsResponseType. objectList
Methods in com.evolveum.midpoint.xml.ns._public.model.model_3 that return ObjectListType Modifier and Type Method Description ObjectListType
SearchObjectsResponseType. beginObjectList()
ObjectListType
SearchObjectsResponseType. getObjectList()
Gets the value of the objectList property.Methods in com.evolveum.midpoint.xml.ns._public.model.model_3 with parameters of type ObjectListType Modifier and Type Method Description SearchObjectsResponseType
SearchObjectsResponseType. objectList(ObjectListType value)
void
SearchObjectsResponseType. setObjectList(ObjectListType value)
Sets the value of the objectList property.Method parameters in com.evolveum.midpoint.xml.ns._public.model.model_3 with type arguments of type ObjectListType Modifier and Type Method Description void
ModelPortImpl. searchObjects(QName objectType, QueryType query, SelectorQualifiedGetOptionsType options, javax.xml.ws.Holder<ObjectListType> objectList, javax.xml.ws.Holder<OperationResultType> result)
void
ModelPortType. searchObjects(QName objectType, QueryType query, SelectorQualifiedGetOptionsType options, javax.xml.ws.Holder<ObjectListType> objectList, javax.xml.ws.Holder<OperationResultType> result)
TODO Faults: any SystemFaultType IllegalArgumentFaultType: wrong object type SchemaViolationFaultType: unknown property used in search query
-