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
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>camundaHistoryTimeToLiveprotected static org.camunda.bpm.model.xml.type.child.ChildElement<CaseFileModel>caseFileModelChildprotected static org.camunda.bpm.model.xml.type.child.ChildElement<CasePlanModel>casePlanModelChildprotected static org.camunda.bpm.model.xml.type.child.ChildElement<CaseRoles>caseRolesChildprotected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<CaseRole>caseRolesCollectionDeprecated.protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<InputCaseParameter>inputCollectionprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>nameAttributeprotected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<OutputCaseParameter>outputCollection-
Fields inherited from class org.camunda.bpm.model.cmmn.impl.instance.CmmnElementImpl
descriptionAttribute, documentationCollection, extensionElementsChild, idAttribute
-
-
Constructor Summary
Constructors Constructor Description CaseImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetCamundaHistoryTimeToLive()StringgetCamundaHistoryTimeToLiveString()CaseFileModelgetCaseFileModel()CasePlanModelgetCasePlanModel()Collection<CaseRole>getCaseRoles()Collection<InputCaseParameter>getInputs()StringgetName()Collection<OutputCaseParameter>getOutputs()CaseRolesgetRoles()static voidregisterType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)voidsetCamundaHistoryTimeToLive(Integer historyTimeToLive)voidsetCamundaHistoryTimeToLiveString(String historyTimeToLive)voidsetCaseFileModel(CaseFileModel caseFileModel)voidsetCasePlanModel(CasePlanModel casePlanModel)voidsetName(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 org.camunda.bpm.model.xml.type.attribute.Attribute<String> nameAttribute
-
camundaHistoryTimeToLive
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> 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
-
-
Method Detail
-
getCaseRoles
public Collection<CaseRole> getCaseRoles()
- Specified by:
getCaseRolesin interfaceCase
-
getInputs
public Collection<InputCaseParameter> getInputs()
-
getOutputs
public 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 Integer getCamundaHistoryTimeToLive()
- Specified by:
getCamundaHistoryTimeToLivein interfaceCase
-
setCamundaHistoryTimeToLive
public void setCamundaHistoryTimeToLive(Integer historyTimeToLive)
- Specified by:
setCamundaHistoryTimeToLivein interfaceCase
-
registerType
public static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
-
getCamundaHistoryTimeToLiveString
public String getCamundaHistoryTimeToLiveString()
- Specified by:
getCamundaHistoryTimeToLiveStringin interfaceCase
-
setCamundaHistoryTimeToLiveString
public void setCamundaHistoryTimeToLiveString(String historyTimeToLive)
- Specified by:
setCamundaHistoryTimeToLiveStringin interfaceCase
-
-