org.camunda.bpm.model.dmn.instance
Interface BusinessKnowledgeModel

All Superinterfaces:
DmnElement, DmnModelElementInstance, DrgElement, org.camunda.bpm.model.xml.instance.ModelElementInstance
All Known Implementing Classes:
BusinessKnowledgeModelImpl

public interface BusinessKnowledgeModel
extends DrgElement


Method Summary
 Collection<AuthorityRequirement> getAuthorityRequirement()
           
 Expression getExpression()
           
 Collection<InformationItem> getInformationItems()
           
 Collection<KnowledgeRequirement> getKnowledgeRequirement()
           
 void setExpression(Expression expression)
           
 
Methods inherited from interface org.camunda.bpm.model.dmn.instance.DmnElement
getDescription, getId, getName, setDescription, setId, setName
 
Methods 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, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
 

Method Detail

getInformationItems

Collection<InformationItem> getInformationItems()

getExpression

Expression getExpression()

setExpression

void setExpression(Expression expression)

getKnowledgeRequirement

Collection<KnowledgeRequirement> getKnowledgeRequirement()

getAuthorityRequirement

Collection<AuthorityRequirement> getAuthorityRequirement()


Copyright © 2015 camunda services GmbH. All rights reserved.