public interface WorklistRevision
extends java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static long |
INITIAL_REVISION
The constant indicating the initial revision.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
equals(java.lang.Object obj1,
java.lang.Object obj2)
Indicates whether the given objects are "equal to" each other.
|
long |
getInitialisationDate()
Gets the initialisation date of the worklist.
|
long |
getUpdateCount()
Gets the amount of updates of the worklist since the worklist manager start.
|
static int |
hashCode(WorklistRevision rev)
Returns a hash code value for the given worklist revision.
|
static java.lang.String |
toString(WorklistRevision rev)
Returns a string representation of the given worklist revision.
|
static final long INITIAL_REVISION
long getInitialisationDate()
long getUpdateCount()
static boolean equals(java.lang.Object obj1,
java.lang.Object obj2)
obj1 - The first reference object.obj2 - The second reference object with which to compare.true if the first object is the same as the second object argument;
false otherwise.Object.equals(Object)static int hashCode(WorklistRevision rev)
rev - The worklist revision that should be used for the hash code.Object.hashCode()static java.lang.String toString(WorklistRevision rev)
rev - The worklist revision that should be used for the string representation.Object.toString()