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 ObjectListTypeMiscSchemaUtil. toObjectListType(List<PrismObject<? extends ObjectType>> list)Methods in com.evolveum.midpoint.schema.util with parameters of type ObjectListType Modifier and Type Method Description static StringSchemaDebugUtil. 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 ObjectListTypeObjectListType. clone()Creates and returns a deep copy of this object.ObjectListTypeObjectListType. count(Integer value)ObjectListTypeObjectFactory. createObjectListType()Create an instance ofObjectListTypeObjectListTypeObjectListType. 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 newObjectListTypeinstance by deeply copying a givenObjectListTypeinstance. -
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 ObjectListTypeSearchObjectsResponseType. objectListMethods in com.evolveum.midpoint.xml.ns._public.model.model_3 that return ObjectListType Modifier and Type Method Description ObjectListTypeSearchObjectsResponseType. beginObjectList()ObjectListTypeSearchObjectsResponseType. 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 SearchObjectsResponseTypeSearchObjectsResponseType. objectList(ObjectListType value)voidSearchObjectsResponseType. 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 voidModelPortImpl. searchObjects(QName objectType, QueryType query, SelectorQualifiedGetOptionsType options, javax.xml.ws.Holder<ObjectListType> objectList, javax.xml.ws.Holder<OperationResultType> result)voidModelPortType. 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
-