public interface ServiceTask extends Task
Modifier and Type | Method and Description |
---|---|
ServiceTaskBuilder |
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() |
Operation |
getOperation() |
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 |
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
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
ServiceTaskBuilder builder()
BpmnModelElementInstance
builder
in interface BpmnModelElementInstance
builder
in interface FlowNode
String getImplementation()
void setImplementation(String implementation)
Operation getOperation()
void setOperation(Operation operation)
String getCamundaClass()
void setCamundaClass(String camundaClass)
String getCamundaDelegateExpression()
void setCamundaDelegateExpression(String camundaExpression)
String getCamundaExpression()
void setCamundaExpression(String camundaExpression)
String getCamundaResultVariable()
void setCamundaResultVariable(String camundaResultVariable)
String getCamundaType()
void setCamundaType(String camundaType)
Copyright © 2015. All rights reserved.