Class CaseTaskImpl
- 
- All Implemented Interfaces:
- CaseTask,- CmmnElement,- CmmnModelElementInstance,- PlanItemDefinition,- Task,- ModelElementInstance
 
 public class CaseTaskImpl extends TaskImpl implements CaseTask - Author:
- Roman Smirnov
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected static Attribute<String>camundaCaseBindingAttributeprotected static Attribute<String>camundaCaseTenantIdAttributeprotected static Attribute<String>camundaCaseVersionAttributeprotected static Attribute<String>caseRefAttributeprotected static ChildElement<CaseRefExpression>caseRefExpressionChildprotected static ChildElementCollection<ParameterMapping>parameterMappingCollection- 
Fields inherited from class org.camunda.bpm.model.cmmn.impl.instance.TaskImplinputParameterCollection, inputsCollection, isBlockingAttribute, outputParameterCollection, outputsCollection
 - 
Fields inherited from class org.camunda.bpm.model.cmmn.impl.instance.PlanItemDefinitionImpldefaultControlChild, nameAttribute
 - 
Fields inherited from class org.camunda.bpm.model.cmmn.impl.instance.CmmnElementImpldescriptionAttribute, documentationCollection, extensionElementsChild, idAttribute
 - 
Fields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImplmodelInstance
 
- 
 - 
Constructor SummaryConstructors Constructor Description CaseTaskImpl(ModelTypeInstanceContext instanceContext)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCamundaCaseBinding()camunda extensionsStringgetCamundaCaseTenantId()StringgetCamundaCaseVersion()StringgetCase()CaseRefExpressiongetCaseExpression()Collection<ParameterMapping>getParameterMappings()static voidregisterType(ModelBuilder modelBuilder)voidsetCamundaCaseBinding(String camundaCaseBinding)voidsetCamundaCaseTenantId(String camundaCaseTenantId)voidsetCamundaCaseVersion(String camundaCaseVersion)voidsetCase(String caseInstance)voidsetCaseExpression(CaseRefExpression caseExpression)- 
Methods inherited from class org.camunda.bpm.model.cmmn.impl.instance.TaskImplgetInputParameters, getInputs, getOutputParameters, getOutputs, isBlocking, setIsBlocking
 - 
Methods inherited from class org.camunda.bpm.model.cmmn.impl.instance.PlanItemDefinitionImplgetDefaultControl, getName, setDefaultControl, setName
 - 
Methods inherited from class org.camunda.bpm.model.cmmn.impl.instance.CmmnElementImplgetDescription, getDocumentations, getExtensionElements, getId, isCmmn11, setDescription, setExtensionElements, setId
 - 
Methods inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpladdChildElement, 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 class java.lang.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.camunda.bpm.model.cmmn.instance.CmmnElementgetDescription, getDocumentations, getExtensionElements, getId, setDescription, setExtensionElements, setId
 - 
Methods inherited from interface org.camunda.bpm.model.xml.instance.ModelElementInstanceaddChildElement, 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
 - 
Methods inherited from interface org.camunda.bpm.model.cmmn.instance.PlanItemDefinitiongetDefaultControl, getName, setDefaultControl, setName
 - 
Methods inherited from interface org.camunda.bpm.model.cmmn.instance.TaskgetInputParameters, getInputs, getOutputParameters, getOutputs, isBlocking, setIsBlocking
 
- 
 
- 
- 
- 
Field Detail- 
parameterMappingCollectionprotected static ChildElementCollection<ParameterMapping> parameterMappingCollection 
 - 
caseRefExpressionChildprotected static ChildElement<CaseRefExpression> caseRefExpressionChild 
 
- 
 - 
Constructor Detail- 
CaseTaskImplpublic CaseTaskImpl(ModelTypeInstanceContext instanceContext) 
 
- 
 - 
Method Detail- 
getCaseExpressionpublic CaseRefExpression getCaseExpression() - Specified by:
- getCaseExpressionin interface- CaseTask
 
 - 
setCaseExpressionpublic void setCaseExpression(CaseRefExpression caseExpression) - Specified by:
- setCaseExpressionin interface- CaseTask
 
 - 
getParameterMappingspublic Collection<ParameterMapping> getParameterMappings() - Specified by:
- getParameterMappingsin interface- CaseTask
 
 - 
getCamundaCaseBindingpublic String getCamundaCaseBinding() Description copied from interface:CaseTaskcamunda extensions- Specified by:
- getCamundaCaseBindingin interface- CaseTask
 
 - 
setCamundaCaseBindingpublic void setCamundaCaseBinding(String camundaCaseBinding) - Specified by:
- setCamundaCaseBindingin interface- CaseTask
 
 - 
getCamundaCaseVersionpublic String getCamundaCaseVersion() - Specified by:
- getCamundaCaseVersionin interface- CaseTask
 
 - 
setCamundaCaseVersionpublic void setCamundaCaseVersion(String camundaCaseVersion) - Specified by:
- setCamundaCaseVersionin interface- CaseTask
 
 - 
getCamundaCaseTenantIdpublic String getCamundaCaseTenantId() - Specified by:
- getCamundaCaseTenantIdin interface- CaseTask
 
 - 
setCamundaCaseTenantIdpublic void setCamundaCaseTenantId(String camundaCaseTenantId) - Specified by:
- setCamundaCaseTenantIdin interface- CaseTask
 
 - 
registerTypepublic static void registerType(ModelBuilder modelBuilder) 
 
- 
 
-