Package org.jbpm.workbench.pr.model
Class ProcessInstanceKey
- java.lang.Object
-
- org.jbpm.workbench.pr.model.ProcessInstanceKey
-
- All Implemented Interfaces:
org.jbpm.workbench.common.service.ItemKey
@Portable public class ProcessInstanceKey extends Object implements org.jbpm.workbench.common.service.ItemKey
-
-
Constructor Summary
Constructors Constructor Description ProcessInstanceKey()
ProcessInstanceKey(String serverTemplateId, String deploymentId, Long processInstanceId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getDeploymentId()
Long
getProcessInstanceId()
String
getServerTemplateId()
int
hashCode()
Boolean
isValid()
String
toString()
-