org.camunda.bpm.model.cmmn.impl.instance
Class CaseTaskImpl
java.lang.Object
org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
org.camunda.bpm.model.cmmn.impl.instance.CmmnModelElementInstanceImpl
org.camunda.bpm.model.cmmn.impl.instance.CmmnElementImpl
org.camunda.bpm.model.cmmn.impl.instance.PlanItemDefinitionImpl
org.camunda.bpm.model.cmmn.impl.instance.TaskImpl
org.camunda.bpm.model.cmmn.impl.instance.CaseTaskImpl
- All Implemented Interfaces:
- CaseTask, CmmnElement, CmmnModelElementInstance, PlanItemDefinition, Task, org.camunda.bpm.model.xml.instance.ModelElementInstance
public class CaseTaskImpl
- extends TaskImpl
- implements CaseTask
- Author:
- Roman Smirnov
| Fields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl |
modelInstance |
|
Constructor Summary |
CaseTaskImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
|
| Methods inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl |
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 |
| Methods inherited from interface org.camunda.bpm.model.xml.instance.ModelElementInstance |
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 |
caseRefAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> caseRefAttribute
parameterMappingCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<ParameterMapping> parameterMappingCollection
caseRefExpressionChild
protected static org.camunda.bpm.model.xml.type.child.ChildElement<CaseRefExpression> caseRefExpressionChild
camundaCaseBindingAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaCaseBindingAttribute
camundaCaseVersionAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaCaseVersionAttribute
camundaCaseTenantIdAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaCaseTenantIdAttribute
CaseTaskImpl
public CaseTaskImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
getCase
public String getCase()
- Specified by:
getCase in interface CaseTask
setCase
public void setCase(String caseInstance)
- Specified by:
setCase in interface CaseTask
getCaseExpression
public CaseRefExpression getCaseExpression()
- Specified by:
getCaseExpression in interface CaseTask
setCaseExpression
public void setCaseExpression(CaseRefExpression caseExpression)
- Specified by:
setCaseExpression in interface CaseTask
getParameterMappings
public Collection<ParameterMapping> getParameterMappings()
- Specified by:
getParameterMappings in interface CaseTask
getCamundaCaseBinding
public String getCamundaCaseBinding()
- Description copied from interface:
CaseTask
- camunda extensions
- Specified by:
getCamundaCaseBinding in interface CaseTask
setCamundaCaseBinding
public void setCamundaCaseBinding(String camundaCaseBinding)
- Specified by:
setCamundaCaseBinding in interface CaseTask
getCamundaCaseVersion
public String getCamundaCaseVersion()
- Specified by:
getCamundaCaseVersion in interface CaseTask
setCamundaCaseVersion
public void setCamundaCaseVersion(String camundaCaseVersion)
- Specified by:
setCamundaCaseVersion in interface CaseTask
getCamundaCaseTenantId
public String getCamundaCaseTenantId()
- Specified by:
getCamundaCaseTenantId in interface CaseTask
setCamundaCaseTenantId
public void setCamundaCaseTenantId(String camundaCaseTenantId)
- Specified by:
setCamundaCaseTenantId in interface CaseTask
registerType
public static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
Copyright © 2018 camunda services GmbH. All rights reserved.