Package | Description |
---|---|
org.camunda.bpm.engine.impl.cmmn.entity.runtime | |
org.camunda.bpm.engine.impl.test | |
org.camunda.bpm.engine.rest.dto.runtime | |
org.camunda.bpm.engine.runtime |
Classes related to the
RuntimeService . |
Modifier and Type | Class and Description |
---|---|
class |
CaseExecutionEntity |
Modifier and Type | Method and Description |
---|---|
List<CaseExecution> |
CaseExecutionQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<CaseExecution> |
CaseExecutionManager.findCaseExecutionsByQueryCriteria(CaseExecutionQueryImpl caseExecutionQuery,
Page page) |
Modifier and Type | Method and Description |
---|---|
protected CaseExecution |
CmmnProcessEngineTestCase.queryCaseExecutionByActivityId(String activityId) |
protected CaseExecution |
CmmnProcessEngineTestCase.queryCaseExecutionById(String caseExecutionId) |
Modifier and Type | Method and Description |
---|---|
static CaseExecutionDto |
CaseExecutionDto.fromCaseExecution(CaseExecution caseExecution) |
Modifier and Type | Interface and Description |
---|---|
interface |
CaseInstance |
Copyright © 2018. All rights reserved.