|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.camunda.bpm.model.bpmn.builder.AbstractBpmnModelElementBuilder<B,E>
org.camunda.bpm.model.bpmn.builder.AbstractBaseElementBuilder<B,E>
org.camunda.bpm.model.bpmn.builder.AbstractFlowElementBuilder<B,E>
org.camunda.bpm.model.bpmn.builder.AbstractFlowNodeBuilder<B,E>
org.camunda.bpm.model.bpmn.builder.AbstractActivityBuilder<B,E>
org.camunda.bpm.model.bpmn.builder.AbstractTaskBuilder<B,UserTask>
org.camunda.bpm.model.bpmn.builder.AbstractUserTaskBuilder<B>
public abstract class AbstractUserTaskBuilder<B extends AbstractUserTaskBuilder<B>>
| Field Summary |
|---|
| Fields inherited from class org.camunda.bpm.model.bpmn.builder.AbstractFlowNodeBuilder |
|---|
compensateBoundaryEvent, compensationStarted |
| Fields inherited from class org.camunda.bpm.model.bpmn.builder.AbstractBaseElementBuilder |
|---|
SPACE |
| Fields inherited from class org.camunda.bpm.model.bpmn.builder.AbstractBpmnModelElementBuilder |
|---|
element, modelInstance, myself |
| Constructor Summary | |
|---|---|
protected |
AbstractUserTaskBuilder(BpmnModelInstance modelInstance,
UserTask element,
Class<?> selfType)
|
| Method Summary | |
|---|---|
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. |
CamundaUserTaskFormFieldBuilder |
camundaFormField()
Creates a new camunda form field extension element. |
B |
camundaFormHandlerClass(Class camundaFormHandlerClass)
Sets the camunda form handler class attribute. |
B |
camundaFormHandlerClass(String fullQualifiedClassName)
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 |
camundaTaskListenerClass(String eventName,
Class listenerClass)
Add a class based task listener with specified event name |
B |
camundaTaskListenerClass(String eventName,
String fullQualifiedClassName)
Add a class based task listener with specified event name |
B |
camundaTaskListenerDelegateExpression(String eventName,
String delegateExpression)
|
B |
camundaTaskListenerExpression(String eventName,
String expression)
|
B |
implementation(String implementation)
Sets the implementation of the build user task. |
| Methods inherited from class org.camunda.bpm.model.bpmn.builder.AbstractTaskBuilder |
|---|
camundaAsync, camundaAsync |
| Methods inherited from class org.camunda.bpm.model.bpmn.builder.AbstractActivityBuilder |
|---|
boundaryEvent, boundaryEvent, calculateXCoordinate, camundaInputParameter, camundaOutputParameter, multiInstance, setBoundaryEventCoordinates |
| Methods inherited from class org.camunda.bpm.model.bpmn.builder.AbstractFlowElementBuilder |
|---|
name |
| Methods inherited from class org.camunda.bpm.model.bpmn.builder.AbstractBpmnModelElementBuilder |
|---|
done, getElement, subProcessDone, transactionDone |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected AbstractUserTaskBuilder(BpmnModelInstance modelInstance,
UserTask element,
Class<?> selfType)
| Method Detail |
|---|
public B implementation(String implementation)
implementation - the implementation to set
public B camundaAssignee(String camundaAssignee)
camundaAssignee - the assignee to set
public B camundaCandidateGroups(String camundaCandidateGroups)
camundaCandidateGroups - the candidate groups to set
public B camundaCandidateGroups(List<String> camundaCandidateGroups)
camundaCandidateGroups - the candidate groups to set
public B camundaCandidateUsers(String camundaCandidateUsers)
camundaCandidateUsers - the candidate users to set
public B camundaCandidateUsers(List<String> camundaCandidateUsers)
camundaCandidateUsers - the candidate users to set
public B camundaDueDate(String camundaDueDate)
camundaDueDate - the due date of the user task
public B camundaFollowUpDate(String camundaFollowUpDate)
camundaFollowUpDate - the follow up date of the user task
public B camundaFormHandlerClass(Class camundaFormHandlerClass)
camundaFormHandlerClass - the class name of the form handler
public B camundaFormHandlerClass(String fullQualifiedClassName)
camundaFormHandlerClass - the class name of the form handler
public B camundaFormKey(String camundaFormKey)
camundaFormKey - the form key to set
public B camundaPriority(String camundaPriority)
camundaPriority - the priority of the user task
public CamundaUserTaskFormFieldBuilder camundaFormField()
public B camundaTaskListenerClass(String eventName,
Class listenerClass)
eventName - - event names to listen tofullQualifiedClassName - - a string representing a class
public B camundaTaskListenerClass(String eventName,
String fullQualifiedClassName)
eventName - - event names to listen tofullQualifiedClassName - - a string representing a class
public B camundaTaskListenerExpression(String eventName,
String expression)
public B camundaTaskListenerDelegateExpression(String eventName,
String delegateExpression)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||