public class CaseTaskImpl extends TaskImpl implements CaseTask
Modifier and Type | Field and Description |
---|---|
protected static Attribute<String> |
camundaCaseBindingAttribute |
protected static Attribute<String> |
camundaCaseTenantIdAttribute |
protected static Attribute<String> |
camundaCaseVersionAttribute |
protected static Attribute<String> |
caseRefAttribute |
protected static ChildElement<CaseRefExpression> |
caseRefExpressionChild |
protected static ChildElementCollection<ParameterMapping> |
parameterMappingCollection |
inputParameterCollection, inputsCollection, isBlockingAttribute, outputParameterCollection, outputsCollection
defaultControlChild, nameAttribute
descriptionAttribute, documentationCollection, extensionElementsChild, idAttribute
modelInstance
Constructor and Description |
---|
CaseTaskImpl(ModelTypeInstanceContext instanceContext) |
Modifier and Type | Method and Description |
---|---|
String |
getCamundaCaseBinding()
camunda extensions
|
String |
getCamundaCaseTenantId() |
String |
getCamundaCaseVersion() |
String |
getCase() |
CaseRefExpression |
getCaseExpression() |
Collection<ParameterMapping> |
getParameterMappings() |
static void |
registerType(ModelBuilder modelBuilder) |
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, 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, setAttributeValue, setAttributeValueNs, 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, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
protected static ChildElementCollection<ParameterMapping> parameterMappingCollection
protected static ChildElement<CaseRefExpression> caseRefExpressionChild
public CaseTaskImpl(ModelTypeInstanceContext instanceContext)
public CaseRefExpression getCaseExpression()
getCaseExpression
in interface CaseTask
public void setCaseExpression(CaseRefExpression caseExpression)
setCaseExpression
in interface CaseTask
public Collection<ParameterMapping> getParameterMappings()
getParameterMappings
in interface CaseTask
public String getCamundaCaseBinding()
CaseTask
getCamundaCaseBinding
in interface CaseTask
public void setCamundaCaseBinding(String camundaCaseBinding)
setCamundaCaseBinding
in interface CaseTask
public String getCamundaCaseVersion()
getCamundaCaseVersion
in interface CaseTask
public void setCamundaCaseVersion(String camundaCaseVersion)
setCamundaCaseVersion
in interface CaseTask
public String getCamundaCaseTenantId()
getCamundaCaseTenantId
in interface CaseTask
public void setCamundaCaseTenantId(String camundaCaseTenantId)
setCamundaCaseTenantId
in interface CaseTask
public static void registerType(ModelBuilder modelBuilder)
Copyright © 2022. All rights reserved.