Uses of Class
org.camunda.bpm.engine.impl.task.TaskDecorator
-
-
Uses of TaskDecorator in org.camunda.bpm.engine.impl.bpmn.behavior
Fields in org.camunda.bpm.engine.impl.bpmn.behavior declared as TaskDecorator Modifier and Type Field Description protected TaskDecoratorUserTaskActivityBehavior. taskDecoratorMethods in org.camunda.bpm.engine.impl.bpmn.behavior that return TaskDecorator Modifier and Type Method Description TaskDecoratorUserTaskActivityBehavior. getTaskDecorator()Constructors in org.camunda.bpm.engine.impl.bpmn.behavior with parameters of type TaskDecorator Constructor Description UserTaskActivityBehavior(TaskDecorator taskDecorator) -
Uses of TaskDecorator in org.camunda.bpm.engine.impl.cmmn.behavior
Fields in org.camunda.bpm.engine.impl.cmmn.behavior declared as TaskDecorator Modifier and Type Field Description protected TaskDecoratorHumanTaskActivityBehavior. taskDecoratorMethods in org.camunda.bpm.engine.impl.cmmn.behavior that return TaskDecorator Modifier and Type Method Description TaskDecoratorHumanTaskActivityBehavior. getTaskDecorator()Methods in org.camunda.bpm.engine.impl.cmmn.behavior with parameters of type TaskDecorator Modifier and Type Method Description voidHumanTaskActivityBehavior. setTaskDecorator(TaskDecorator taskDecorator) -
Uses of TaskDecorator in org.camunda.bpm.engine.impl.cmmn.entity.runtime
Methods in org.camunda.bpm.engine.impl.cmmn.entity.runtime with parameters of type TaskDecorator Modifier and Type Method Description TaskEntityCaseExecutionEntity. createTask(TaskDecorator taskDecorator) -
Uses of TaskDecorator in org.camunda.bpm.engine.impl.cmmn.execution
Methods in org.camunda.bpm.engine.impl.cmmn.execution with parameters of type TaskDecorator Modifier and Type Method Description TaskCmmnActivityExecution. createTask(TaskDecorator taskDecorator)Creates a new task.TaskEntityCmmnExecution. createTask(TaskDecorator taskDecorator)
-