Class ServiceTaskImpl
- java.lang.Object
- 
- org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
- 
- org.camunda.bpm.model.bpmn.impl.instance.BpmnModelElementInstanceImpl
- 
- org.camunda.bpm.model.bpmn.impl.instance.BaseElementImpl
- 
- org.camunda.bpm.model.bpmn.impl.instance.FlowElementImpl
- 
- org.camunda.bpm.model.bpmn.impl.instance.FlowNodeImpl
- 
- org.camunda.bpm.model.bpmn.impl.instance.ActivityImpl
- 
- org.camunda.bpm.model.bpmn.impl.instance.TaskImpl
- 
- org.camunda.bpm.model.bpmn.impl.instance.ServiceTaskImpl
 
 
 
 
 
 
 
 
- 
- All Implemented Interfaces:
- Activity,- BaseElement,- BpmnModelElementInstance,- FlowElement,- FlowNode,- InteractionNode,- ServiceTask,- Task,- ModelElementInstance
 
 public class ServiceTaskImpl extends TaskImpl implements ServiceTask The BPMN serviceTask element- Author:
- Sebastian Menski
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected static Attribute<java.lang.String>camundaClassAttributecamunda extensionsprotected static Attribute<java.lang.String>camundaDelegateExpressionAttributeprotected static Attribute<java.lang.String>camundaExpressionAttributeprotected static Attribute<java.lang.String>camundaResultVariableAttributeprotected static Attribute<java.lang.String>camundaTaskPriorityAttributeprotected static Attribute<java.lang.String>camundaTopicAttributeprotected static Attribute<java.lang.String>camundaTypeAttributeprotected static Attribute<java.lang.String>implementationAttributeprotected static AttributeReference<Operation>operationRefAttribute- 
Fields inherited from class org.camunda.bpm.model.bpmn.impl.instance.TaskImplcamundaAsyncAttribute
 - 
Fields inherited from class org.camunda.bpm.model.bpmn.impl.instance.ActivityImplcompletionQuantityAttribute, dataInputAssociationCollection, dataOutputAssociationCollection, defaultAttribute, ioSpecificationChild, isForCompensationAttribute, loopCharacteristicsChild, propertyCollection, resourceRoleCollection, startQuantityAttribute
 - 
Fields inherited from class org.camunda.bpm.model.bpmn.impl.instance.FlowNodeImplcamundaAsyncAfter, camundaAsyncBefore, camundaExclusive, camundaJobPriority, incomingCollection, outgoingCollection
 - 
Fields inherited from class org.camunda.bpm.model.bpmn.impl.instance.FlowElementImplauditingChild, categoryValueRefCollection, monitoringChild, nameAttribute
 - 
Fields inherited from class org.camunda.bpm.model.bpmn.impl.instance.BaseElementImpldocumentationCollection, extensionElementsChild, idAttribute
 - 
Fields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImplmodelInstance
 
- 
 - 
Constructor SummaryConstructors Constructor Description ServiceTaskImpl(ModelTypeInstanceContext context)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceTaskBuilderbuilder()Returns a new fluent builder for the element if implemented.java.lang.StringgetCamundaClass()camunda extensionsjava.lang.StringgetCamundaDelegateExpression()java.lang.StringgetCamundaExpression()java.lang.StringgetCamundaResultVariable()java.lang.StringgetCamundaTaskPriority()java.lang.StringgetCamundaTopic()java.lang.StringgetCamundaType()java.lang.StringgetImplementation()OperationgetOperation()static voidregisterType(ModelBuilder modelBuilder)voidsetCamundaClass(java.lang.String camundaClass)voidsetCamundaDelegateExpression(java.lang.String camundaExpression)voidsetCamundaExpression(java.lang.String camundaExpression)voidsetCamundaResultVariable(java.lang.String camundaResultVariable)voidsetCamundaTaskPriority(java.lang.String taskPriority)voidsetCamundaTopic(java.lang.String camundaTopic)voidsetCamundaType(java.lang.String camundaType)voidsetImplementation(java.lang.String implementation)voidsetOperation(Operation operation)- 
Methods inherited from class org.camunda.bpm.model.bpmn.impl.instance.TaskImplgetDiagramElement, isCamundaAsync, setCamundaAsync
 - 
