Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowAssociationType
-
Packages that use ShadowAssociationType Package Description com.evolveum.midpoint.model.api.expr com.evolveum.midpoint.xml.ns._public.common.api_types_3 com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of ShadowAssociationType in com.evolveum.midpoint.model.api.expr
Methods in com.evolveum.midpoint.model.api.expr with parameters of type ShadowAssociationType Modifier and Type Method Description ShadowType
MidpointFunctions. resolveEntitlement(ShadowAssociationType shadowAssociationType)
-
Uses of ShadowAssociationType 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 ShadowAssociationType Modifier and Type Method Description ShadowAssociationType
ObjectFactory. createShadowAssociationType()
-
Uses of ShadowAssociationType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 with type parameters of type ShadowAssociationType Modifier and Type Field Description static Producer<ShadowAssociationType>
ShadowAssociationType. FACTORY
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return ShadowAssociationType Modifier and Type Method Description ShadowAssociationType
AssociationAdditionType. beginAssociation()
ShadowAssociationType
ShadowType. beginAssociation()
ShadowAssociationType
ShadowAssociationType. clone()
ShadowAssociationType
ObjectFactory. createShadowAssociationType()
ShadowAssociationType
AssociationAdditionType. getAssociation()
ShadowAssociationType
ShadowAssociationType. id(Long value)
ShadowAssociationType
ShadowAssociationType. identifiers(ShadowIdentifiersType value)
ShadowAssociationType
ShadowAssociationType. name(QName value)
ShadowAssociationType
ShadowAssociationType. shadowRef(ObjectReferenceType value)
ShadowAssociationType
ShadowAssociationType. shadowRef(String oid, QName type)
ShadowAssociationType
ShadowAssociationType. shadowRef(String oid, QName type, QName relation)
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type ShadowAssociationType Modifier and Type Method Description List<ShadowAssociationType>
ShadowType. createAssociationList()
javax.xml.bind.JAXBElement<ShadowAssociationType>
ObjectFactory. createShadowAssociation(ShadowAssociationType value)
List<ShadowAssociationType>
ShadowType. getAssociation()
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type ShadowAssociationType Modifier and Type Method Description AssociationAdditionType
AssociationAdditionType. association(ShadowAssociationType value)
ShadowType
ShadowType. association(ShadowAssociationType value)
javax.xml.bind.JAXBElement<ShadowAssociationType>
ObjectFactory. createShadowAssociation(ShadowAssociationType value)
void
AssociationAdditionType. setAssociation(ShadowAssociationType value)
-