public class ProcessTaskImpl extends TaskImpl implements ProcessTask
Modifier and Type | Field and Description |
---|---|
protected static Attribute<String> |
camundaProcessBindingAttribute |
protected static Attribute<String> |
camundaProcessTenantIdAttribute |
protected static Attribute<String> |
camundaProcessVersionAttribute |
protected static ChildElementCollection<ParameterMapping> |
parameterMappingCollection |
protected static Attribute<String> |
processRefAttribute |
protected static ChildElement<ProcessRefExpression> |
processRefExpressionChild |
inputParameterCollection, inputsCollection, isBlockingAttribute, outputParameterCollection, outputsCollection
defaultControlChild, nameAttribute
descriptionAttribute, documentationCollection, extensionElementsChild, idAttribute
modelInstance
Constructor and Description |
---|
ProcessTaskImpl(ModelTypeInstanceContext instanceContext) |
Modifier and Type | Method and Description |
---|---|
String |
getCamundaProcessBinding()
camunda extensions
|
String |
getCamundaProcessTenantId() |
String |
getCamundaProcessVersion() |
Collection<ParameterMapping> |
getParameterMappings() |
String |
getProcess() |
ProcessRefExpression |
getProcessExpression() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setCamundaProcessBinding(String camundaProcessBinding) |
void |
setCamundaProcessTenantId(String camundaProcessTenantId) |
void |
setCamundaProcessVersion(String camundaProcessVersion) |
void |
setProcess(String process) |
void |
setProcessExpression(ProcessRefExpression processExpression) |
getInputParameters, getInputs, getOutputParameters, getOutputs, isBlocking, setIsBlocking
getDefaultControl, getName, setDefaultControl, setName
getDescription, getDocumentations, getExtensionElements, getId, isCmmn11, setDescription, setExtensionElements, setId
addChildElement, asSet, 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
getInputParameters, getInputs, getOutputParameters, getOutputs, isBlocking, setIsBlocking
getDefaultControl, getName, setDefaultControl, setName
getDescription, getDocumentations, 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
protected static ChildElement<ProcessRefExpression> processRefExpressionChild
public ProcessTaskImpl(ModelTypeInstanceContext instanceContext)
public String getProcess()
getProcess
in interface ProcessTask
public void setProcess(String process)
setProcess
in interface ProcessTask
public ProcessRefExpression getProcessExpression()
getProcessExpression
in interface ProcessTask
public void setProcessExpression(ProcessRefExpression processExpression)
setProcessExpression
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 String getCamundaProcessTenantId()
getCamundaProcessTenantId
in interface ProcessTask
public void setCamundaProcessTenantId(String camundaProcessTenantId)
setCamundaProcessTenantId
in interface ProcessTask
public static void registerType(ModelBuilder modelBuilder)
Copyright © 2017. All rights reserved.