Package edm.edom3

Class EDMConstants.AccessCodes

  • Enclosing interface:
    EDMConstants

    public static class EDMConstants.AccessCodes
    extends java.lang.Object
    Access codes for the EDMAccess interface.
    • Constructor Summary

      Constructors 
      Constructor 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 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_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
    • Constructor Detail

      • AccessCodes

        public AccessCodes()