T - The type of the worklist items which are provided by this update.public class WorklistItemUpdate<T extends WorklistItem>
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
WorklistItemUpdate(T worklistItem,
WorklistConstants.WorklistItemUpdateType updateType)
Creates a new worklist item update, that is, the information on how a
worklist item has changed within a worklist update.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
WorklistConstants.WorklistItemUpdateType |
getUpdateType()
Gets the type of the update of the worklist item, that is, whether the item
is added, changed or removed.
|
T |
getWorklistItem()
Gets the worklist item of this update.
|
int |
hashCode() |
public WorklistItemUpdate(T worklistItem, WorklistConstants.WorklistItemUpdateType updateType)
worklistItem - The worklist item of this update.updateType - The type of the update of the worklist item, that is,
whether the item is added, changed or removed.public T getWorklistItem()
public WorklistConstants.WorklistItemUpdateType getUpdateType()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object