Uses of Interface
org.camunda.bpm.model.cmmn.instance.HumanTask
-
-
Uses of HumanTask in org.camunda.bpm.engine.impl.cmmn.handler
Methods in org.camunda.bpm.engine.impl.cmmn.handler that return HumanTask Modifier and Type Method Description protected HumanTask
HumanTaskItemHandler. getDefinition(CmmnElement element)
-
Uses of HumanTask in org.camunda.bpm.engine.impl.cmmn.transformer
Methods in org.camunda.bpm.engine.impl.cmmn.transformer with parameters of type HumanTask Modifier and Type Method Description void
AbstractCmmnTransformListener. transformHumanTask(PlanItem planItem, HumanTask humanTask, CmmnActivity activity)
void
CmmnTransformListener. transformHumanTask(PlanItem planItem, HumanTask humanTask, CmmnActivity caseActivity)
-
Uses of HumanTask in org.camunda.bpm.engine.impl.history.transformer
Methods in org.camunda.bpm.engine.impl.history.transformer with parameters of type HumanTask Modifier and Type Method Description void
CmmnHistoryTransformListener. transformHumanTask(PlanItem planItem, HumanTask humanTask, CmmnActivity caseActivity)
-
Uses of HumanTask in org.camunda.bpm.engine.impl.metrics.parser
Methods in org.camunda.bpm.engine.impl.metrics.parser with parameters of type HumanTask Modifier and Type Method Description void
MetricsCmmnTransformListener. transformHumanTask(PlanItem planItem, HumanTask humanTask, CmmnActivity activity)
-
Uses of HumanTask in org.camunda.bpm.model.cmmn.impl.instance
Classes in org.camunda.bpm.model.cmmn.impl.instance that implement HumanTask Modifier and Type Class Description class
HumanTaskImpl
-