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, outputsCollectiondefaultControlChild, nameAttributedescriptionAttribute, extensionElementsChild, idAttributemodelInstance| 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, setIsBlockinggetDefaultControl, getName, setDefaultControl, setNamegetDescription, getExtensionElements, getId, setDescription, setExtensionElements, setIdaddChildElement, 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, updateAfterReplacementclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetInputs, getOutputs, isBlocking, setIsBlockinggetDefaultControl, getName, setDefaultControl, setNamegetDescription, getExtensionElements, getId, setDescription, setExtensionElements, setIdaddChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacementprotected static ChildElementCollection<ParameterMapping> parameterMappingCollection
public ProcessTaskImpl(ModelTypeInstanceContext instanceContext)
public String getProcess()
getProcess in interface ProcessTaskpublic void setProcess(String process)
setProcess in interface ProcessTaskpublic Collection<ParameterMapping> getParameterMappings()
getParameterMappings in interface ProcessTaskpublic String getCamundaProcessBinding()
ProcessTaskgetCamundaProcessBinding in interface ProcessTaskpublic void setCamundaProcessBinding(String camundaProcessBinding)
setCamundaProcessBinding in interface ProcessTaskpublic String getCamundaProcessVersion()
getCamundaProcessVersion in interface ProcessTaskpublic void setCamundaProcessVersion(String camundaProcessVersion)
setCamundaProcessVersion in interface ProcessTaskpublic static void registerType(ModelBuilder modelBuilder)
Copyright © 2018. All rights reserved.