Class ProcessImpl

  • All Implemented Interfaces:
    Process

    public final class ProcessImpl
    extends Object
    implements Process
    • Method Detail

      • getBpmnProcessId

        public String getBpmnProcessId()
        Specified by:
        getBpmnProcessId in interface Process
        Returns:
        the BPMN process id of the process
      • getVersion

        public int getVersion()
        Specified by:
        getVersion in interface Process
        Returns:
        the version of the deployed process
      • getProcessDefinitionKey

        public long getProcessDefinitionKey()
        Specified by:
        getProcessDefinitionKey in interface Process
        Returns:
        the key of the deployed process
      • getResourceName

        public String getResourceName()
        Specified by:
        getResourceName in interface Process
        Returns:
        the name of the deployment resource which contains the process
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object