Interface CaseRoles
- 
- All Superinterfaces:
- CmmnElement,- CmmnModelElementInstance,- ModelElementInstance
 - All Known Implementing Classes:
- CaseRolesImpl
 
 public interface CaseRoles extends CmmnElement - Author:
- Roman Smirnov
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<Role>getRoles()- 
Methods inherited from interface org.camunda.bpm.model.cmmn.instance.CmmnElementgetDescription, getDocumentations, getExtensionElements, getId, setDescription, setExtensionElements, setId
 - 
Methods inherited from interface org.camunda.bpm.model.xml.instance.ModelElementInstanceaddChildElement, 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 Detail- 
getRolesjava.util.Collection<Role> getRoles() 
 
- 
 
-