EDMConstants.AccessCodes
edm.edom3
Class EDMConstants.AccessCodes
- java.lang.Object
- edm.edom3.EDMConstants.AccessCodes
Enclosing interface:EDMConstants
public static class EDMConstants.AccessCodes extends java.lang.Object
Access codes for theÂEDMAccess
 interface.
Field Summary
FieldsÂ
Modifier and Type Field and Description static long
ACCESS_CREATE
You are allowed to create this item and/or within this itemstatic long
ACCESS_DELETE
You may delete this itemstatic long
ACCESS_EXECUTE
You may execute this itemstatic long
ACCESS_NONE
No access to this itemstatic long
ACCESS_READ
Read access to this itemstatic long
ACCESS_WRITE
Write acces to this itemstatic long
ROLE_ACCESS_FOR_GROUP
Granted access for groupstatic long
ROLE_ACCESS_FOR_USER
Granted access for userstatic long
ROLE_ADMIN_GROUP
The group has administrative privileges for this itemstatic long
ROLE_ADMIN_USER
You have the administrator privileges for this itemstatic long
ROLE_OWNER_GROUP
The group has the role of owner for this itemstatic long
ROLE_OWNER_USER
You have the role of owning user for this itemstatic long
ROLE_PUBLIC_ACCESS
Granted access for allstatic long
ROLE_UNKNOWN
access roles
Constructor Summary
ConstructorsÂ
Constructor and Description AccessCodes()
Â
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail
ACCESS_NONE
public static final long ACCESS_NONE
No access to this itemSee Also:Constant Field Values
ACCESS_READ
public static final long ACCESS_READ
Read access to this itemSee Also:Constant Field Values
ACCESS_WRITE
public static final long ACCESS_WRITE
Write acces to this itemSee Also:Constant Field Values
ACCESS_CREATE
public static final long ACCESS_CREATE
You are allowed to create this item and/or within this itemSee Also:Constant Field Values
ACCESS_EXECUTE
public static final long ACCESS_EXECUTE
You may execute this itemSee Also:Constant Field Values
ACCESS_DELETE
public static final long ACCESS_DELETE
You may delete this itemSee Also:Constant Field Values
ROLE_UNKNOWN
public static final long ROLE_UNKNOWN
access rolesSee Also:Constant Field Values
ROLE_OWNER_USER
public static final long ROLE_OWNER_USER
You have the role of owning user for this itemSee Also:Constant Field Values
ROLE_ADMIN_USER
public static final long ROLE_ADMIN_USER
You have the administrator privileges for this itemSee Also:Constant Field Values
ROLE_OWNER_GROUP
public static final long ROLE_OWNER_GROUP
The group has the role of owner for this itemSee Also:Constant Field Values
ROLE_ADMIN_GROUP
public static final long ROLE_ADMIN_GROUP
The group has administrative privileges for this itemSee Also:Constant Field Values
ROLE_ACCESS_FOR_USER
public static final long ROLE_ACCESS_FOR_USER
Granted access for userSee Also:Constant Field Values
ROLE_ACCESS_FOR_GROUP
public static final long ROLE_ACCESS_FOR_GROUP
Granted access for groupSee Also:Constant Field Values
ROLE_PUBLIC_ACCESS
public static final long ROLE_PUBLIC_ACCESS
Granted access for allSee Also:Constant Field Values
Constructor Detail
AccessCodes
public AccessCodes()