public class ProcessTaskImpl extends TaskImpl implements ProcessTask
Modifier and Type | Field and Description |
---|---|
protected static Attribute<String> |
camundaProcessBindingAttribute |
protected static Attribute<String> |
camundaProcessVersionAttribute |
protected static ChildElementCollection<ParameterMapping> |
parameterMappingCollection |
protected static Attribute<String> |
processRefAttribute |
inputsCollection, isBlockingAttribute, outputsCollection
defaultControlChild, nameAttribute
descriptionAttribute, extensionElementsChild, idAttribute
modelInstance
Constructor and Description |
---|
ProcessTaskImpl(ModelTypeInstanceContext instanceContext) |
Modifier and Type | Method and Description |
---|---|
String |
getCamundaProcessBinding()
camunda extensions
|
String |
getCamundaProcessVersion() |
Collection<ParameterMapping> |
getParameterMappings() |
String |
getProcess() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setCamundaProcessBinding(String camundaProcessBinding) |
void |
setCamundaProcessVersion(String camundaProcessVersion) |
void |
setProcess(String process) |
getInputs, getOutputs, isBlocking, setIsBlocking
getDefaultControl, getName, setDefaultControl, setName
getDescription, getExtensionElements, getId, setDescription, setExtensionElements, setId
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, updateAfterReplacement
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getInputs, getOutputs, isBlocking, setIsBlocking
getDefaultControl, getName, setDefaultControl, setName
getDescription, getExtensionElements, getId, setDescription, setExtensionElements, setId
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
protected static ChildElementCollection<ParameterMapping> parameterMappingCollection
public ProcessTaskImpl(ModelTypeInstanceContext instanceContext)
public String getProcess()
getProcess
in interface ProcessTask
public void setProcess(String process)
setProcess
in interface ProcessTask
public Collection<ParameterMapping> getParameterMappings()
getParameterMappings
in interface ProcessTask
public String getCamundaProcessBinding()
ProcessTask
getCamundaProcessBinding
in interface ProcessTask
public void setCamundaProcessBinding(String camundaProcessBinding)
setCamundaProcessBinding
in interface ProcessTask
public String getCamundaProcessVersion()
getCamundaProcessVersion
in interface ProcessTask
public void setCamundaProcessVersion(String camundaProcessVersion)
setCamundaProcessVersion
in interface ProcessTask
public static void registerType(ModelBuilder modelBuilder)
Copyright © 2018. All rights reserved.