Modifier and Type | Method and Description |
---|---|
protected void |
ProcessApplicationEventParseListener.addTaskAssignmentListeners(TaskDefinition taskDefinition) |
protected void |
ProcessApplicationEventParseListener.addTaskCompleteListeners(TaskDefinition taskDefinition) |
protected void |
ProcessApplicationEventParseListener.addTaskCreateListeners(TaskDefinition taskDefinition) |
protected void |
ProcessApplicationEventParseListener.addTaskDeleteListeners(TaskDefinition taskDefinition) |
Modifier and Type | Method and Description |
---|---|
protected void |
CdiEventSupportBpmnParseListener.addTaskAssignmentListeners(TaskDefinition taskDefinition) |
protected void |
CdiEventSupportBpmnParseListener.addTaskCompleteListeners(TaskDefinition taskDefinition) |
protected void |
CdiEventSupportBpmnParseListener.addTaskCreateListeners(TaskDefinition taskDefinition) |
protected void |
CdiEventSupportBpmnParseListener.addTaskDeleteListeners(TaskDefinition taskDefinition) |
Modifier and Type | Field and Description |
---|---|
protected TaskDefinition |
UserTaskActivityBehavior.taskDefinition |
Modifier and Type | Method and Description |
---|---|
TaskDefinition |
UserTaskActivityBehavior.getTaskDefinition() |
Constructor and Description |
---|
UserTaskActivityBehavior(ExpressionManager expressionManager,
TaskDefinition taskDefinition) |
Modifier and Type | Method and Description |
---|---|
TaskDefinition |
BpmnParse.parseTaskDefinition(Element taskElement,
String taskDefinitionKey,
ProcessDefinitionEntity processDefinition) |
Modifier and Type | Method and Description |
---|---|
protected 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,
TaskDefinition taskDefinition) |
protected void |
BpmnParse.parseUserTaskCustomExtensions(Element taskElement,
TaskDefinition taskDefinition) |
Modifier and Type | Field and Description |
---|---|
protected TaskDefinition |
TaskEntity.taskDefinition |
Modifier and Type | Field and Description |
---|---|
protected Map<String,TaskDefinition> |
ProcessDefinitionEntity.taskDefinitions |
Modifier and Type | Method and Description |
---|---|
TaskDefinition |
TaskEntity.getTaskDefinition() |
Modifier and Type | Method and Description |
---|---|
Map<String,TaskDefinition> |
ProcessDefinitionEntity.getTaskDefinitions() |
Modifier and Type | Method and Description |
---|---|
void |
TaskEntity.setTaskDefinition(TaskDefinition taskDefinition) |
Modifier and Type | Method and Description |
---|---|
void |
ProcessDefinitionEntity.setTaskDefinitions(Map<String,TaskDefinition> taskDefinitions) |
Copyright © 2015. All rights reserved.