Package com.groiss.notification
Class Names
java.lang.Object
com.groiss.notification.Names
Defines some constants for Notification.
-
Field Summary
Modifier and TypeFieldDescriptionstatic 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 operationstatic final String
static final String
static final short
Deprecated.since ep 8.0; do not use anymorestatic final short
Deprecated.since ep 8.0; do not use anymorestatic 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
-
Field Details
-
NOOP
public static final short NOOPEvent type that represents an unspecified operation- See Also:
-
INSERT
public static final short INSERTEvent type that represents an insertion (e.g. StepInstance is inserted into Worklist)- See Also:
-
DELETE
public static final short DELETEEvent type that represents a deletion (e.g. StepInstance is removed from Worklist)- See Also:
-
UPDATE
public static final short UPDATEEvent type that represents an update (e.g. StepInstance changed)- See Also:
-
SEELATER
Deprecated.since ep 8.0; do not use anymoreEvent type that represents a transfer to the seelater list.- See Also:
-
SEEAGAIN
Deprecated.since ep 8.0; do not use anymoreEvent type that represents a transfer from the seelater list.- See Also:
-
UPDATE_REMOVE
public static final short UPDATE_REMOVEEvent 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_FINISHEDEvent 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_INSERTEvent 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
- See Also:
-
PROVIDER_CLASS_NAME
- See Also:
-
EVERYBODY
Special agent to designate all connected users. Membership in role "all" is not required. -
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
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:
-