org.camunda.bpm.model.cmmn.impl.instance
Class CaseImpl
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.CaseImpl
- All Implemented Interfaces:
- Case, CmmnElement, CmmnModelElementInstance, org.camunda.bpm.model.xml.instance.ModelElementInstance
public class CaseImpl
- extends CmmnElementImpl
- implements Case
- Author:
- Roman Smirnov
| Fields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl |
modelInstance |
|
Constructor Summary |
CaseImpl(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, 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, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement |
nameAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> nameAttribute
camundaHistoryTimeToLive
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Integer> camundaHistoryTimeToLive
caseFileModelChild
protected static org.camunda.bpm.model.xml.type.child.ChildElement<CaseFileModel> caseFileModelChild
casePlanModelChild
protected static org.camunda.bpm.model.xml.type.child.ChildElement<CasePlanModel> casePlanModelChild
inputCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<InputCaseParameter> inputCollection
outputCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<OutputCaseParameter> outputCollection
caseRolesCollection
@Deprecated
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<CaseRole> caseRolesCollection
- Deprecated.
caseRolesChild
protected static org.camunda.bpm.model.xml.type.child.ChildElement<CaseRoles> caseRolesChild
CaseImpl
public CaseImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
getName
public String getName()
- Specified by:
getName in interface Case
setName
public void setName(String name)
- Specified by:
setName in interface Case
getCaseRoles
public Collection<CaseRole> getCaseRoles()
- Specified by:
getCaseRoles in interface Case
getRoles
public CaseRoles getRoles()
- Specified by:
getRoles in interface Case
setRoles
public void setRoles(CaseRoles caseRole)
- Specified by:
setRoles in interface Case
getInputs
public Collection<InputCaseParameter> getInputs()
- Specified by:
getInputs in interface Case
getOutputs
public Collection<OutputCaseParameter> getOutputs()
- Specified by:
getOutputs in interface Case
getCasePlanModel
public CasePlanModel getCasePlanModel()
- Specified by:
getCasePlanModel in interface Case
setCasePlanModel
public void setCasePlanModel(CasePlanModel casePlanModel)
- Specified by:
setCasePlanModel in interface Case
getCaseFileModel
public CaseFileModel getCaseFileModel()
- Specified by:
getCaseFileModel in interface Case
setCaseFileModel
public void setCaseFileModel(CaseFileModel caseFileModel)
- Specified by:
setCaseFileModel in interface Case
getCamundaHistoryTimeToLive
public Integer getCamundaHistoryTimeToLive()
- Specified by:
getCamundaHistoryTimeToLive in interface Case
setCamundaHistoryTimeToLive
public void setCamundaHistoryTimeToLive(Integer historyTimeToLive)
- Specified by:
setCamundaHistoryTimeToLive in interface Case
registerType
public static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
Copyright © 2017 camunda services GmbH. All rights reserved.