Package | Description |
---|---|
com.evolveum.midpoint.model.api.expr | |
com.evolveum.midpoint.xml.ns._public.common.common_3 |
Modifier and Type | Method and Description |
---|---|
OrgType |
MidpointFunctions.getOrgByName(String name) |
OrgType |
MidpointFunctions.getOrgByOid(String oid) |
OrgType |
MidpointFunctions.getParentOrgByOrgType(ObjectType object,
String orgType)
Returns parent orgs of the specified object that have a specific orgType.
|
Modifier and Type | Method and Description |
---|---|
Collection<OrgType> |
MidpointFunctions.getParentOrgs(ObjectType object)
Returns all parent orgs of the specified object.
|
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> |
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.getParentOrgsByRelation(ObjectType object,
QName relation)
Returns parent orgs of the specified object that have a specific relation.
|
Collection<OrgType> |
MidpointFunctions.getParentOrgsByRelation(ObjectType object,
String relation)
Returns parent orgs of the specified object that have a specific relation.
|
Modifier and Type | Method and Description |
---|---|
OrgType |
OrgType.clone() |
OrgType |
ObjectFactory.createOrgType()
Create an instance of
OrgType |
Modifier and Type | Method and Description |
---|---|
JAXBElement<OrgType> |
ObjectFactory.createOrg(OrgType value)
|
List<OrgType> |
ObjectType.getParentOrg() |
Modifier and Type | Method and Description |
---|---|
JAXBElement<OrgType> |
ObjectFactory.createOrg(OrgType value)
|
Copyright © 2015 Evolveum. All rights reserved.