public class SendTaskImpl extends TaskImpl implements SendTask
Modifier and Type | Field and Description |
---|---|
protected static Attribute<String> |
camundaClassAttribute
camunda extensions
|
protected static Attribute<String> |
camundaDelegateExpressionAttribute |
protected static Attribute<String> |
camundaExpressionAttribute |
protected static Attribute<String> |
camundaResultVariableAttribute |
protected static Attribute<String> |
camundaTypeAttribute |
protected static Attribute<String> |
implementationAttribute |
protected static AttributeReference<Message> |
messageRefAttribute |
protected static AttributeReference<Operation> |
operationRefAttribute |
camundaAsyncAttribute, camundaExclusiveAttribute
completionQuantityAttribute, dataInputAssociationCollection, dataOutputAssociationCollection, defaultAttribute, ioSpecificationChild, isForCompensationAttribute, loopCharacteristicsChild, propertyCollection, resourceRoleCollection, startQuantityAttribute
incomingCollection, outgoingCollection
auditingChild, categoryValueRefCollection, monitoringChild, nameAttribute
documentationCollection, extensionElementsChild, idAttribute
modelInstance
Constructor and Description |
---|
SendTaskImpl(ModelTypeInstanceContext context) |
Modifier and Type | Method and Description |
---|---|
SendTaskBuilder |
builder()
Returns a new fluent builder for the element if implemented.
|
String |
getCamundaClass()
camunda extensions
|
String |
getCamundaDelegateExpression() |
String |
getCamundaExpression() |
String |
getCamundaResultVariable() |
String |
getCamundaType() |
String |
getImplementation() |
Message |
getMessage() |
Operation |
getOperation() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setCamundaClass(String camundaClass) |
void |
setCamundaDelegateExpression(String camundaExpression) |
void |
setCamundaExpression(String camundaExpression) |
void |
setCamundaResultVariable(String camundaResultVariable) |
void |
setCamundaType(String camundaType) |
void |
setImplementation(String implementation) |
void |
setMessage(Message message) |
void |
setOperation(Operation operation) |
getDiagramElement, isCamundaAsync, isCamundaExclusive, setCamundaAsync, setCamundaExclusive
getCompletionQuantity, getDataInputAssociations, getDataOutputAssociations, getDefault, getIoSpecification, getLoopCharacteristics, getProperties, getResourceRoles, getStartQuantity, isForCompensation, setCompletionQuantity, setDefault, setForCompensation, setIoSpecification, setLoopCharacteristics, setStartQuantity
getIncoming, getOutgoing, getPreviousNodes, getSucceedingNodes, updateAfterReplacement
getAuditing, getCategoryValueRefs, getMonitoring, getName, setAuditing, setMonitoring, setName
getDocumentations, getExtensionElements, getId, getIncomingReferencesByType, setExtensionElements, setId
getScope, isScope
addChildElement, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getDiagramElement, isCamundaAsync, isCamundaExclusive, setCamundaAsync, setCamundaExclusive
getCompletionQuantity, getDataInputAssociations, getDataOutputAssociations, getDefault, getIoSpecification, getLoopCharacteristics, getProperties, getResourceRoles, getStartQuantity, isForCompensation, setCompletionQuantity, setDefault, setForCompensation, setIoSpecification, setLoopCharacteristics, setStartQuantity
getIncoming, getOutgoing, getPreviousNodes, getSucceedingNodes
getAuditing, getCategoryValueRefs, getMonitoring, getName, setAuditing, setMonitoring, setName
getDocumentations, getExtensionElements, getId, setExtensionElements, setId
getScope, isScope
addChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
getId, setId
protected static AttributeReference<Message> messageRefAttribute
protected static AttributeReference<Operation> operationRefAttribute
protected static Attribute<String> camundaDelegateExpressionAttribute
public SendTaskImpl(ModelTypeInstanceContext context)
public static void registerType(ModelBuilder modelBuilder)
public SendTaskBuilder builder()
BpmnModelElementInstance
public String getImplementation()
getImplementation
in interface SendTask
public void setImplementation(String implementation)
setImplementation
in interface SendTask
public Message getMessage()
getMessage
in interface SendTask
public void setMessage(Message message)
setMessage
in interface SendTask
public Operation getOperation()
getOperation
in interface SendTask
public void setOperation(Operation operation)
setOperation
in interface SendTask
public String getCamundaClass()
getCamundaClass
in interface SendTask
public void setCamundaClass(String camundaClass)
setCamundaClass
in interface SendTask
public String getCamundaDelegateExpression()
getCamundaDelegateExpression
in interface SendTask
public void setCamundaDelegateExpression(String camundaExpression)
setCamundaDelegateExpression
in interface SendTask
public String getCamundaExpression()
getCamundaExpression
in interface SendTask
public void setCamundaExpression(String camundaExpression)
setCamundaExpression
in interface SendTask
public String getCamundaResultVariable()
getCamundaResultVariable
in interface SendTask
public void setCamundaResultVariable(String camundaResultVariable)
setCamundaResultVariable
in interface SendTask
public String getCamundaType()
getCamundaType
in interface SendTask
public void setCamundaType(String camundaType)
setCamundaType
in interface SendTask
Copyright © 2015. All rights reserved.