Class OrgData.Rights

java.lang.Object
com.groiss.org.OrgData.Rights
Enclosing interface:
OrgData

public static final class OrgData.Rights extends Object
Predefined rights.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Right
    The right to abort processes.
    static final Right
    The right to abort steps in parallel branches.
    static final Right
    The right to access the administration.
    static final Right
    The right to administrate reference folders belonging to an organizational unit
    static final Right
    The right to edit the configuration.
    static final Right
    The right to create objects.
    static final Right
    The right to delete objects.
    static final Right
    The right to edit objects.
    static final Right
    The right to edit permissions.
    static final Right
    The right to edit calendar appointments.
    static final Right
    The right to edit process instance plans.
    static final Right
    The execute right.
    static final Right
    The right to find a reference folder - used as an alternative view right in context of reference folders
    static final Right
    The right to grant permissions for a reference folder to a local or hierarchic role - must be defined for the organization unit of that role
    static final Right
    The right to grant permissions for a reference folder to a global role
    static final Right
    The right to grant permissions for a reference folder to users - must be defined for the home organizational unit of the wanted user
    static final Right
    The right to assign a user as a substitute of another user - must be defined for the home organizational unit of the wanted substitute
    static final Right
    The right to insert calendar appointments.
    static final Right
    Users with this right are named users in terms of licence check.
    static final Right
    The right to edit process instances.
    static final Right
    The right to search objects.
    static final Right
    The right to change agents.
    static final Right
    The right to share objects.
    static final Right
    The right to share filter.
    static final Right
    The right to create reports.
    static final Right
    The right to view objects.
    static final Right
    The right to view calendar appointments.
    static final Right
    The right to view the configuration.
    static final Right
    The right to view the process history.
    static final Right
    The right to view process instances.
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • CREATE

      public static final Right CREATE
      The right to create objects.
    • EDIT

      public static final Right EDIT
      The right to edit objects.
    • DELETE

      public static final Right DELETE
      The right to delete objects.
    • VIEW

      public static final Right VIEW
      The right to view objects.
    • EXECUTE

      public static final Right EXECUTE
      The execute right.
    • EDIT_ACL

      public static final Right EDIT_ACL
      The right to edit permissions.
    • VIEW_HISTORY

      public static final Right VIEW_HISTORY
      The right to view the process history.
    • VIEW_PROCINST

      public static final Right VIEW_PROCINST
      The right to view process instances.
    • SET_AGENT

      public static final Right SET_AGENT
      The right to change agents.
    • ABORT_PROCINST

      public static final Right ABORT_PROCINST
      The right to abort processes.
    • PROC_INST

      public static final Right PROC_INST
      The right to edit process instances.
    • ABORT_STEP

      public static final Right ABORT_STEP
      The right to abort steps in parallel branches.
    • EDIT_PLAN

      public static final Right EDIT_PLAN
      The right to edit process instance plans.
    • STAT

      public static final Right STAT
      The right to create reports.
    • ADMIN

      public static final Right ADMIN
      The right to access the administration.
    • CONF

      public static final Right CONF
      The right to edit the configuration.
    • VIEW_CONF

      public static final Right VIEW_CONF
      The right to view the configuration.
    • NAMED_USER

      public static final Right NAMED_USER
      Users with this right are named users in terms of licence check.
    • SEARCHABLE

      public static final Right SEARCHABLE
      The right to search objects.
    • VIEW_CAL

      public static final Right VIEW_CAL
      The right to view calendar appointments.
    • INSERT_CAL

      public static final Right INSERT_CAL
      The right to insert calendar appointments.
    • EDIT_CAL

      public static final Right EDIT_CAL
      The right to edit calendar appointments.
    • SHARE

      public static final Right SHARE
      The right to share objects.
    • FIND

      public static final Right FIND
      The right to find a reference folder - used as an alternative view right in context of reference folders
    • GRANT_SUBST

      public static final Right GRANT_SUBST
      The right to assign a user as a substitute of another user - must be defined for the home organizational unit of the wanted substitute
    • GRANT_SHARE_USER

      public static final Right GRANT_SHARE_USER
      The right to grant permissions for a reference folder to users - must be defined for the home organizational unit of the wanted user
    • GRANT_SHARE_DEPT

      public static final Right GRANT_SHARE_DEPT
      The right to grant permissions for a reference folder to a local or hierarchic role - must be defined for the organization unit of that role
    • GRANT_SHARE_SYSTEM

      public static final Right GRANT_SHARE_SYSTEM
      The right to grant permissions for a reference folder to a global role
    • ADMIN_DEPT_REFFOLDER

      public static final Right ADMIN_DEPT_REFFOLDER
      The right to administrate reference folders belonging to an organizational unit
    • SHARE_FILTER

      public static final Right SHARE_FILTER
      The right to share filter.