public interface ProcessTask extends Task
Modifier and Type | Method and Description |
---|---|
String |
getCamundaProcessBinding()
camunda extensions
|
String |
getCamundaProcessVersion() |
Collection<ParameterMapping> |
getParameterMappings() |
String |
getProcess() |
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, 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
String getProcess()
void setProcess(String process)
Collection<ParameterMapping> getParameterMappings()
String getCamundaProcessBinding()
void setCamundaProcessBinding(String camundaProcessBinding)
String getCamundaProcessVersion()
void setCamundaProcessVersion(String camundaProcessVersion)
Copyright © 2018. All rights reserved.