Uses of Class
org.camunda.bpm.engine.impl.task.TaskDefinition
Packages that use TaskDefinition
Package
Description
-
Uses of TaskDefinition in org.camunda.bpm.application.impl.event
Methods in org.camunda.bpm.application.impl.event with parameters of type TaskDefinitionModifier and TypeMethodDescriptionprotected void
ProcessApplicationEventParseListener.addTaskAssignmentListeners
(TaskDefinition taskDefinition) protected void
ProcessApplicationEventParseListener.addTaskCompleteListeners
(TaskDefinition taskDefinition) protected void
ProcessApplicationEventParseListener.addTaskCreateListeners
(TaskDefinition taskDefinition) protected void
ProcessApplicationEventParseListener.addTaskDeleteListeners
(TaskDefinition taskDefinition) protected void
ProcessApplicationEventParseListener.addTaskUpdateListeners
(TaskDefinition taskDefinition) -
Uses of TaskDefinition in org.camunda.bpm.engine.cdi.impl.event
Methods in org.camunda.bpm.engine.cdi.impl.event with parameters of type TaskDefinitionModifier and TypeMethodDescriptionprotected void
CdiEventSupportBpmnParseListener.addTaskAssignmentListeners
(TaskDefinition taskDefinition) protected void
CdiEventSupportBpmnParseListener.addTaskCompleteListeners
(TaskDefinition taskDefinition) protected void
CdiEventSupportBpmnParseListener.addTaskCreateListeners
(TaskDefinition taskDefinition) protected void
CdiEventSupportBpmnParseListener.addTaskDeleteListeners
(TaskDefinition taskDefinition) protected void
CdiEventSupportBpmnParseListener.addTaskUpdateListeners
(TaskDefinition taskDefinition) -
Uses of TaskDefinition in org.camunda.bpm.engine.impl.bpmn.behavior
Methods in org.camunda.bpm.engine.impl.bpmn.behavior that return TaskDefinitionConstructors in org.camunda.bpm.engine.impl.bpmn.behavior with parameters of type TaskDefinitionModifierConstructorDescriptionUserTaskActivityBehavior
(ExpressionManager expressionManager, TaskDefinition taskDefinition) Deprecated. -
Uses of TaskDefinition in org.camunda.bpm.engine.impl.bpmn.parser
Methods in org.camunda.bpm.engine.impl.bpmn.parser that return TaskDefinitionModifier and TypeMethodDescriptionBpmnParse.parseTaskDefinition
(Element taskElement, String taskDefinitionKey, ActivityImpl activity, ProcessDefinitionEntity processDefinition) Methods in org.camunda.bpm.engine.impl.bpmn.parser with parameters of type TaskDefinitionModifier and TypeMethodDescriptionprotected void
BpmnParse.parseHumanPerformer
(Element taskElement, TaskDefinition taskDefinition) protected void
BpmnParse.parseHumanPerformerResourceAssignment
(Element performerElement, TaskDefinition taskDefinition) protected void
BpmnParse.parsePotentialOwner
(Element taskElement, TaskDefinition taskDefinition) protected void
BpmnParse.parsePotentialOwnerResourceAssignment
(Element performerElement, TaskDefinition taskDefinition) protected void
BpmnParse.parseTaskListeners
(Element userTaskElement, ActivityImpl activity, TaskDefinition taskDefinition) protected TaskListener
BpmnParse.parseTimeoutTaskListener
(Element taskListenerElement, ActivityImpl timerActivity, TaskDefinition taskDefinition) protected void
BpmnParse.parseUserTaskCustomExtensions
(Element taskElement, ActivityImpl activity, TaskDefinition taskDefinition) -
Uses of TaskDefinition in org.camunda.bpm.engine.impl.cmmn.behavior
Methods in org.camunda.bpm.engine.impl.cmmn.behavior that return TaskDefinition -
Uses of TaskDefinition in org.camunda.bpm.engine.impl.cmmn.entity.repository
Fields in org.camunda.bpm.engine.impl.cmmn.entity.repository with type parameters of type TaskDefinitionModifier and TypeFieldDescriptionprotected Map<String,
TaskDefinition> CaseDefinitionEntity.taskDefinitions
Methods in org.camunda.bpm.engine.impl.cmmn.entity.repository that return types with arguments of type TaskDefinitionMethod parameters in org.camunda.bpm.engine.impl.cmmn.entity.repository with type arguments of type TaskDefinitionModifier and TypeMethodDescriptionvoid
CaseDefinitionEntity.setTaskDefinitions
(Map<String, TaskDefinition> taskDefinitions) -
Uses of TaskDefinition in org.camunda.bpm.engine.impl.cmmn.handler
Methods in org.camunda.bpm.engine.impl.cmmn.handler that return TaskDefinitionModifier and TypeMethodDescriptionprotected TaskDefinition
HumanTaskItemHandler.createTaskDefinition
(CmmnElement element, CmmnHandlerContext context) Methods in org.camunda.bpm.engine.impl.cmmn.handler with parameters of type TaskDefinitionModifier and TypeMethodDescriptionprotected void
HumanTaskItemHandler.initializeTaskDefinitionAssignee
(CmmnElement element, TaskDefinition taskDefinition, CmmnHandlerContext context) protected void
HumanTaskItemHandler.initializeTaskDefinitionCandidateGroups
(CmmnElement element, TaskDefinition taskDefinition, CmmnHandlerContext context) protected void
HumanTaskItemHandler.initializeTaskDefinitionCandidateUsers
(CmmnElement element, TaskDefinition taskDefinition, CmmnHandlerContext context) protected void
HumanTaskItemHandler.initializeTaskDefinitionDueDate
(CmmnElement element, TaskDefinition taskDefinition, CmmnHandlerContext context) protected void
HumanTaskItemHandler.initializeTaskDefinitionFollowUpDate
(CmmnElement element, TaskDefinition taskDefinition, CmmnHandlerContext context) protected void
HumanTaskItemHandler.initializeTaskDefinitionFormKey
(CmmnElement element, TaskDefinition taskDefinition, CmmnHandlerContext context) protected void
HumanTaskItemHandler.initializeTaskDefinitionName
(CmmnElement element, TaskDefinition taskDefinition, CmmnHandlerContext context) protected void
HumanTaskItemHandler.initializeTaskDefinitionPriority
(CmmnElement element, TaskDefinition taskDefinition, CmmnHandlerContext context) protected void
HumanTaskItemHandler.initializeTaskDescription
(CmmnElement element, TaskDefinition taskDefinition, CmmnHandlerContext context) protected void
HumanTaskItemHandler.initializeTaskListeners
(CmmnElement element, CmmnActivity activity, CmmnHandlerContext context, TaskDefinition taskDefinition) -
Uses of TaskDefinition in org.camunda.bpm.engine.impl.persistence.entity
Fields in org.camunda.bpm.engine.impl.persistence.entity declared as TaskDefinitionFields in org.camunda.bpm.engine.impl.persistence.entity with type parameters of type TaskDefinitionModifier and TypeFieldDescriptionprotected Map<String,
TaskDefinition> ProcessDefinitionEntity.taskDefinitions
Methods in org.camunda.bpm.engine.impl.persistence.entity that return TaskDefinitionMethods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type TaskDefinitionMethods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type TaskDefinitionModifier and TypeMethodDescriptionvoid
TaskEntity.setTaskDefinition
(TaskDefinition taskDefinition) Method parameters in org.camunda.bpm.engine.impl.persistence.entity with type arguments of type TaskDefinitionModifier and TypeMethodDescriptionvoid
ProcessDefinitionEntity.setTaskDefinitions
(Map<String, TaskDefinition> taskDefinitions) -
Uses of TaskDefinition in org.camunda.bpm.engine.impl.task
Fields in org.camunda.bpm.engine.impl.task declared as TaskDefinitionMethods in org.camunda.bpm.engine.impl.task that return TaskDefinitionConstructors in org.camunda.bpm.engine.impl.task with parameters of type TaskDefinitionModifierConstructorDescriptionTaskDecorator
(TaskDefinition taskDefinition, ExpressionManager expressionManager)