Class DelegateCaseExecutionFake

  • All Implemented Interfaces:
    Serializable, org.camunda.bpm.engine.delegate.BaseDelegateExecution, org.camunda.bpm.engine.delegate.CmmnModelExecutionContext, org.camunda.bpm.engine.delegate.DelegateCaseExecution, org.camunda.bpm.engine.delegate.ProcessEngineServicesAware, org.camunda.bpm.engine.delegate.VariableScope, org.camunda.bpm.engine.impl.core.variable.event.VariableEventDispatcher

    public class DelegateCaseExecutionFake
    extends VariableScopeFake<T>
    implements org.camunda.bpm.engine.delegate.DelegateCaseExecution
    See Also:
    Serialized Form
    • Constructor Detail

      • DelegateCaseExecutionFake

        public DelegateCaseExecutionFake()
      • DelegateCaseExecutionFake

        public DelegateCaseExecutionFake​(String id)
    • Method Detail

      • getId

        public String getId()
        Specified by:
        getId in interface org.camunda.bpm.engine.delegate.BaseDelegateExecution
        Specified by:
        getId in interface org.camunda.bpm.engine.delegate.DelegateCaseExecution
      • getCaseInstanceId

        public String getCaseInstanceId()
        Specified by:
        getCaseInstanceId in interface org.camunda.bpm.engine.delegate.DelegateCaseExecution
      • getEventName

        public String getEventName()
        Specified by:
        getEventName in interface org.camunda.bpm.engine.delegate.BaseDelegateExecution
        Specified by:
        getEventName in interface org.camunda.bpm.engine.delegate.DelegateCaseExecution
      • getBusinessKey

        public String getBusinessKey()
        Specified by:
        getBusinessKey in interface org.camunda.bpm.engine.delegate.BaseDelegateExecution
      • getCaseBusinessKey

        public String getCaseBusinessKey()
        Specified by:
        getCaseBusinessKey in interface org.camunda.bpm.engine.delegate.DelegateCaseExecution
      • getCaseDefinitionId

        public String getCaseDefinitionId()
        Specified by:
        getCaseDefinitionId in interface org.camunda.bpm.engine.delegate.DelegateCaseExecution
      • getParentId

        public String getParentId()
        Specified by:
        getParentId in interface org.camunda.bpm.engine.delegate.DelegateCaseExecution
      • getActivityId

        public String getActivityId()
        Specified by:
        getActivityId in interface org.camunda.bpm.engine.delegate.DelegateCaseExecution
      • getActivityName

        public String getActivityName()
        Specified by:
        getActivityName in interface org.camunda.bpm.engine.delegate.DelegateCaseExecution
      • getTenantId

        public String getTenantId()
        Specified by:
        getTenantId in interface org.camunda.bpm.engine.delegate.DelegateCaseExecution
      • isAvailable

        public boolean isAvailable()
        Specified by:
        isAvailable in interface org.camunda.bpm.engine.delegate.DelegateCaseExecution
      • isEnabled

        public boolean isEnabled()
        Specified by:
        isEnabled in interface org.camunda.bpm.engine.delegate.DelegateCaseExecution
      • isDisabled

        public boolean isDisabled()
        Specified by:
        isDisabled in interface org.camunda.bpm.engine.delegate.DelegateCaseExecution
      • isActive

        public boolean isActive()
        Specified by:
        isActive in interface org.camunda.bpm.engine.delegate.DelegateCaseExecution
      • isSuspended

        public boolean isSuspended()
        Specified by:
        isSuspended in interface org.camunda.bpm.engine.delegate.DelegateCaseExecution
      • isTerminated

        public boolean isTerminated()
        Specified by:
        isTerminated in interface org.camunda.bpm.engine.delegate.DelegateCaseExecution
      • isCompleted

        public boolean isCompleted()
        Specified by:
        isCompleted in interface org.camunda.bpm.engine.delegate.DelegateCaseExecution
      • isFailed

        public boolean isFailed()
        Specified by:
        isFailed in interface org.camunda.bpm.engine.delegate.DelegateCaseExecution
      • isClosed

        public boolean isClosed()
        Specified by:
        isClosed in interface org.camunda.bpm.engine.delegate.DelegateCaseExecution
      • withCaseExecutionState

        public DelegateCaseExecutionFake withCaseExecutionState​(org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionState caseExecutionState)
      • getCmmnModelInstance

        public org.camunda.bpm.model.cmmn.CmmnModelInstance getCmmnModelInstance()
        Specified by:
        getCmmnModelInstance in interface org.camunda.bpm.engine.delegate.CmmnModelExecutionContext
      • getCmmnModelElementInstance

        public org.camunda.bpm.model.cmmn.instance.CmmnElement getCmmnModelElementInstance()
        Specified by:
        getCmmnModelElementInstance in interface org.camunda.bpm.engine.delegate.CmmnModelExecutionContext
      • getProcessEngineServices

        public org.camunda.bpm.engine.ProcessEngineServices getProcessEngineServices()
        Specified by:
        getProcessEngineServices in interface org.camunda.bpm.engine.delegate.ProcessEngineServicesAware
      • withProcessEngineServices

        public T withProcessEngineServices​(org.camunda.bpm.engine.ProcessEngineServices processEngineServices)
      • getProcessEngine

        public org.camunda.bpm.engine.ProcessEngine getProcessEngine()
        Specified by:
        getProcessEngine in interface org.camunda.bpm.engine.delegate.ProcessEngineServicesAware
      • withProcessEngine

        public T withProcessEngine​(org.camunda.bpm.engine.ProcessEngine processEngine)