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,ModelElementInstance
public class CaseImpl extends CmmnElementImpl implements Case
- Author:
- Roman Smirnov
-
-
Field Summary
Fields Modifier and Type Field Description protected static Attribute<java.lang.String>camundaHistoryTimeToLiveprotected static ChildElement<CaseFileModel>caseFileModelChildprotected static ChildElement<CasePlanModel>casePlanModelChildprotected static ChildElement<CaseRoles>caseRolesChildprotected static ChildElementCollection<CaseRole>caseRolesCollectionDeprecated.protected static ChildElementCollection<InputCaseParameter>inputCollectionprotected static Attribute<java.lang.String>nameAttributeprotected static ChildElementCollection<OutputCaseParameter>outputCollection-
Fields inherited from class org.camunda.bpm.model.cmmn.impl.instance.CmmnElementImpl
descriptionAttribute, documentationCollection, extensionElementsChild, idAttribute
-
Fields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
modelInstance
-
-
Constructor Summary
Constructors Constructor Description CaseImpl(ModelTypeInstanceContext instanceContext)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetCamundaHistoryTimeToLive()java.lang.StringgetCamundaHistoryTimeToLiveString()CaseFileModelgetCaseFileModel()CasePlanModelgetCasePlanModel()java.util.Collection<CaseRole>getCaseRoles()java.util.Collection<InputCaseParameter>getInputs()java.lang.StringgetName()java.util.Collection<OutputCaseParameter>getOutputs()CaseRolesgetRoles()static voidregisterType(ModelBuilder modelBuilder)voidsetCamundaHistoryTimeToLive(java.lang.Integer historyTimeToLive)voidsetCamundaHistoryTimeToLiveString(java.lang.String historyTimeToLive)voidsetCaseFileModel(CaseFileModel caseFileModel)voidsetCasePlanModel(CasePlanModel casePlanModel)voidsetName(java.lang.String name)voidsetRoles(CaseRoles caseRole)-
Methods inherited from class org.camunda.bpm.model.cmmn.impl.instance.CmmnElementImpl
getDescription, getDocumentations, getExtensionElements, getId, isCmmn11, setDescription, setExtensionElements, setId
-
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 class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.camunda.bpm.model.cmmn.instance.CmmnElement
getDescription, getDocumentations, getExtensionElements, getId, setDescription, setExtensionElements, setId
-
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
-
-
-
-
Field Detail
-
nameAttribute
protected static Attribute<java.lang.String> nameAttribute
-
camundaHistoryTimeToLive
protected static Attribute<java.lang.String> camundaHistoryTimeToLive
-
caseFileModelChild
protected static ChildElement<CaseFileModel> caseFileModelChild
-
casePlanModelChild
protected static ChildElement<CasePlanModel> casePlanModelChild
-
inputCollection
protected static ChildElementCollection<InputCaseParameter> inputCollection
-
outputCollection
protected static ChildElementCollection<OutputCaseParameter> outputCollection
-
caseRolesCollection
@Deprecated protected static ChildElementCollection<CaseRole> caseRolesCollection
Deprecated.
-
caseRolesChild
protected static ChildElement<CaseRoles> caseRolesChild
-
-
Constructor Detail
-
CaseImpl
public CaseImpl(ModelTypeInstanceContext instanceContext)
-
-
Method Detail
-
getCaseRoles
public java.util.Collection<CaseRole> getCaseRoles()
- Specified by:
getCaseRolesin interfaceCase
-
getInputs
public java.util.Collection<InputCaseParameter> getInputs()
-
getOutputs
public java.util.Collection<OutputCaseParameter> getOutputs()
- Specified by:
getOutputsin interfaceCase
-
getCasePlanModel
public CasePlanModel getCasePlanModel()
- Specified by:
getCasePlanModelin interfaceCase
-
setCasePlanModel
public void setCasePlanModel(CasePlanModel casePlanModel)
- Specified by:
setCasePlanModelin interfaceCase
-
getCaseFileModel
public CaseFileModel getCaseFileModel()
- Specified by:
getCaseFileModelin interfaceCase
-
setCaseFileModel
public void setCaseFileModel(CaseFileModel caseFileModel)
- Specified by:
setCaseFileModelin interfaceCase
-
getCamundaHistoryTimeToLive
public java.lang.Integer getCamundaHistoryTimeToLive()
- Specified by:
getCamundaHistoryTimeToLivein interfaceCase
-
setCamundaHistoryTimeToLive
public void setCamundaHistoryTimeToLive(java.lang.Integer historyTimeToLive)
- Specified by:
setCamundaHistoryTimeToLivein interfaceCase
-
registerType
public static void registerType(ModelBuilder modelBuilder)
-
getCamundaHistoryTimeToLiveString
public java.lang.String getCamundaHistoryTimeToLiveString()
- Specified by:
getCamundaHistoryTimeToLiveStringin interfaceCase
-
setCamundaHistoryTimeToLiveString
public void setCamundaHistoryTimeToLiveString(java.lang.String historyTimeToLive)
- Specified by:
setCamundaHistoryTimeToLiveStringin interfaceCase
-
-