|
||||||||||
| 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,BusinessRuleTask>
org.camunda.bpm.model.bpmn.builder.AbstractBusinessRuleTaskBuilder<B>
public abstract class AbstractBusinessRuleTaskBuilder<B extends AbstractBusinessRuleTaskBuilder<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 |
AbstractBusinessRuleTaskBuilder(BpmnModelInstance modelInstance,
BusinessRuleTask element,
Class<?> selfType)
|
| Method Summary | |
|---|---|
B |
camundaClass(Class camundaClass)
Sets the camunda class attribute. |
B |
camundaClass(String fullQualifiedClassName)
Sets the camunda class attribute. |
B |
camundaDecisionRef(String camundaDecisionRef)
Sets the camunda decisionRef attribute. |
B |
camundaDecisionRefBinding(String camundaDecisionRefBinding)
Sets the camunda decisionRefBinding attribute. |
B |
camundaDecisionRefTenantId(String decisionRefTenantId)
Sets the camunda decisionRefTenantId attribute. |
B |
camundaDecisionRefVersion(String camundaDecisionRefVersion)
Sets the camunda decisionRefVersion attribute. |
B |
camundaDelegateExpression(String camundaExpression)
Sets the camunda delegateExpression attribute. |
B |
camundaExpression(String camundaExpression)
Sets the camunda expression attribute. |
B |
camundaMapDecisionResult(String camundaMapDecisionResult)
Set the camunda mapDecisionResult attribute. |
B |
camundaResultVariable(String camundaResultVariable)
Sets the camunda resultVariable attribute. |
B |
camundaTaskPriority(String taskPriority)
Sets 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 business rule 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 AbstractBusinessRuleTaskBuilder(BpmnModelInstance modelInstance,
BusinessRuleTask element,
Class<?> selfType)
| Method Detail |
|---|
public B implementation(String implementation)
implementation - the implementation to set
public B camundaClass(Class camundaClass)
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)
camundaType(String) attribute has the value external.
camundaTopic - the topic to set
public B camundaType(String camundaType)
camundaType - the type of the service task
public B camundaDecisionRef(String camundaDecisionRef)
camundaDecisionRef - the decisionRef to set
public B camundaDecisionRefBinding(String camundaDecisionRefBinding)
camundaDecisionRefBinding - the decisionRefBinding to set
public B camundaDecisionRefVersion(String camundaDecisionRefVersion)
camundaDecisionRefVersion - the decisionRefVersion to set
public B camundaDecisionRefTenantId(String decisionRefTenantId)
decisionRefTenantId - the decisionRefTenantId to set
public B camundaMapDecisionResult(String camundaMapDecisionResult)
camundaMapDecisionResult - the mapper for the decision result to set
public B camundaTaskPriority(String taskPriority)
camundaType(String) attribute has the value external.
taskPriority - the priority for the external task
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||