public class CaseTaskImpl extends TaskImpl implements CaseTask
| Modifier and Type | Field and Description |
|---|---|
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> |
camundaCaseBindingAttribute |
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> |
camundaCaseTenantIdAttribute |
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> |
camundaCaseVersionAttribute |
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> |
caseRefAttribute |
protected static org.camunda.bpm.model.xml.type.child.ChildElement<CaseRefExpression> |
caseRefExpressionChild |
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<ParameterMapping> |
parameterMappingCollection |
inputParameterCollection, inputsCollection, isBlockingAttribute, outputParameterCollection, outputsCollectiondefaultControlChild, nameAttributedescriptionAttribute, documentationCollection, extensionElementsChild, idAttribute| Constructor and Description |
|---|
CaseTaskImpl(org.camunda.bpm.model.xml.impl.instance.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(org.camunda.bpm.model.xml.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, setIsBlockinggetDefaultControl, getName, setDefaultControl, setNamegetDescription, getDocumentations, getExtensionElements, getId, isCmmn11, setDescription, setExtensionElements, setIdaddChildElement, 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, updateAfterReplacementclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetInputParameters, 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, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacementprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> caseRefAttribute
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<ParameterMapping> parameterMappingCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElement<CaseRefExpression> caseRefExpressionChild
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaCaseBindingAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaCaseVersionAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaCaseTenantIdAttribute
public CaseTaskImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
public CaseRefExpression getCaseExpression()
getCaseExpression in interface CaseTaskpublic void setCaseExpression(CaseRefExpression caseExpression)
setCaseExpression in interface CaseTaskpublic Collection<ParameterMapping> getParameterMappings()
getParameterMappings in interface CaseTaskpublic String getCamundaCaseBinding()
CaseTaskgetCamundaCaseBinding in interface CaseTaskpublic void setCamundaCaseBinding(String camundaCaseBinding)
setCamundaCaseBinding in interface CaseTaskpublic String getCamundaCaseVersion()
getCamundaCaseVersion in interface CaseTaskpublic void setCamundaCaseVersion(String camundaCaseVersion)
setCamundaCaseVersion in interface CaseTaskpublic String getCamundaCaseTenantId()
getCamundaCaseTenantId in interface CaseTaskpublic void setCamundaCaseTenantId(String camundaCaseTenantId)
setCamundaCaseTenantId in interface CaseTaskpublic static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
Copyright © 2018 camunda services GmbH. All rights reserved.