Modifier and Type | Method and Description |
---|---|
Set<RObjectReference> |
RResource.getApproverRef() |
Set<RObjectReference> |
RAbstractRole.getApproverRef() |
Set<RObjectReference> |
RObject.getCreateApproverRef() |
Set<RObjectReference> |
RObjectTemplate.getIncludeRef() |
Set<RObjectReference> |
RFocus.getLinkRef() |
Set<RObjectReference> |
RObject.getModifyApproverRef() |
Set<RObjectReference> |
RObject.getParentOrgRef() |
Modifier and Type | Method and Description |
---|---|
static void |
RObjectReference.copyFromJAXB(com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectReferenceType jaxb,
RObjectReference repo,
PrismContext prismContext) |
static void |
RObjectReference.copyToJAXB(RObjectReference repo,
com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectReferenceType jaxb,
PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
void |
RResource.setApproverRef(Set<RObjectReference> approverRef) |
void |
RAbstractRole.setApproverRef(Set<RObjectReference> approverRef) |
void |
RObject.setCreateApproverRef(Set<RObjectReference> createApproverRef) |
void |
RObjectTemplate.setIncludeRef(Set<RObjectReference> includeRef) |
void |
RFocus.setLinkRef(Set<RObjectReference> linkRef) |
void |
RObject.setModifyApproverRef(Set<RObjectReference> modifyApproverRef) |
void |
RObject.setParentOrgRef(Set<RObjectReference> parentOrgRef) |
Modifier and Type | Method and Description |
---|---|
static RObjectReference |
RReferenceOwner.createObjectReference(RReferenceOwner owner) |
Modifier and Type | Method and Description |
---|---|
Class<? extends RObjectReference> |
RReferenceOwner.getClazz()
This is used for
SessionFactory fix in
RUtil.fixCompositeIDHandling(org.hibernate.SessionFactory) |
Modifier and Type | Class and Description |
---|---|
class |
RCreateApproverRef |
class |
RIncludeRef |
class |
RLinkRef |
class |
RModifyApproverRef |
class |
RParentOrgRef |
class |
RResourceApproverRef |
class |
RRoleApproverRef |
Modifier and Type | Method and Description |
---|---|
static RObjectReference |
RUtil.jaxbRefToRepo(com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectReferenceType reference,
PrismContext prismContext,
RObject owner,
RReferenceOwner refOwner) |
Modifier and Type | Method and Description |
---|---|
static List<com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectReferenceType> |
RUtil.safeSetReferencesToList(Set<? extends RObjectReference> set,
PrismContext prismContext) |
Copyright © 2015 evolveum. All rights reserved.