public interface ProcessTask extends Task
| Modifier and Type | Method and Description | 
|---|---|
String | 
getCamundaProcessBinding()
camunda extensions 
 | 
String | 
getCamundaProcessTenantId()  | 
String | 
getCamundaProcessVersion()  | 
Collection<ParameterMapping> | 
getParameterMappings()  | 
String | 
getProcess()  | 
ProcessRefExpression | 
getProcessExpression()  | 
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, setIsBlockinggetDefaultControl, getName, setDefaultControl, setNamegetDescription, getDocumentations, 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, updateAfterReplacementString getProcess()
void setProcess(String process)
ProcessRefExpression getProcessExpression()
void setProcessExpression(ProcessRefExpression processExpression)
Collection<ParameterMapping> getParameterMappings()
String getCamundaProcessBinding()
void setCamundaProcessBinding(String camundaProcessBinding)
String getCamundaProcessVersion()
void setCamundaProcessVersion(String camundaProcessVersion)
String getCamundaProcessTenantId()
void setCamundaProcessTenantId(String camundaProcessTenantId)
Copyright © 2017. All rights reserved.