Class Names

java.lang.Object
com.groiss.notification.Names

public abstract class Names extends Object
Defines some constants for Notification.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final short
    Event type that represents a deletion (e.g.
    static final short
    Event type that represents an update what should be propagated as distinct delete and insert events for the sake of client notification (e.g. when a stepinstance is transferred to another worklist like userfolder changes).
    static final OrgUnit
    Special department to mark irrelevance of department for local or hierarchical roles.
    static final String
    Topic prefix to be used in cometd notifications.
    static final Role
    Special agent to designate all connected users.
    static final short
    Event type that represents an insertion (e.g.
    static final short
    Event type that represents an unspecified operation
    static final String
     
    static final String
     
    static final short
    Deprecated.
    since ep 8.0; do not use anymore
    static final short
    Deprecated.
    since ep 8.0; do not use anymore
    static final short
    Event type that represents an update (e.g.
    static final short
    Event type that represents an update where the items is still relevant (e.g. for a finished processinstance (scope / parfor / subprocess ) when there are still active children (branches))
    static final short
    Event type that represents a combined update remove (e.g. for a processinstance (scope / parfor / subprocess ) that may be really finished (all childs were finished).
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • NOOP

      public static final short NOOP
      Event type that represents an unspecified operation
      See Also:
    • INSERT

      public static final short INSERT
      Event type that represents an insertion (e.g. StepInstance is inserted into Worklist)
      See Also:
    • DELETE

      public static final short DELETE
      Event type that represents a deletion (e.g. StepInstance is removed from Worklist)
      See Also:
    • UPDATE

      public static final short UPDATE
      Event type that represents an update (e.g. StepInstance changed)
      See Also:
    • SEELATER

      @Deprecated public static final short SEELATER
      Deprecated.
      since ep 8.0; do not use anymore
      Event type that represents a transfer to the seelater list.
      See Also:
    • SEEAGAIN

      @Deprecated public static final short SEEAGAIN
      Deprecated.
      since ep 8.0; do not use anymore
      Event type that represents a transfer from the seelater list.
      See Also:
    • UPDATE_REMOVE

      public static final short UPDATE_REMOVE
      Event type that represents a combined update remove (e.g. for a processinstance (scope / parfor / subprocess ) that may be really finished (all childs were finished).
      See Also:
    • UPDATE_NOT_FINISHED

      public static final short UPDATE_NOT_FINISHED
      Event type that represents an update where the items is still relevant (e.g. for a finished processinstance (scope / parfor / subprocess ) when there are still active children (branches))
      See Also:
    • DELETE_INSERT

      public static final short DELETE_INSERT
      Event type that represents an update what should be propagated as distinct delete and insert events for the sake of client notification (e.g. when a stepinstance is transferred to another worklist like userfolder changes).
      See Also:
    • PROVIDER_ID_NAME

      public static final String PROVIDER_ID_NAME
      See Also:
    • PROVIDER_CLASS_NAME

      public static final String PROVIDER_CLASS_NAME
      See Also:
    • EVERYBODY

      public static final Role EVERYBODY
      Special agent to designate all connected users. Membership in role "all" is not required.
    • EACHDEPT

      public static final OrgUnit EACHDEPT
      Special department to mark irrelevance of department for local or hierarchical roles. Can e.g. be used to send items to members of role "manager" independent of the specific department.
    • EP_APPLTOPICPREFIX

      public static final String EP_APPLTOPICPREFIX
      Topic prefix to be used in cometd notifications. Is prepended to the items topic to structure the topic name space in a controlled manner.
      See Also: