public enum RReferenceOwner extends Enum<RReferenceOwner>
Enum Constant and Description |
---|
CREATE_APPROVER
this constant also have to be changed in
RCreateApproverRef |
INCLUDE
this constant also have to be changed in
RIncludeRef |
MODIFY_APPROVER
this constant also have to be changed in
RModifyApproverRef |
OBJECT_PARENT_ORG
this constant also have to be changed in
RParentOrgRef |
RESOURCE_BUSINESS_CONFIGURATON_APPROVER
this constant also have to be changed in
RResourceApproverRef |
ROLE_APPROVER
this constant also have to be changed in
RRoleApproverRef |
SYSTEM_CONFIGURATION_ORG_ROOT
this constant also have to be changed in
ROrgRootRef |
USER_ACCOUNT
this constant also have to be changed in
RAccountRef |
Modifier and Type | Method and Description |
---|---|
static RObjectReference |
createObjectReference(RReferenceOwner owner) |
Class<? extends RObjectReference> |
getClazz()
This is used for
SessionFactory fix in
RUtil.fixCompositeIDHandling(org.hibernate.SessionFactory) |
String |
getDiscriminator() |
static RReferenceOwner |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RReferenceOwner[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RReferenceOwner OBJECT_PARENT_ORG
RParentOrgRef
public static final RReferenceOwner USER_ACCOUNT
RAccountRef
public static final RReferenceOwner RESOURCE_BUSINESS_CONFIGURATON_APPROVER
RResourceApproverRef
public static final RReferenceOwner ROLE_APPROVER
RRoleApproverRef
public static final RReferenceOwner SYSTEM_CONFIGURATION_ORG_ROOT
ROrgRootRef
public static final RReferenceOwner CREATE_APPROVER
RCreateApproverRef
public static final RReferenceOwner MODIFY_APPROVER
RModifyApproverRef
public static final RReferenceOwner INCLUDE
RIncludeRef
public static RReferenceOwner[] values()
for (RReferenceOwner c : RReferenceOwner.values()) System.out.println(c);
public static RReferenceOwner valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic Class<? extends RObjectReference> getClazz()
SessionFactory
fix in
RUtil.fixCompositeIDHandling(org.hibernate.SessionFactory)
public String getDiscriminator()
public static RObjectReference createObjectReference(RReferenceOwner owner)
Copyright © 2013 evolveum. All rights reserved.