Methods inherited from class org.camunda.bpm.model.bpmn.impl.instance.ActivityImplgetCompletionQuantity, getDataInputAssociations, getDataOutputAssociations, getDefault, getIoSpecification, getLoopCharacteristics, getProperties, getResourceRoles, getStartQuantity, isForCompensation, setCompletionQuantity, setDefault, setForCompensation, setIoSpecification, setLoopCharacteristics, setStartQuantity
 - 
Methods inherited from class org.camunda.bpm.model.bpmn.impl.instance.FlowNodeImplgetCamundaJobPriority, getIncoming, getOutgoing, getPreviousNodes, getSucceedingNodes, isCamundaAsyncAfter, isCamundaAsyncBefore, isCamundaExclusive, setCamundaAsyncAfter, setCamundaAsyncBefore, setCamundaExclusive, setCamundaJobPriority, updateAfterReplacement
 - 
Methods inherited from class org.camunda.bpm.model.bpmn.impl.instance.FlowElementImplgetAuditing, getCategoryValueRefs, getMonitoring, getName, setAuditing, setMonitoring, setName
 - 
Methods inherited from class org.camunda.bpm.model.bpmn.impl.instance.BaseElementImplgetDocumentations, getExtensionElements, getId, getIncomingReferencesByType, setExtensionElements, setId
 - 
Methods inherited from class org.camunda.bpm.model.bpmn.impl.instance.BpmnModelElementInstanceImplgetScope, isScope
 - 
Methods inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpladdChildElement, asSet, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.camunda.bpm.model.bpmn.instance.ActivitygetCompletionQuantity, getDataInputAssociations, getDataOutputAssociations, getDefault, getIoSpecification, getLoopCharacteristics, getProperties, getResourceRoles, getStartQuantity, isForCompensation, setCompletionQuantity, setDefault, setForCompensation, setIoSpecification, setLoopCharacteristics, setStartQuantity
 - 
Methods inherited from interface org.camunda.bpm.model.bpmn.instance.BaseElementgetDocumentations, getExtensionElements, getId, setExtensionElements, setId
 - 
Methods inherited from interface org.camunda.bpm.model.bpmn.instance.BpmnModelElementInstancegetScope, isScope
 - 
Methods inherited from interface org.camunda.bpm.model.bpmn.instance.FlowElementgetAuditing, getCategoryValueRefs, getMonitoring, getName, setAuditing, setMonitoring, setName
 - 
Methods inherited from interface org.camunda.bpm.model.bpmn.instance.FlowNodegetCamundaJobPriority, getIncoming, getOutgoing, getPreviousNodes, getSucceedingNodes, isCamundaAsyncAfter, isCamundaAsyncBefore, isCamundaExclusive, setCamundaAsyncAfter, setCamundaAsyncBefore, setCamundaExclusive, setCamundaJobPriority
 - 
Methods inherited from interface org.camunda.bpm.model.bpmn.instance.InteractionNodegetId, setId
 - 
Methods inherited from interface org.camunda.bpm.model.xml.instance.ModelElementInstanceaddChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
 - 
Methods inherited from interface org.camunda.bpm.model.bpmn.instance.TaskgetDiagramElement, isCamundaAsync, setCamundaAsync
 
- 
 
- 
- 
- 
Field Detail- 
implementationAttributeprotected static Attribute<java.lang.String> implementationAttribute 
 - 
operationRefAttributeprotected static AttributeReference<Operation> operationRefAttribute 
 - 
camundaClassAttributeprotected static Attribute<java.lang.String> camundaClassAttribute camunda extensions
 - 
camundaDelegateExpressionAttributeprotected static Attribute<java.lang.String> camundaDelegateExpressionAttribute 
 - 
camundaExpressionAttributeprotected static Attribute<java.lang.String> camundaExpressionAttribute 
 - 
