public class CaseImpl extends CmmnElementImpl implements Case
Modifier and Type | Field and Description |
---|---|
protected static Attribute<String> |
camundaHistoryTimeToLive |
protected static ChildElement<CaseFileModel> |
caseFileModelChild |
protected static ChildElement<CasePlanModel> |
casePlanModelChild |
protected static ChildElement<CaseRoles> |
caseRolesChild |
protected static ChildElementCollection<CaseRole> |
caseRolesCollection
Deprecated.
|
protected static ChildElementCollection<InputCaseParameter> |
inputCollection |
protected static Attribute<String> |
nameAttribute |
protected static ChildElementCollection<OutputCaseParameter> |
outputCollection |
descriptionAttribute, documentationCollection, extensionElementsChild, idAttribute
modelInstance
Constructor and Description |
---|
CaseImpl(ModelTypeInstanceContext instanceContext) |
Modifier and Type | Method and Description |
---|---|
Integer |
getCamundaHistoryTimeToLive() |
String |
getCamundaHistoryTimeToLiveString() |
CaseFileModel |
getCaseFileModel() |
CasePlanModel |
getCasePlanModel() |
Collection<CaseRole> |
getCaseRoles() |
Collection<InputCaseParameter> |
getInputs() |
String |
getName() |
Collection<OutputCaseParameter> |
getOutputs() |
CaseRoles |
getRoles() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setCamundaHistoryTimeToLive(Integer historyTimeToLive) |
void |
setCamundaHistoryTimeToLiveString(String historyTimeToLive) |
void |
setCaseFileModel(CaseFileModel caseFileModel) |
void |
setCasePlanModel(CasePlanModel casePlanModel) |
void |
setName(String name) |
void |
setRoles(CaseRoles caseRole) |
getDescription, getDocumentations, getExtensionElements, getId, isCmmn11, setDescription, setExtensionElements, setId
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
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getDescription, getDocumentations, getExtensionElements, getId, setDescription, setExtensionElements, setId
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
protected static ChildElement<CaseFileModel> caseFileModelChild
protected static ChildElement<CasePlanModel> casePlanModelChild
protected static ChildElementCollection<InputCaseParameter> inputCollection
protected static ChildElementCollection<OutputCaseParameter> outputCollection
@Deprecated protected static ChildElementCollection<CaseRole> caseRolesCollection
protected static ChildElement<CaseRoles> caseRolesChild
public CaseImpl(ModelTypeInstanceContext instanceContext)
public Collection<CaseRole> getCaseRoles()
getCaseRoles
in interface Case
public Collection<InputCaseParameter> getInputs()
public Collection<OutputCaseParameter> getOutputs()
getOutputs
in interface Case
public CasePlanModel getCasePlanModel()
getCasePlanModel
in interface Case
public void setCasePlanModel(CasePlanModel casePlanModel)
setCasePlanModel
in interface Case
public CaseFileModel getCaseFileModel()
getCaseFileModel
in interface Case
public void setCaseFileModel(CaseFileModel caseFileModel)
setCaseFileModel
in interface Case
public Integer getCamundaHistoryTimeToLive()
getCamundaHistoryTimeToLive
in interface Case
public void setCamundaHistoryTimeToLive(Integer historyTimeToLive)
setCamundaHistoryTimeToLive
in interface Case
public static void registerType(ModelBuilder modelBuilder)
public String getCamundaHistoryTimeToLiveString()
getCamundaHistoryTimeToLiveString
in interface Case
public void setCamundaHistoryTimeToLiveString(String historyTimeToLive)
setCamundaHistoryTimeToLiveString
in interface Case
Copyright © 2022. All rights reserved.