public abstract class AbstractUserTaskBuilder<B extends AbstractUserTaskBuilder<B>> extends AbstractTaskBuilder<B,UserTask>
element, modelInstance, myself| Modifier | Constructor and Description |
|---|---|
protected |
AbstractUserTaskBuilder(BpmnModelInstance modelInstance,
UserTask element,
Class<?> selfType) |
| Modifier and Type | Method and Description |
|---|---|
B |
camundaAssignee(String camundaAssignee)
Sets the camunda attribute assignee.
|
B |
camundaCandidateGroups(List<String> camundaCandidateGroups)
Sets the camunda candidate groups attribute.
|
B |
camundaCandidateGroups(String camundaCandidateGroups)
Sets the camunda candidate groups attribute.
|
B |
camundaCandidateUsers(List<String> camundaCandidateUsers)
Sets the camunda candidate users attribute.
|
B |
camundaCandidateUsers(String camundaCandidateUsers)
Sets the camunda candidate users attribute.
|
B |
camundaDueDate(String camundaDueDate)
Sets the camunda due date attribute.
|
B |
camundaFollowUpDate(String camundaFollowUpDate)
Sets the camunda follow up date attribute.
|
B |
camundaFormHandlerClass(String camundaFormHandlerClass)
Sets the camunda form handler class attribute.
|
B |
camundaFormKey(String camundaFormKey)
Sets the camunda form key attribute.
|
B |
camundaPriority(String camundaPriority)
Sets the camunda priority attribute.
|
B |
implementation(String implementation)
Sets the implementation of the build user task.
|
camundaAsync, camundaAsync, camundaExclusive, notCamundaExclusivebusinessRuleTask, businessRuleTask, callActivity, callActivity, condition, connectTo, endEvent, endEvent, exclusiveGateway, exclusiveGateway, findLastGateway, intermediateCatchEvent, intermediateCatchEvent, manualTask, manualTask, moveToLastGateway, moveToNode, parallelGateway, parallelGateway, receiveTask, receiveTask, scriptTask, scriptTask, sendTask, sendTask, sequenceFlowId, serviceTask, serviceTask, subProcess, subProcess, userTask, userTasknameaddExtensionElement, createChild, createChild, createInstance, createInstance, createSibling, createSibling, iddone, subProcessDoneprotected AbstractUserTaskBuilder(BpmnModelInstance modelInstance, UserTask element, Class<?> selfType)
public B implementation(String implementation)
implementation - the implementation to setpublic B camundaAssignee(String camundaAssignee)
camundaAssignee - the assignee to setpublic B camundaCandidateGroups(String camundaCandidateGroups)
camundaCandidateGroups - the candidate groups to setpublic B camundaCandidateGroups(List<String> camundaCandidateGroups)
camundaCandidateGroups - the candidate groups to setpublic B camundaCandidateUsers(String camundaCandidateUsers)
camundaCandidateUsers - the candidate users to setpublic B camundaCandidateUsers(List<String> camundaCandidateUsers)
camundaCandidateUsers - the candidate users to setpublic B camundaDueDate(String camundaDueDate)
camundaDueDate - the due date of the user taskpublic B camundaFollowUpDate(String camundaFollowUpDate)
camundaFollowUpDate - the follow up date of the user taskpublic B camundaFormHandlerClass(String camundaFormHandlerClass)
camundaFormHandlerClass - the class name of the form handlerpublic B camundaFormKey(String camundaFormKey)
camundaFormKey - the form key to setCopyright © 2015. All rights reserved.