public class CaseImpl extends CmmnElementImpl implements Case
| Modifier and Type | Field and Description |
|---|---|
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> |
camundaHistoryTimeToLive |
protected static org.camunda.bpm.model.xml.type.child.ChildElement<CaseFileModel> |
caseFileModelChild |
protected static org.camunda.bpm.model.xml.type.child.ChildElement<CasePlanModel> |
casePlanModelChild |
protected static org.camunda.bpm.model.xml.type.child.ChildElement<CaseRoles> |
caseRolesChild |
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<CaseRole> |
caseRolesCollection
Deprecated.
|
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<InputCaseParameter> |
inputCollection |
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> |
nameAttribute |
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<OutputCaseParameter> |
outputCollection |
descriptionAttribute, documentationCollection, extensionElementsChild, idAttribute| Constructor and Description |
|---|
CaseImpl(org.camunda.bpm.model.xml.impl.instance.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(org.camunda.bpm.model.xml.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, setIdaddChildElement, 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, updateAfterReplacementclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetDescription, getDocumentations, 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, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacementprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> nameAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaHistoryTimeToLive
protected static org.camunda.bpm.model.xml.type.child.ChildElement<CaseFileModel> caseFileModelChild
protected static org.camunda.bpm.model.xml.type.child.ChildElement<CasePlanModel> casePlanModelChild
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<InputCaseParameter> inputCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<OutputCaseParameter> outputCollection
@Deprecated protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<CaseRole> caseRolesCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElement<CaseRoles> caseRolesChild
public CaseImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
public Collection<CaseRole> 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 Integer getCamundaHistoryTimeToLive()
getCamundaHistoryTimeToLive in interface Casepublic void setCamundaHistoryTimeToLive(Integer historyTimeToLive)
setCamundaHistoryTimeToLive in interface Casepublic static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
public String getCamundaHistoryTimeToLiveString()
getCamundaHistoryTimeToLiveString in interface Casepublic void setCamundaHistoryTimeToLiveString(String historyTimeToLive)
setCamundaHistoryTimeToLiveString in interface CaseCopyright © 2018 camunda services GmbH. All rights reserved.