Interface Role

    • Field Detail

      • RESOURCE_TREE_WRITER

        static final java.lang.String RESOURCE_TREE_WRITER
        Since:
        4.3
        See Also:
        Constant Field Values
      • RESOURCE_TREE_READER

        static final java.lang.String RESOURCE_TREE_READER
        Since:
        4.3
        See Also:
        Constant Field Values
      • ALL_OBJECTS_WRITER

        static final java.lang.String ALL_OBJECTS_WRITER
        Since:
        4.3
        See Also:
        Constant Field Values
      • ALL_OBJECTS_READER

        static final java.lang.String ALL_OBJECTS_READER
        Since:
        4.3
        See Also:
        Constant Field Values
      • NORMAL_OBJECTS_WRITER

        static final java.lang.String NORMAL_OBJECTS_WRITER
        Since:
        4.5
        See Also:
        Constant Field Values
      • NORMAL_OBJECTS_READER

        static final java.lang.String NORMAL_OBJECTS_READER
        Since:
        4.5
        See Also:
        Constant Field Values
      • ADMINISTRATION

        static final java.lang.String ADMINISTRATION
        Since:
        4.3
        See Also:
        Constant Field Values
    • Method Detail

      • getAssignees

        EList<Assignee> getAssignees()
        Returns the value of the 'Assignees' reference list. The list contents are of type Assignee. It is bidirectional and its opposite is 'Roles'.

        If the meaning of the 'Assignees' reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Assignees' reference list.
        See Also:
        SecurityPackage.getRole_Assignees(), Assignee.getRoles()
        Generated
        Model
        opposite="roles"
      • getId

        java.lang.String getId()
        Returns the value of the 'Id' attribute.

        If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Id' attribute.
        See Also:
        setId(String), SecurityPackage.getRole_Id()
        Generated
        Model
      • setId

        void setId​(java.lang.String value)
        Sets the value of the 'Id' attribute.
        Parameters:
        value - the new value of the 'Id' attribute.
        See Also:
        getId()
        Generated
      • getPermissions

        EList<Permission> getPermissions()
        Returns the value of the 'Permissions' containment reference list. The list contents are of type Permission. It is bidirectional and its opposite is 'Role'.

        If the meaning of the 'Permissions' containment reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Permissions' containment reference list.
        See Also:
        SecurityPackage.getRole_Permissions(), Permission.getRole()
        Generated
        Model
        opposite="role" containment="true"