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 booleanequals(Object obj)StringgetDeploymentId()LonggetProcessInstanceId()StringgetServerTemplateId()inthashCode()BooleanisValid()StringtoString()
-