public class BusinessKnowledgeModelImpl extends DrgElementImpl implements BusinessKnowledgeModel
| Modifier and Type | Field and Description |
|---|---|
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<AuthorityRequirement> |
authorityRequirementCollection |
protected static org.camunda.bpm.model.xml.type.child.ChildElement<EncapsulatedLogic> |
encapsulatedLogicChild |
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<KnowledgeRequirement> |
knowledgeRequirementCollection |
protected static org.camunda.bpm.model.xml.type.child.ChildElement<Variable> |
variableChild |
nameAttributedescriptionChild, extensionElementsChild, idAttribute, labelAttribute| Constructor and Description |
|---|
BusinessKnowledgeModelImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext) |
| Modifier and Type | Method and Description |
|---|---|
Collection<AuthorityRequirement> |
getAuthorityRequirement() |
EncapsulatedLogic |
getEncapsulatedLogic() |
Collection<KnowledgeRequirement> |
getKnowledgeRequirement() |
Variable |
getVariable() |
static void |
registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder) |
void |
setEncapsulatedLogic(EncapsulatedLogic encapsulatedLogic) |
void |
setVariable(Variable variable) |
getName, setNamegetDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabeladdChildElement, 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, waitgetName, setNamegetDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabeladdChildElement, 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.child.ChildElement<EncapsulatedLogic> encapsulatedLogicChild
protected static org.camunda.bpm.model.xml.type.child.ChildElement<Variable> variableChild
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<KnowledgeRequirement> knowledgeRequirementCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<AuthorityRequirement> authorityRequirementCollection
public BusinessKnowledgeModelImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
public EncapsulatedLogic getEncapsulatedLogic()
getEncapsulatedLogic in interface BusinessKnowledgeModelpublic void setEncapsulatedLogic(EncapsulatedLogic encapsulatedLogic)
setEncapsulatedLogic in interface BusinessKnowledgeModelpublic Variable getVariable()
getVariable in interface BusinessKnowledgeModelpublic void setVariable(Variable variable)
setVariable in interface BusinessKnowledgeModelpublic Collection<KnowledgeRequirement> getKnowledgeRequirement()
getKnowledgeRequirement in interface BusinessKnowledgeModelpublic Collection<AuthorityRequirement> getAuthorityRequirement()
getAuthorityRequirement in interface BusinessKnowledgeModelpublic static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
Copyright © 2018 camunda services GmbH. All rights reserved.