Package 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 theEDMAccess
interface.
-
-
Field Summary
Fields Modifier and Type Field 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 Description AccessCodes()
-
-
-
Field Detail
-
ACCESS_NONE
public static final long ACCESS_NONE
No access to this item- See Also:
- Constant Field Values
-
ACCESS_READ
public static final long ACCESS_READ
Read access to this item- See Also:
- Constant Field Values
-
ACCESS_WRITE
public static final long ACCESS_WRITE
Write acces to this item- See Also:
- Constant Field Values
-
ACCESS_CREATE
public static final long ACCESS_CREATE
You are allowed to create this item and/or within this item- See Also:
- Constant Field Values
-
ACCESS_EXECUTE
public static final long ACCESS_EXECUTE
You may execute this item- See Also:
- Constant Field Values
-
ACCESS_DELETE
public static final long ACCESS_DELETE
You may delete this item- See Also:
- Constant Field Values
-
ROLE_UNKNOWN
public static final long ROLE_UNKNOWN
access roles- See Also:
- Constant Field Values
-
ROLE_OWNER_USER
public static final long ROLE_OWNER_USER
You have the role of owning user for this item- See Also:
- Constant Field Values
-
ROLE_ADMIN_USER
public static final long ROLE_ADMIN_USER
You have the administrator privileges for this item- See Also:
- Constant Field Values
-
ROLE_OWNER_GROUP
public static final long ROLE_OWNER_GROUP
The group has the role of owner for this item- See Also:
- Constant Field Values
-
ROLE_ADMIN_GROUP
public static final long ROLE_ADMIN_GROUP
The group has administrative privileges for this item- See Also:
- Constant Field Values
-
ROLE_ACCESS_FOR_USER
public static final long ROLE_ACCESS_FOR_USER
Granted access for user- See Also:
- Constant Field Values
-
ROLE_ACCESS_FOR_GROUP
public static final long ROLE_ACCESS_FOR_GROUP
Granted access for group- See Also:
- Constant Field Values
-
ROLE_PUBLIC_ACCESS
public static final long ROLE_PUBLIC_ACCESS
Granted access for all- See Also:
- Constant Field Values
-
-