-
Nested Class Summary
Nested Classes
static interface
static interface
static class
static class
static class
-
Field Summary
Fields
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Method Summary
Reference to new task state.
Reference to new task data.
Reference to old task state
Reference to old task data
int
Operation happened with the task
source URI who performed an update (principal or rule)
Reference to uri of the task
-
Field Details
-
QUEUE_NAME
static final String QUEUE_NAME
- See Also:
-
-
OPERATION_CREATE_NEW
static final int OPERATION_CREATE_NEW
- See Also:
-
-
OPERATION_UPDATE
static final int OPERATION_UPDATE
- See Also:
-
-
OPERATION_DELETE
static final int OPERATION_DELETE
- See Also:
-
-
-
-
-
OPERATION_ASSIGNMENT_UPDATED
static final int OPERATION_ASSIGNMENT_UPDATED
- See Also:
-
-
Method Details
-
getTaskURI
Reference to uri of the task
-
getOperation
int getOperation()
Operation happened with the task
-
getSourceURI
source URI who performed an update (principal or rule)
-
getOldTask
Reference to old task state
-
getNewTask
Reference to new task state. May be null if task has not changed
-
getOldTaskData
Reference to old task data
-
getNewTaskData
Reference to new task data. May be null if task data has not changed
- Returns: