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()ObjectListTypeObjectListType. count(Integer value)ObjectListTypeObjectFactory. createObjectListType()ObjectListTypeObjectListType. 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 other) -
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()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)
-