Uses of Interface
org.camunda.bpm.engine.runtime.CaseExecution
-
Uses of CaseExecution in org.camunda.bpm.engine.impl.cfg
Modifier and TypeMethodDescriptionvoid
CommandChecker.checkReadCaseInstance
(CaseExecution caseExecution) Check if it is allowed to read a case instance of the given case execution.void
CommandChecker.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
Modifier and TypeMethodDescriptionvoid
AuthorizationCommandChecker.checkReadCaseInstance
(CaseExecution caseExecution) void
AuthorizationCommandChecker.checkUpdateCaseInstance
(CaseExecution caseExecution) -
Uses of CaseExecution in org.camunda.bpm.engine.impl.cfg.multitenancy
Modifier and TypeMethodDescriptionvoid
TenantCommandChecker.checkReadCaseInstance
(CaseExecution caseExecution) void
TenantCommandChecker.checkUpdateCaseInstance
(CaseExecution caseExecution) -
Uses of CaseExecution in org.camunda.bpm.engine.impl.cmmn.entity.runtime
Modifier and TypeMethodDescriptionCaseExecutionQueryImpl.executeList
(CommandContext commandContext, Page page) CaseExecutionManager.findCaseExecutionsByQueryCriteria
(CaseExecutionQueryImpl caseExecutionQuery, Page page) -
Uses of CaseExecution in org.camunda.bpm.engine.rest.dto.runtime
Modifier and TypeMethodDescriptionstatic CaseExecutionDto
CaseExecutionDto.fromCaseExecution
(CaseExecution caseExecution) -
Uses of CaseExecution in org.camunda.bpm.engine.runtime
-
Uses of CaseExecution in org.camunda.bpm.engine.test.assertions.cmmn
Modifier and TypeClassDescriptionclass
AbstractCaseAssert<S extends AbstractCaseAssert<S,
A>, A extends CaseExecution> Modifier and TypeMethodDescriptionstatic CaseExecution
CmmnAwareTests.caseExecution
(String activityId, CaseInstance caseInstance) Helper method to find anyCaseExecution
in the context of a CaseInstance.static CaseExecution
CmmnAwareTests.caseExecution
(CaseExecutionQuery caseExecutionQuery, CaseInstance caseInstance) Helper method to find anyCaseExecution
in the context of a CaseInstanceModifier and TypeMethodDescriptionprotected static CaseExecutionAssert
CaseExecutionAssert.assertThat
(ProcessEngine engine, CaseExecution actual) protected static CaseTaskAssert
CaseTaskAssert.assertThat
(ProcessEngine engine, CaseExecution actual) static CaseExecutionAssert
CmmnAwareTests.assertThat
(CaseExecution actual) Assert that...protected static HumanTaskAssert
HumanTaskAssert.assertThat
(ProcessEngine engine, CaseExecution actual) protected static MilestoneAssert
MilestoneAssert.assertThat
(ProcessEngine engine, CaseExecution actual) protected static ProcessTaskAssert
ProcessTaskAssert.assertThat
(ProcessEngine engine, CaseExecution actual) protected static StageAssert
StageAssert.assertThat
(ProcessEngine engine, CaseExecution actual) static void
CmmnAwareTests.complete
(CaseExecution caseExecution) Helper method to easily complete a CaseExecution.static void
CmmnAwareTests.complete
(CaseExecution caseExecution, Map<String, Object> variables) Helper method to easily complete a caseExecution and pass some case variables.static void
CmmnAwareTests.disable
(CaseExecution caseExecution) Helper method to easily disable a case execution.static void
CmmnAwareTests.manuallyStart
(CaseExecution caseExecution) Helper method to manually start a case execution.ModifierConstructorDescriptionprotected
CaseExecutionAssert
(ProcessEngine engine, CaseExecution actual) protected
CaseTaskAssert
(ProcessEngine engine, CaseExecution actual) protected
HumanTaskAssert
(ProcessEngine engine, CaseExecution actual) protected
MilestoneAssert
(ProcessEngine engine, CaseExecution actual) protected
ProcessTaskAssert
(ProcessEngine engine, CaseExecution actual) protected
StageAssert
(ProcessEngine engine, CaseExecution actual)