public static enum HibernateObjectIdentityImpl.AncestorPermissionCheckPolicy extends Enum<HibernateObjectIdentityImpl.AncestorPermissionCheckPolicy>
Enum.ordinal
are considered more restrictive and thus chosen in case of conflict.
See HibernateObjectIdentityImpl.getHighestRankPermissionCheckPolicy(org.acegisecurity.acls.Permission[])
for details.Modifier and Type | Method and Description |
---|---|
static HibernateObjectIdentityImpl.AncestorPermissionCheckPolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HibernateObjectIdentityImpl.AncestorPermissionCheckPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HibernateObjectIdentityImpl.AncestorPermissionCheckPolicy AND
public static final HibernateObjectIdentityImpl.AncestorPermissionCheckPolicy OR
public static HibernateObjectIdentityImpl.AncestorPermissionCheckPolicy[] values()
for (HibernateObjectIdentityImpl.AncestorPermissionCheckPolicy c : HibernateObjectIdentityImpl.AncestorPermissionCheckPolicy.values()) System.out.println(c);
public static HibernateObjectIdentityImpl.AncestorPermissionCheckPolicy 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 nullCopyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.