Uses of Class
com.evolveum.midpoint.xml.ns._public.common.api_types_3.PropertyReferenceListType
-
Packages that use PropertyReferenceListType Package Description com.evolveum.midpoint.schema.util com.evolveum.midpoint.xml.ns._public.common.api_types_3 -
-
Uses of PropertyReferenceListType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util with parameters of type PropertyReferenceListType Modifier and Type Method Description static Collection<ItemPath>MiscSchemaUtil. itemReferenceListTypeToItemPathList(PropertyReferenceListType resolve, PrismContext prismContext)static StringSchemaDebugUtil. prettyPrint(PropertyReferenceListType reflist) -
Uses of PropertyReferenceListType 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 PropertyReferenceListType Modifier and Type Method Description PropertyReferenceListTypePropertyReferenceListType. clone()Creates and returns a deep copy of this object.PropertyReferenceListTypeObjectFactory. createPropertyReferenceListType()Create an instance ofPropertyReferenceListTypePropertyReferenceListTypePropertyReferenceListType. property(ItemPathType value)Constructors in com.evolveum.midpoint.xml.ns._public.common.api_types_3 with parameters of type PropertyReferenceListType Constructor Description PropertyReferenceListType(PropertyReferenceListType o)Creates a newPropertyReferenceListTypeinstance by deeply copying a givenPropertyReferenceListTypeinstance.
-