public abstract class Names extends Object
Modifier and Type | Field and Description |
---|---|
static short |
DELETE
Event type that represents a deletion (e.g.
|
static 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).
|
static OrgUnit |
EACHDEPT
Special department to mark irrelevance of department for local or hierarchical roles.
|
static String |
EP_APPLTOPICPREFIX
Topic prefix to be used in cometd notifications.
|
static Role |
EVERYBODY
Special agent to designate all connected users.
|
static short |
INSERT
Event type that represents an insertion (e.g.
|
static short |
NOOP
Event type that represents an unspecified operation
|
static String |
PROVIDER_CLASS_NAME |
static String |
PROVIDER_ID_NAME |
static short |
SEEAGAIN
Deprecated.
since ep 8.0; do not use anymore
|
static short |
SEELATER
Deprecated.
since ep 8.0; do not use anymore
|
static short |
UPDATE
Event type that represents an update (e.g.
|
static 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))
|
static 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).
|
Constructor and Description |
---|
Names() |
public static final short NOOP
public static final short INSERT
public static final short DELETE
public static final short UPDATE
@Deprecated public static final short SEELATER
@Deprecated public static final short SEEAGAIN
public static final short UPDATE_REMOVE
public static final short UPDATE_NOT_FINISHED
public static final short DELETE_INSERT
public static final String PROVIDER_ID_NAME
public static final String PROVIDER_CLASS_NAME
public static final Role EVERYBODY
public static final OrgUnit EACHDEPT
public static final String EP_APPLTOPICPREFIX
@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.