Package com.orchestranetworks.workflow
Class ProcessInstanceKey
java.lang.Object
com.orchestranetworks.workflow.ProcessInstanceKey
Identifies a process instance.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanformat()Returns the persistent identifier of a process instance in the EBX® repository.intgetId()Returns the identifier of a process instance, in the scope of its published process definition.inthashCode()static ProcessInstanceKeyParses the specified string, so as to return a process instance key.toString()
-
Method Details
-
parse
Parses the specified string, so as to return a process instance key.The specified string must have been generated by
format().- Since:
- 5.5.1
- See Also:
-
format
Returns the persistent identifier of a process instance in the EBX® repository.Compared to the method
getId(), this identifier takes into account the publication key.- Since:
- 5.5.1
- See Also:
-
getId
public int getId()Returns the identifier of a process instance, in the scope of its published process definition. Namely, it is unique regarding all process instances associated with a given published process definition, but not unique in the context of the EBX® repository.- See Also:
-
hashCode
public int hashCode() -
equals
-
toString
-