Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.OrgType
-
Packages that use OrgType Package Description com.evolveum.midpoint.model.api.expr com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of OrgType in com.evolveum.midpoint.model.api.expr
Methods in com.evolveum.midpoint.model.api.expr that return OrgType Modifier and Type Method Description OrgTypeMidpointFunctions. getOrgByName(String name)OrgTypeOrgStructFunctions. getOrgByName(String name, boolean preAuthorized)OrgTypeMidpointFunctions. getOrgByOid(String oid)OrgTypeOrgStructFunctions. getOrgByOid(String oid, boolean preAuthorized)OrgTypeMidpointFunctions. getParentOrgByArchetype(ObjectType object, String archetypeOid)Returns parent org of the specified object that have a specific archetype.OrgTypeOrgStructFunctions. getParentOrgByArchetype(ObjectType object, String archetypeOid, boolean preAuthorized)OrgTypeMidpointFunctions. getParentOrgByOrgType(ObjectType object, String orgType)Returns parent org of the specified object that have a specific orgType.OrgTypeOrgStructFunctions. getParentOrgByOrgType(ObjectType object, String orgType, boolean preAuthorized)Methods in com.evolveum.midpoint.model.api.expr that return types with arguments of type OrgType Modifier and Type Method Description Collection<OrgType>MidpointFunctions. getParentOrgs(ObjectType object)Returns all parent orgs of the specified object.Collection<OrgType>MidpointFunctions. getParentOrgs(ObjectType object, String relation, String orgType)Returns parent orgs of the specified object that have a specific relation and orgType.Collection<OrgType>MidpointFunctions. getParentOrgs(ObjectType object, QName relation, String orgType)Returns parent orgs of the specified object that have a specific relation and orgType.Collection<OrgType>OrgStructFunctions. getParentOrgs(ObjectType object, boolean preAuthorized)Collection<OrgType>OrgStructFunctions. getParentOrgs(ObjectType object, String relation, String orgType, boolean preAuthorized)Collection<OrgType>OrgStructFunctions. getParentOrgs(ObjectType object, QName relation, @NotNull Predicate<OrgType> predicate, boolean preAuthorized)Collection<OrgType>OrgStructFunctions. getParentOrgs(ObjectType object, QName relation, String orgType, boolean preAuthorized)Collection<OrgType>MidpointFunctions. getParentOrgsByRelation(ObjectType object, String relation)Returns parent orgs of the specified object that have a specific relation.Collection<OrgType>MidpointFunctions. getParentOrgsByRelation(ObjectType object, QName relation)Returns parent orgs of the specified object that have a specific relation.Collection<OrgType>OrgStructFunctions. getParentOrgsByRelation(ObjectType object, String relation, boolean preAuthorized)Collection<OrgType>OrgStructFunctions. getParentOrgsByRelation(ObjectType object, QName relation, boolean preAuthorized)Method parameters in com.evolveum.midpoint.model.api.expr with type arguments of type OrgType Modifier and Type Method Description Collection<OrgType>OrgStructFunctions. getParentOrgs(ObjectType object, QName relation, @NotNull Predicate<OrgType> predicate, boolean preAuthorized) -
Uses of OrgType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type OrgType Modifier and Type Method Description PrismObject<OrgType>OrgType. asPrismObject()javax.xml.bind.JAXBElement<OrgType>ObjectFactory. createOrg(OrgType value)Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type OrgType Modifier and Type Method Description javax.xml.bind.JAXBElement<OrgType>ObjectFactory. createOrg(OrgType value)
-