|
||||||||||
| 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,SendTask>
org.camunda.bpm.model.bpmn.builder.AbstractSendTaskBuilder<B>
public abstract class AbstractSendTaskBuilder<B extends AbstractSendTaskBuilder<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 |
AbstractSendTaskBuilder(BpmnModelInstance modelInstance,
SendTask element,
Class<?> selfType)
|
| Method Summary | |
|---|---|
B |
camundaClass(Class delegateClass)
Sets the camunda class attribute. |
B |
camundaClass(String fullQualifiedClassName)
Sets the camunda class attribute. |
B |
camundaDelegateExpression(String camundaExpression)
Sets the camunda delegateExpression attribute. |
B |
camundaExpression(String camundaExpression)
Sets the camunda expression attribute. |
B |
camundaResultVariable(String camundaResultVariable)
Sets the camunda resultVariable attribute. |
B |
camundaTaskPriority(String taskPriority)
Set the camunda task priority attribute. |
B |
camundaTopic(String camundaTopic)
Sets the camunda topic attribute. |
B |
camundaType(String camundaType)
Sets the camunda type attribute. |
B |
implementation(String implementation)
Sets the implementation of the send task. |
B |
message(Message message)
Sets the message of the send task. |
B |
message(String messageName)
Sets the message with the given message name. |
B |
operation(Operation operation)
Sets the operation of the send 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 AbstractSendTaskBuilder(BpmnModelInstance modelInstance,
SendTask element,
Class<?> selfType)
| Method Detail |
|---|
public B implementation(String implementation)
implementation - the implementation to set
public B message(Message message)
message - the message to set
public B message(String messageName)
messageName - the name of the message
public B operation(Operation operation)
operation - the operation to set
public B camundaClass(Class delegateClass)
camundaClass - the class name to set
public B camundaClass(String fullQualifiedClassName)
camundaClass - the class name to set
public B camundaDelegateExpression(String camundaExpression)
camundaExpression - the delegateExpression to set
public B camundaExpression(String camundaExpression)
camundaExpression - the expression to set
public B camundaResultVariable(String camundaResultVariable)
camundaResultVariable - the name of the process variable
public B camundaTopic(String camundaTopic)
camundaTopic - the topic to set
public B camundaType(String camundaType)
camundaType - the type of the service task
public B camundaTaskPriority(String taskPriority)
external
taskPriority - the task priority which should used for the external tasks
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||