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 |
camundaAsyncAttributecompletionQuantityAttribute, dataInputAssociationCollection, dataOutputAssociationCollection, defaultAttribute, ioSpecificationChild, isForCompensationAttribute, loopCharacteristicsChild, propertyCollection, resourceRoleCollection, startQuantityAttributecamundaAsyncAfter, camundaAsyncBefore, camundaExclusive, incomingCollection, outgoingCollectionauditingChild, categoryValueRefCollection, monitoringChild, nameAttributedocumentationCollection, extensionElementsChild, idAttributemodelInstance| 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, setCamundaAsyncgetCompletionQuantity, getDataInputAssociations, getDataOutputAssociations, getDefault, getIoSpecification, getLoopCharacteristics, getProperties, getResourceRoles, getStartQuantity, isForCompensation, setCompletionQuantity, setDefault, setForCompensation, setIoSpecification, setLoopCharacteristics, setStartQuantitygetIncoming, getOutgoing, getPreviousNodes, getSucceedingNodes, isCamundaAsyncAfter, isCamundaAsyncBefore, isCamundaExclusive, setCamundaAsyncAfter, setCamundaAsyncBefore, setCamundaExclusive, updateAfterReplacementgetAuditing, getCategoryValueRefs, getMonitoring, getName, setAuditing, setMonitoring, setNamegetDocumentations, getExtensionElements, getId, getIncomingReferencesByType, setExtensionElements, setIdgetScope, isScopeaddChildElement, 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, setUniqueChildElementByNameNsclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetDiagramElement, isCamundaAsync, setCamundaAsyncgetCompletionQuantity, getDataInputAssociations, getDataOutputAssociations, getDefault, getIoSpecification, getLoopCharacteristics, getProperties, getResourceRoles, getStartQuantity, isForCompensation, setCompletionQuantity, setDefault, setForCompensation, setIoSpecification, setLoopCharacteristics, setStartQuantitygetIncoming, getOutgoing, getPreviousNodes, getSucceedingNodes, isCamundaAsyncAfter, isCamundaAsyncBefore, isCamundaExclusive, setCamundaAsyncAfter, setCamundaAsyncBefore, setCamundaExclusivegetAuditing, getCategoryValueRefs, getMonitoring, getName, setAuditing, setMonitoring, setNamegetDocumentations, getExtensionElements, getId, setExtensionElements, setIdgetScope, isScopeaddChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacementgetId, setIdprotected 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()
BpmnModelElementInstancepublic String getImplementation()
getImplementation in interface SendTaskpublic void setImplementation(String implementation)
setImplementation in interface SendTaskpublic Message getMessage()
getMessage in interface SendTaskpublic void setMessage(Message message)
setMessage in interface SendTaskpublic Operation getOperation()
getOperation in interface SendTaskpublic void setOperation(Operation operation)
setOperation in interface SendTaskpublic String getCamundaClass()
getCamundaClass in interface SendTaskpublic void setCamundaClass(String camundaClass)
setCamundaClass in interface SendTaskpublic String getCamundaDelegateExpression()
getCamundaDelegateExpression in interface SendTaskpublic void setCamundaDelegateExpression(String camundaExpression)
setCamundaDelegateExpression in interface SendTaskpublic String getCamundaExpression()
getCamundaExpression in interface SendTaskpublic void setCamundaExpression(String camundaExpression)
setCamundaExpression in interface SendTaskpublic String getCamundaResultVariable()
getCamundaResultVariable in interface SendTaskpublic void setCamundaResultVariable(String camundaResultVariable)
setCamundaResultVariable in interface SendTaskpublic String getCamundaType()
getCamundaType in interface SendTaskpublic void setCamundaType(String camundaType)
setCamundaType in interface SendTaskCopyright © 2018. All rights reserved.