public class TBusinessKnowledgeModel extends TInvocable implements BusinessKnowledgeModel
TDMNElement.TExtensionElements
DMNElement.ExtensionElements
Modifier and Type | Field and Description |
---|---|
protected List<AuthorityRequirement> |
authorityRequirement |
protected FunctionDefinition |
encapsulatedLogic |
protected List<KnowledgeRequirement> |
knowledgeRequirement |
variable
name
description, extensionElements, id, label
Constructor and Description |
---|
TBusinessKnowledgeModel() |
Modifier and Type | Method and Description |
---|---|
List<AuthorityRequirement> |
getAuthorityRequirement() |
FunctionDefinition |
getEncapsulatedLogic() |
List<KnowledgeRequirement> |
getKnowledgeRequirement() |
void |
setEncapsulatedLogic(FunctionDefinition value) |
getVariable, setVariable
getName, setName
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getVariable, setVariable
getName, setName
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, recurseNsKeys, setAdditionalAttributes, setLocation, setParent
protected FunctionDefinition encapsulatedLogic
protected List<KnowledgeRequirement> knowledgeRequirement
protected List<AuthorityRequirement> authorityRequirement
public FunctionDefinition getEncapsulatedLogic()
getEncapsulatedLogic
in interface BusinessKnowledgeModel
public void setEncapsulatedLogic(FunctionDefinition value)
setEncapsulatedLogic
in interface BusinessKnowledgeModel
public List<KnowledgeRequirement> getKnowledgeRequirement()
getKnowledgeRequirement
in interface BusinessKnowledgeModel
public List<AuthorityRequirement> getAuthorityRequirement()
getAuthorityRequirement
in interface BusinessKnowledgeModel
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.