Package ch.ivyteam.ivy.process.engine
Interface IRequestId
-
- All Superinterfaces:
Comparable<IRequestId>
public interface IRequestId extends Comparable<IRequestId>
Process Request identifier. Unique identifier of a request. The identifier consists of three parts caseId:taskId:requestId. None of the three parts must be unique, only the triple is unique.- Since:
- 20.07.2006
- API:
- This is a public API.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()
-
-
-
Method Detail
-
equals
boolean equals(Object o)
- See Also:
Object.equals(Object)- API:
- This public API is available in Java.
-
hashCode
int hashCode()
- See Also:
Object.hashCode()- API:
- This public API is available in Java.
-
-