public class CaseTaskImpl extends TaskImpl implements CaseTask
Modifier and Type | Field and Description |
---|---|
protected static Attribute<String> |
camundaCaseBindingAttribute |
protected static Attribute<String> |
camundaCaseVersionAttribute |
protected static Attribute<String> |
caseRefAttribute |
protected static ChildElementCollection<ParameterMapping> |
parameterMappingCollection |
inputsCollection, isBlockingAttribute, outputsCollection
defaultControlChild, nameAttribute
descriptionAttribute, extensionElementsChild, idAttribute
modelInstance
Constructor and Description |
---|
CaseTaskImpl(ModelTypeInstanceContext instanceContext) |
Modifier and Type | Method and Description |
---|---|
String |
getCamundaCaseBinding()
camunda extensions
|
String |
getCamundaCaseVersion() |
String |
getCase() |
Collection<ParameterMapping> |
getParameterMappings() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setCamundaCaseBinding(String camundaCaseBinding) |
void |
setCamundaCaseVersion(String camundaCaseVersion) |
void |
setCase(String caseInstance) |
getInputs, getOutputs, isBlocking, setIsBlocking
getDefaultControl, getName, setDefaultControl, setName
getDescription, getExtensionElements, getId, setDescription, setExtensionElements, setId
addChildElement, 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
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
protected static ChildElementCollection<ParameterMapping> parameterMappingCollection
public CaseTaskImpl(ModelTypeInstanceContext instanceContext)
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 static void registerType(ModelBuilder modelBuilder)
Copyright © 2018. All rights reserved.