public final class ProcessInstanceKey extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object x) |
String |
format()
Returns the persistent identifier of a process instance in the EBX® repository.
|
int |
getId()
Returns the identifier of a process instance, in the scope of its published process definition.
|
int |
hashCode() |
static ProcessInstanceKey |
parse(String aString)
Parses the specified string, so as to return a process instance key.
|
String |
toString() |
public static ProcessInstanceKey parse(String aString)
The specified string must have been generated by format().
format()public String format()
Compared to the method getId(), this identifier takes into account
the publication key.
parse(String)public int getId()
format()