Interface KnowledgeSource
- All Superinterfaces:
DmnElement,DmnModelElementInstance,DrgElement,org.camunda.bpm.model.xml.instance.ModelElementInstance,NamedElement
- All Known Implementing Classes:
KnowledgeSourceImpl
-
Method Summary
Modifier and TypeMethodDescriptiongetOwner()getType()voidsetLocationUri(String locationUri) voidsetOwner(OrganizationUnit owner) voidMethods inherited from interface org.camunda.bpm.model.dmn.instance.DmnElement
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabelMethods 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, updateAfterReplacementMethods inherited from interface org.camunda.bpm.model.dmn.instance.NamedElement
getName, setName
-
Method Details
-
getLocationUri
String getLocationUri() -
setLocationUri
-
getAuthorityRequirement
Collection<AuthorityRequirement> getAuthorityRequirement() -
getType
Type getType() -
setType
-
getOwner
OrganizationUnit getOwner() -
setOwner
-