public class CaseImpl extends CmmnElementImpl implements Case
| Modifier and Type | Field and Description |
|---|---|
protected static ChildElement<CaseFileModel> |
caseFileModelChild |
protected static ChildElement<CasePlanModel> |
casePlanModelChild |
protected static ChildElementCollection<CaseRoles> |
caseRolesCollection |
protected static ChildElementCollection<InputCaseParameter> |
inputCollection |
protected static Attribute<String> |
nameAttribute |
protected static ChildElementCollection<OutputCaseParameter> |
outputCollection |
descriptionAttribute, extensionElementsChild, idAttributemodelInstance| Constructor and Description |
|---|
CaseImpl(ModelTypeInstanceContext instanceContext) |
| Modifier and Type | Method and Description |
|---|---|
CaseFileModel |
getCaseFileModel() |
CasePlanModel |
getCasePlanModel() |
Collection<CaseRoles> |
getCaseRoles() |
Collection<InputCaseParameter> |
getInputs() |
String |
getName() |
Collection<OutputCaseParameter> |
getOutputs() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setCaseFileModel(CaseFileModel caseFileModel) |
void |
setCasePlanModel(CasePlanModel casePlanModel) |
void |
setName(String name) |
getDescription, getExtensionElements, getId, setDescription, setExtensionElements, setIdaddChildElement, 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, updateAfterReplacementclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetDescription, getExtensionElements, getId, setDescription, setExtensionElements, setIdaddChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacementprotected static ChildElement<CaseFileModel> caseFileModelChild
protected static ChildElement<CasePlanModel> casePlanModelChild
protected static ChildElementCollection<CaseRoles> caseRolesCollection
protected static ChildElementCollection<InputCaseParameter> inputCollection
protected static ChildElementCollection<OutputCaseParameter> outputCollection
public CaseImpl(ModelTypeInstanceContext instanceContext)
public Collection<CaseRoles> getCaseRoles()
getCaseRoles in interface Casepublic Collection<InputCaseParameter> getInputs()
public Collection<OutputCaseParameter> getOutputs()
getOutputs in interface Casepublic CasePlanModel getCasePlanModel()
getCasePlanModel in interface Casepublic void setCasePlanModel(CasePlanModel casePlanModel)
setCasePlanModel in interface Casepublic CaseFileModel getCaseFileModel()
getCaseFileModel in interface Casepublic void setCaseFileModel(CaseFileModel caseFileModel)
setCaseFileModel in interface Casepublic static void registerType(ModelBuilder modelBuilder)
Copyright © 2018. All rights reserved.