Interface CaseFileItem
- All Superinterfaces:
 CmmnElement,CmmnModelElementInstance,ModelElementInstance
- All Known Implementing Classes:
 CaseFileItemImpl
- Author:
 - Roman Smirnov
 
- 
Method Summary
Modifier and TypeMethodDescriptiongetName()Deprecated.voidsetChildren(Children children) voidsetDefinitionRef(CaseFileItemDefinition caseFileItemDefinition) voidsetMultiplicity(MultiplicityEnum multiplicity) voidvoidsetSourceRef(CaseFileItem sourceRef) Deprecated.Methods inherited from interface org.camunda.bpm.model.cmmn.instance.CmmnElement
getDescription, getDocumentations, getExtensionElements, getId, setDescription, setExtensionElements, setIdMethods 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 
- 
Method Details
- 
getName
String getName() - 
setName
 - 
getChildren
Children getChildren() - 
setChildren
 - 
getMultiplicity
MultiplicityEnum getMultiplicity() - 
setMultiplicity
 - 
getDefinitionRef
CaseFileItemDefinition getDefinitionRef() - 
setDefinitionRef
 - 
getSourceRef
Deprecated. - 
setSourceRef
Deprecated. - 
getSourceRefs
Collection<CaseFileItem> getSourceRefs() - 
getTargetRefs
Collection<CaseFileItem> getTargetRefs() 
 -