Class AbstractProcessInstanceDelegate

    • Constructor Detail

      • AbstractProcessInstanceDelegate

        public AbstractProcessInstanceDelegate​(ProcessRunnerImpl runner,
                                               org.camunda.bpm.engine.history.HistoricActivityInstance instance)
    • Method Detail

      • getProcessDefinitionId

        public String getProcessDefinitionId()
        Specified by:
        getProcessDefinitionId in interface org.camunda.bpm.engine.runtime.ProcessInstance
      • getBusinessKey

        public String getBusinessKey()
        Specified by:
        getBusinessKey in interface org.camunda.bpm.engine.runtime.ProcessInstance
      • getCaseInstanceId

        public String getCaseInstanceId()
        Specified by:
        getCaseInstanceId in interface org.camunda.bpm.engine.runtime.ProcessInstance
      • isSuspended

        public boolean isSuspended()
        Specified by:
        isSuspended in interface org.camunda.bpm.engine.runtime.Execution
        Specified by:
        isSuspended in interface org.camunda.bpm.engine.runtime.ProcessInstance
      • getId

        public String getId()
        Specified by:
        getId in interface org.camunda.bpm.engine.runtime.Execution
      • isEnded

        public boolean isEnded()
        Specified by:
        isEnded in interface org.camunda.bpm.engine.runtime.Execution
      • getProcessInstanceId

        public String getProcessInstanceId()
        Specified by:
        getProcessInstanceId in interface org.camunda.bpm.engine.runtime.Execution
      • getTenantId

        public String getTenantId()
        Specified by:
        getTenantId in interface org.camunda.bpm.engine.runtime.Execution