- GeneratedSource - Class in org.kie.dmn.api.core
-
- GeneratedSource(String, String) - Constructor for class org.kie.dmn.api.core.GeneratedSource
-
- get(String) - Method in interface org.kie.dmn.api.core.DMNContext
-
- getAfterGeneratingSourcesListeners() - Method in interface org.kie.dmn.api.core.DMNCompilerConfiguration
-
- getAll() - Method in interface org.kie.dmn.api.core.DMNContext
-
- getAllModels() - Method in interface org.kie.dmn.api.core.DMNPackage
-
- getAllowedValues() - Method in interface org.kie.dmn.api.core.DMNType
-
- getBaseType() - Method in interface org.kie.dmn.api.core.DMNType
-
- getBusinessKnowledgeModel() - Method in interface org.kie.dmn.api.core.event.AfterEvaluateBKMEvent
-
- getBusinessKnowledgeModel() - Method in interface org.kie.dmn.api.core.event.BeforeEvaluateBKMEvent
-
- getBusinessKnowledgeModelById(String) - Method in interface org.kie.dmn.api.core.DMNModel
-
- getBusinessKnowledgeModelByName(String) - Method in interface org.kie.dmn.api.core.DMNModel
-
- getBusinessKnowledgeModels() - Method in interface org.kie.dmn.api.core.DMNModel
-
- getBusinessKnowledModel() - Method in interface org.kie.dmn.api.core.ast.BusinessKnowledgeModelNode
-
- getColumn() - Method in interface org.kie.dmn.api.feel.runtime.events.FEELEvent
-
In case the event refers to the source code, returns
the character in the line of the the source code where
the event was generated or -1 if it does not refer to a
source code character.
- getContext() - Method in interface org.kie.dmn.api.core.DMNResult
-
Returns the full context, including
all input variables and additional
variables and decisions set during
the service invocation
- getDecision() - Method in interface org.kie.dmn.api.core.ast.DecisionNode
-
- getDecision() - Method in interface org.kie.dmn.api.core.event.AfterEvaluateDecisionEvent
-
- getDecision() - Method in interface org.kie.dmn.api.core.event.BeforeEvaluateDecisionEvent
-
- getDecisionById(String) - Method in interface org.kie.dmn.api.core.DMNModel
-
- getDecisionByName(String) - Method in interface org.kie.dmn.api.core.DMNModel
-
- getDecisionId() - Method in interface org.kie.dmn.api.core.DMNDecisionResult
-
Returns the decision ID
- getDecisionName() - Method in interface org.kie.dmn.api.core.DMNDecisionResult
-
Returns the decision name
- getDecisionResultById(String) - Method in interface org.kie.dmn.api.core.DMNResult
-
Returns the result of a single decision.
- getDecisionResultByName(String) - Method in interface org.kie.dmn.api.core.DMNResult
-
Returns the result of a single decision.
- getDecisionResults() - Method in interface org.kie.dmn.api.core.DMNResult
-
Returns a list containing all the results
of the decisions executed
- getDecisions() - Method in interface org.kie.dmn.api.core.DMNModel
-
- getDecisionService() - Method in interface org.kie.dmn.api.core.ast.DecisionServiceNode
-
- getDecisionService() - Method in interface org.kie.dmn.api.core.event.AfterEvaluateDecisionServiceEvent
-
- getDecisionService() - Method in interface org.kie.dmn.api.core.event.BeforeEvaluateDecisionServiceEvent
-
- getDecisionServices() - Method in interface org.kie.dmn.api.core.DMNModel
-
- getDecisionTableName() - Method in interface org.kie.dmn.api.core.event.AfterEvaluateDecisionTableEvent
-
- getDecisionTableName() - Method in interface org.kie.dmn.api.core.event.BeforeEvaluateDecisionTableEvent
-
- getDefinitions() - Method in interface org.kie.dmn.api.core.DMNModel
-
- getDescription() - Method in enum org.kie.dmn.api.core.DMNMessageType
-
- getEvaluationStatus() - Method in interface org.kie.dmn.api.core.DMNDecisionResult
-
Returns the evaluation status
of this decision.
- getException() - Method in interface org.kie.dmn.api.core.DMNMessage
-
If this message relates to a java exception, this method returns a reference
to the actual Throwable object.
- getExpressionId() - Method in interface org.kie.dmn.api.core.event.AfterEvaluateContextEntryEvent
-
- getExpressionId() - Method in interface org.kie.dmn.api.core.event.BeforeEvaluateContextEntryEvent
-
- getExpressionResult() - Method in interface org.kie.dmn.api.core.event.AfterEvaluateContextEntryEvent
-
- getFeelEvent() - Method in interface org.kie.dmn.api.core.DMNMessage
-
If this message relates to a FEEL compilation or runtime event, this method
returns the reference to the actual FEEL event.
- getFields() - Method in interface org.kie.dmn.api.core.DMNType
-
- getFileName() - Method in class org.kie.dmn.api.core.GeneratedSource
-
- getId() - Method in interface org.kie.dmn.api.core.ast.DMNNode
-
- getId() - Method in interface org.kie.dmn.api.core.DMNType
-
- getInputById(String) - Method in interface org.kie.dmn.api.core.DMNModel
-
- getInputByName(String) - Method in interface org.kie.dmn.api.core.DMNModel
-
- getInputs() - Method in interface org.kie.dmn.api.core.DMNModel
-
- getItemDefinitionById(String) - Method in interface org.kie.dmn.api.core.DMNModel
-
- getItemDefinitionByName(String) - Method in interface org.kie.dmn.api.core.DMNModel
-
- getItemDefinitions() - Method in interface org.kie.dmn.api.core.DMNModel
-
- getLine() - Method in interface org.kie.dmn.api.feel.runtime.events.FEELEvent
-
In case the event refers to the source code, returns
the line in the source code where the event was generated
or -1 if it does not refer to a source code line.
- getListeners() - Method in interface org.kie.dmn.api.core.event.DMNRuntimeEventManager
-
Returns the set of all registered listeners
- getMatches() - Method in interface org.kie.dmn.api.core.event.AfterEvaluateDecisionTableEvent
-
- getMessage() - Method in interface org.kie.dmn.api.core.DMNMessage
-
Returns a human readable text with the explanation of the event that
raised the message.
- getMessage() - Method in interface org.kie.dmn.api.feel.runtime.events.FEELEvent
-
Returns a human readable message about the event
- getMessages() - Method in interface org.kie.dmn.api.core.DMNDecisionResult
-
Returns a list of DMN messages generated
during the evaluation of this decision.
- getMessages() - Method in interface org.kie.dmn.api.core.DMNMessageContainer
-
Returns a list of all the messages produced
during the DMN service invocation.
- getMessages(DMNMessage.Severity...) - Method in interface org.kie.dmn.api.core.DMNMessageContainer
-
Returns a list of all the messages produced
during the DMN service invocation, filtered
by the list of severities given.
- getMessageType() - Method in interface org.kie.dmn.api.core.DMNMessage
-
Returns a classification of the event that raised the message.
- getModel(String) - Method in interface org.kie.dmn.api.core.DMNPackage
-
- getModel(String, String) - Method in interface org.kie.dmn.api.core.DMNRuntime
-
Returns the model registered with the given namespace and
model name.
- getModelById(String) - Method in interface org.kie.dmn.api.core.DMNPackage
-
- getModelById(String, String) - Method in interface org.kie.dmn.api.core.DMNRuntime
-
Returns the model registered with the given namespace and
model id.
- getModelImportAliasFor(String, String) - Method in interface org.kie.dmn.api.core.ast.DMNNode
-
Return the import name (short name alias) as described by this node's parent DMN Model, for the supplied namespace and model name.
- getModelName() - Method in interface org.kie.dmn.api.core.ast.DMNNode
-
- getModelNamespace() - Method in interface org.kie.dmn.api.core.ast.DMNNode
-
- getModels() - Method in interface org.kie.dmn.api.core.DMNRuntime
-
Returns a list of all models available to this runtime
- getName() - Method in interface org.kie.dmn.api.core.ast.DMNNode
-
- getName() - Method in interface org.kie.dmn.api.core.DMNModel
-
- getName() - Method in interface org.kie.dmn.api.core.DMNType
-
- getNamespace() - Method in interface org.kie.dmn.api.core.DMNModel
-
- getNamespace() - Method in interface org.kie.dmn.api.core.DMNPackage
-
- getNamespace() - Method in interface org.kie.dmn.api.core.DMNType
-
- getNodeName() - Method in interface org.kie.dmn.api.core.event.AfterEvaluateContextEntryEvent
-
- getNodeName() - Method in interface org.kie.dmn.api.core.event.AfterEvaluateDecisionTableEvent
-
- getNodeName() - Method in interface org.kie.dmn.api.core.event.BeforeEvaluateContextEntryEvent
-
- getNodeName() - Method in interface org.kie.dmn.api.core.event.BeforeEvaluateDecisionTableEvent
-
- getOffendingSymbol() - Method in interface org.kie.dmn.api.feel.runtime.events.FEELEvent
-
In case the event refers to a symbol in the source code,
this method returns the offending symbol, as an ANTLR
CommonToken instance.
- getRegisteredExtensions() - Method in interface org.kie.dmn.api.core.DMNCompilerConfiguration
-
- getRequiredInputsForDecisionId(String) - Method in interface org.kie.dmn.api.core.DMNModel
-
- getRequiredInputsForDecisionName(String) - Method in interface org.kie.dmn.api.core.DMNModel
-
- getResource() - Method in interface org.kie.dmn.api.core.DMNModel
-
If the model was created from a Resource
, provide the original resource; null otherwise.
- getResult() - Method in interface org.kie.dmn.api.core.DMNDecisionResult
-
Returns the result of the evaluation
of the decision
- getResult() - Method in interface org.kie.dmn.api.core.event.AfterEvaluateDecisionTableEvent
-
- getResult() - Method in interface org.kie.dmn.api.core.event.BeforeEvaluateDecisionTableEvent
-
- getResult() - Method in interface org.kie.dmn.api.core.event.DMNEvent
-
- getResultType() - Method in interface org.kie.dmn.api.core.ast.BusinessKnowledgeModelNode
-
- getResultType() - Method in interface org.kie.dmn.api.core.ast.DecisionNode
-
- getResultType() - Method in interface org.kie.dmn.api.core.ast.DecisionServiceNode
-
- getRootClassLoader() - Method in interface org.kie.dmn.api.core.DMNRuntime
-
Returns the ClassLoader used by this DMNRuntime
- getRuntime() - Method in interface org.kie.dmn.api.core.event.DMNRuntimeEventManager
-
- getSelected() - Method in interface org.kie.dmn.api.core.event.AfterEvaluateDecisionTableEvent
-
- getSeverity() - Method in interface org.kie.dmn.api.core.DMNMessage
-
Returns the severity of the message.
- getSeverity() - Method in interface org.kie.dmn.api.feel.runtime.events.FEELEvent
-
Returns the severity of the event
- getSourceContent() - Method in class org.kie.dmn.api.core.GeneratedSource
-
- getSourceException() - Method in interface org.kie.dmn.api.feel.runtime.events.FEELEvent
-
In case the event relates to an exception, returns
the caught Throwable
- getSourceId() - Method in interface org.kie.dmn.api.core.DMNMessage
-
Returns the ID of the model element to which this message relates to
or null if this message does not refer to a specific model element.
- getSourceReference() - Method in interface org.kie.dmn.api.core.DMNMessage
-
Returns the actual model element reference to which this message relates to
or null if this message does not refer to a specific model element.
- getTags() - Method in enum org.kie.dmn.api.core.DMNMessageType
-
- getType() - Method in interface org.kie.dmn.api.core.ast.InputDataNode
-
- getType() - Method in interface org.kie.dmn.api.core.ast.ItemDefNode
-
- getVariableId() - Method in interface org.kie.dmn.api.core.event.AfterEvaluateContextEntryEvent
-
- getVariableId() - Method in interface org.kie.dmn.api.core.event.BeforeEvaluateContextEntryEvent
-
- getVariableName() - Method in interface org.kie.dmn.api.core.event.AfterEvaluateContextEntryEvent
-
- getVariableName() - Method in interface org.kie.dmn.api.core.event.BeforeEvaluateContextEntryEvent
-
- valueOf(String) - Static method in enum org.kie.dmn.api.core.DMNDecisionResult.DecisionEvaluationStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kie.dmn.api.core.DMNMessage.Severity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kie.dmn.api.core.DMNMessageType.Tag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kie.dmn.api.core.DMNMessageType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kie.dmn.api.feel.runtime.events.FEELEvent.Severity
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.kie.dmn.api.core.DMNDecisionResult.DecisionEvaluationStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.kie.dmn.api.core.DMNMessage.Severity
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.kie.dmn.api.core.DMNMessageType.Tag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.kie.dmn.api.core.DMNMessageType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.kie.dmn.api.feel.runtime.events.FEELEvent.Severity
-
Returns an array containing the constants of this enum type, in
the order they are declared.