public interface CaseTask extends Task
Modifier and Type | Method and Description |
---|---|
String |
getCamundaCaseBinding()
camunda extensions
|
String |
getCamundaCaseTenantId() |
String |
getCamundaCaseVersion() |
String |
getCase() |
CaseRefExpression |
getCaseExpression() |
Collection<ParameterMapping> |
getParameterMappings() |
void |
setCamundaCaseBinding(String camundaCaseBinding) |
void |
setCamundaCaseTenantId(String camundaCaseTenantId) |
void |
setCamundaCaseVersion(String camundaCaseVersion) |
void |
setCase(String caseInstance) |
void |
setCaseExpression(CaseRefExpression caseExpression) |
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
String getCase()
void setCase(String caseInstance)
CaseRefExpression getCaseExpression()
void setCaseExpression(CaseRefExpression caseExpression)
Collection<ParameterMapping> getParameterMappings()
String getCamundaCaseBinding()
void setCamundaCaseBinding(String camundaCaseBinding)
String getCamundaCaseVersion()
void setCamundaCaseVersion(String camundaCaseVersion)
String getCamundaCaseTenantId()
void setCamundaCaseTenantId(String camundaCaseTenantId)
Copyright © 2017. All rights reserved.