Uses of Interface
org.camunda.bpm.engine.runtime.CaseExecution
Packages that use CaseExecution
-
Uses of CaseExecution in org.camunda.bpm.engine.impl.cfg
Methods in org.camunda.bpm.engine.impl.cfg with parameters of type CaseExecutionModifier and TypeMethodDescriptionvoidCommandChecker.checkReadCaseInstance(CaseExecution caseExecution) Check if it is allowed to read a case instance of the given case execution.voidCommandChecker.checkUpdateCaseInstance(CaseExecution caseExecution) Check if it is allowed to update a case instance of the given case execution. -
Uses of CaseExecution in org.camunda.bpm.engine.impl.cfg.auth
Methods in org.camunda.bpm.engine.impl.cfg.auth with parameters of type CaseExecutionModifier and TypeMethodDescriptionvoidAuthorizationCommandChecker.checkReadCaseInstance(CaseExecution caseExecution) voidAuthorizationCommandChecker.checkUpdateCaseInstance(CaseExecution caseExecution) -
Uses of CaseExecution in org.camunda.bpm.engine.impl.cfg.multitenancy
Methods in org.camunda.bpm.engine.impl.cfg.multitenancy with parameters of type CaseExecutionModifier and TypeMethodDescriptionvoidTenantCommandChecker.checkReadCaseInstance(CaseExecution caseExecution) voidTenantCommandChecker.checkUpdateCaseInstance(CaseExecution caseExecution) -
Uses of CaseExecution in org.camunda.bpm.engine.impl.cmmn.entity.runtime
Classes in org.camunda.bpm.engine.impl.cmmn.entity.runtime that implement CaseExecutionMethods in org.camunda.bpm.engine.impl.cmmn.entity.runtime that return types with arguments of type CaseExecutionModifier and TypeMethodDescriptionCaseExecutionQueryImpl.executeList(CommandContext commandContext, Page page) CaseExecutionManager.findCaseExecutionsByQueryCriteria(CaseExecutionQueryImpl caseExecutionQuery, Page page) -
Uses of CaseExecution in org.camunda.bpm.engine.rest.dto.runtime
Methods in org.camunda.bpm.engine.rest.dto.runtime with parameters of type CaseExecutionModifier and TypeMethodDescriptionstatic CaseExecutionDtoCaseExecutionDto.fromCaseExecution(CaseExecution caseExecution) -
Uses of CaseExecution in org.camunda.bpm.engine.runtime
Subinterfaces of CaseExecution in org.camunda.bpm.engine.runtime -
Uses of CaseExecution in org.camunda.bpm.engine.test.assertions.cmmn
Classes in org.camunda.bpm.engine.test.assertions.cmmn with type parameters of type CaseExecutionModifier and TypeClassDescriptionclassAbstractCaseAssert<S extends AbstractCaseAssert<S,A>, A extends CaseExecution> Methods in org.camunda.bpm.engine.test.assertions.cmmn that return CaseExecutionModifier and TypeMethodDescriptionstatic CaseExecutionCmmnAwareTests.caseExecution(String activityId, CaseInstance caseInstance) Helper method to find anyCaseExecutionin the context of a CaseInstance.static CaseExecutionCmmnAwareTests.caseExecution(CaseExecutionQuery caseExecutionQuery, CaseInstance caseInstance) Helper method to find anyCaseExecutionin the context of a CaseInstanceMethods in org.camunda.bpm.engine.test.assertions.cmmn with parameters of type CaseExecutionModifier and TypeMethodDescriptionprotected static CaseExecutionAssertCaseExecutionAssert.assertThat(ProcessEngine engine, CaseExecution actual) protected static CaseTaskAssertCaseTaskAssert.assertThat(ProcessEngine engine, CaseExecution actual) static CaseExecutionAssertCmmnAwareTests.assertThat(CaseExecution actual) Assert that...protected static HumanTaskAssertHumanTaskAssert.assertThat(ProcessEngine engine, CaseExecution actual) protected static MilestoneAssertMilestoneAssert.assertThat(ProcessEngine engine, CaseExecution actual) protected static ProcessTaskAssertProcessTaskAssert.assertThat(ProcessEngine engine, CaseExecution actual) protected static StageAssertStageAssert.assertThat(ProcessEngine engine, CaseExecution actual) static voidCmmnAwareTests.complete(CaseExecution caseExecution) Helper method to easily complete a CaseExecution.static voidCmmnAwareTests.complete(CaseExecution caseExecution, Map<String, Object> variables) Helper method to easily complete a caseExecution and pass some case variables.static voidCmmnAwareTests.disable(CaseExecution caseExecution) Helper method to easily disable a case execution.static voidCmmnAwareTests.manuallyStart(CaseExecution caseExecution) Helper method to manually start a case execution.Constructors in org.camunda.bpm.engine.test.assertions.cmmn with parameters of type CaseExecutionModifierConstructorDescriptionprotectedCaseExecutionAssert(ProcessEngine engine, CaseExecution actual) protectedCaseTaskAssert(ProcessEngine engine, CaseExecution actual) protectedHumanTaskAssert(ProcessEngine engine, CaseExecution actual) protectedMilestoneAssert(ProcessEngine engine, CaseExecution actual) protectedProcessTaskAssert(ProcessEngine engine, CaseExecution actual) protectedStageAssert(ProcessEngine engine, CaseExecution actual)