Class ProcessInstanceKey

  • All Implemented Interfaces:
    org.jbpm.workbench.common.service.ItemKey

    @Portable
    public class ProcessInstanceKey
    extends Object
    implements org.jbpm.workbench.common.service.ItemKey
    • Constructor Detail

      • ProcessInstanceKey

        public ProcessInstanceKey()
      • ProcessInstanceKey

        public ProcessInstanceKey​(String serverTemplateId,
                                  String deploymentId,
                                  Long processInstanceId)
    • Method Detail

      • getProcessInstanceId

        public Long getProcessInstanceId()
      • getServerTemplateId

        public String getServerTemplateId()
      • getDeploymentId

        public String getDeploymentId()
      • isValid

        public Boolean isValid()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object