Uses of Interface
org.camunda.bpm.model.cmmn.instance.Case
-
-
Uses of Case in org.camunda.bpm.engine.impl.cmmn.handler
Methods in org.camunda.bpm.engine.impl.cmmn.handler with parameters of type Case Modifier and Type Method Description CmmnCaseDefinition
CaseHandler. handleElement(Case element, CmmnHandlerContext context)
protected void
CaseHandler. initializeActivity(Case element, CmmnActivity activity, CmmnHandlerContext context)
-
Uses of Case in org.camunda.bpm.engine.impl.cmmn.transformer
Methods in org.camunda.bpm.engine.impl.cmmn.transformer with parameters of type Case Modifier and Type Method Description void
AbstractCmmnTransformListener. transformCase(Case element, CmmnCaseDefinition caseDefinition)
protected CaseDefinitionEntity
CmmnTransform. transformCase(Case element)
void
CmmnTransformListener. transformCase(Case element, CmmnCaseDefinition caseDefinition)
-
Uses of Case in org.camunda.bpm.engine.impl.history.transformer
Methods in org.camunda.bpm.engine.impl.history.transformer with parameters of type Case Modifier and Type Method Description void
CmmnHistoryTransformListener. transformCase(Case element, CmmnCaseDefinition caseDefinition)
-
Uses of Case in org.camunda.bpm.model.cmmn.impl.instance
Classes in org.camunda.bpm.model.cmmn.impl.instance that implement Case Modifier and Type Class Description class
CaseImpl
Fields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type Case Modifier and Type Field Description protected static ChildElementCollection<Case>
DefinitionsImpl. caseCollection
Methods in org.camunda.bpm.model.cmmn.impl.instance that return types with arguments of type Case Modifier and Type Method Description Collection<Case>
DefinitionsImpl. getCases()
-
Uses of Case in org.camunda.bpm.model.cmmn.instance
Methods in org.camunda.bpm.model.cmmn.instance that return types with arguments of type Case Modifier and Type Method Description Collection<Case>
Definitions. getCases()
-