camundaResultVariableAttributeprotected static Attribute<java.lang.String> camundaResultVariableAttribute 
 - 
camundaTopicAttributeprotected static Attribute<java.lang.String> camundaTopicAttribute 
 - 
camundaTypeAttributeprotected static Attribute<java.lang.String> camundaTypeAttribute 
 - 
camundaTaskPriorityAttributeprotected static Attribute<java.lang.String> camundaTaskPriorityAttribute 
 
- 
 - 
Constructor Detail- 
ServiceTaskImplpublic ServiceTaskImpl(ModelTypeInstanceContext context) 
 
- 
 - 
Method Detail- 
registerTypepublic static void registerType(ModelBuilder modelBuilder) 
 - 
builderpublic ServiceTaskBuilder builder() Description copied from interface:BpmnModelElementInstanceReturns a new fluent builder for the element if implemented.- Specified by:
- builderin interface- BpmnModelElementInstance
- Specified by:
- builderin interface- FlowNode
- Specified by:
- builderin interface- ServiceTask
- Overrides:
- builderin class- TaskImpl
- Returns:
- the builder object
 
 - 
getImplementationpublic java.lang.String getImplementation() - Specified by:
- getImplementationin interface- ServiceTask
 
 - 
setImplementationpublic void setImplementation(java.lang.String implementation) - Specified by:
- setImplementationin interface- ServiceTask
 
 - 
getOperationpublic Operation getOperation() - Specified by:
- getOperationin interface- ServiceTask
 
 - 
setOperationpublic void setOperation(Operation operation) - Specified by:
- setOperationin interface- ServiceTask
 
 - 
getCamundaClasspublic java.lang.String getCamundaClass() camunda extensions- Specified by:
- getCamundaClassin interface- ServiceTask
 
 - 
setCamundaClasspublic void setCamundaClass(java.lang.String camundaClass) - Specified by:
- setCamundaClassin interface- ServiceTask
 
 - 
getCamundaDelegateExpressionpublic java.lang.String getCamundaDelegateExpression() - Specified by:
- getCamundaDelegateExpressionin interface- ServiceTask
 
 - 
setCamundaDelegateExpressionpublic void setCamundaDelegateExpression(java.lang.String camundaExpression) - Specified by:
- setCamundaDelegateExpressionin interface- ServiceTask
 
 - 
getCamundaExpressionpublic java.lang.String getCamundaExpression() - Specified by:
- getCamundaExpressionin interface- ServiceTask
 
 - 
setCamundaExpressionpublic void setCamundaExpression(java.lang.String camundaExpression) - Specified by:
- setCamundaExpressionin interface- ServiceTask
 
 - 
getCamundaResultVariablepublic java.lang.String getCamundaResultVariable() - Specified by:
- getCamundaResultVariablein interface- ServiceTask
 
 - 
setCamundaResultVariablepublic void setCamundaResultVariable(java.lang.String camundaResultVariable) - Specified by:
- setCamundaResultVariablein interface- ServiceTask
 
 - 
getCamundaTopicpublic java.lang.String getCamundaTopic() - Specified by:
- getCamundaTopicin interface- ServiceTask
 
 - 
setCamundaTopicpublic void setCamundaTopic(java.lang.String camundaTopic) - Specified by:
- setCamundaTopicin interface- ServiceTask
 
 - 
getCamundaTypepublic java.lang.String getCamundaType() - Specified by:
- getCamundaTypein interface- ServiceTask
 
 - 
setCamundaTypepublic void setCamundaType(java.lang.String camundaType) - Specified by:
- setCamundaTypein interface- ServiceTask
 
 - 
getCamundaTaskPrioritypublic java.lang.String getCamundaTaskPriority() - Specified by:
- getCamundaTaskPriorityin interface- ServiceTask
 
 - 
setCamundaTaskPrioritypublic void setCamundaTaskPriority(java.lang.String taskPriority) - Specified by:
- setCamundaTaskPriorityin interface- ServiceTask
 
 
- 
 
-