- DECISION_SERVICE - Static variable in interface org.flowable.dmn.api.DecisionTypes
-
- DECISION_TABLE - Static variable in interface org.flowable.dmn.api.DecisionTypes
-
- decisionCategory(String) - Method in interface org.flowable.dmn.api.DmnDecisionQuery
-
Only select decisions with the given category.
- decisionCategoryLike(String) - Method in interface org.flowable.dmn.api.DmnDecisionQuery
-
Only select decisions where the category matches the given parameter.
- decisionCategoryNotEquals(String) - Method in interface org.flowable.dmn.api.DmnDecisionQuery
-
Only select deployments that have a different category then the given one.
- decisionDefinitionId(String) - Method in interface org.flowable.dmn.api.DmnHistoricDecisionExecutionQuery
-
Only select decision executions with the given definition id.
- decisionExecution - Variable in class org.flowable.dmn.api.ExecuteDecisionContext
-
- DecisionExecutionAuditContainer - Class in org.flowable.dmn.api
-
- DecisionExecutionAuditContainer() - Constructor for class org.flowable.dmn.api.DecisionExecutionAuditContainer
-
- DecisionExecutionAuditContainer(String, String, int, Boolean, Map<String, Object>) - Constructor for class org.flowable.dmn.api.DecisionExecutionAuditContainer
-
- DecisionExecutionAuditContainer(String, String, int, HitPolicy, Boolean, Map<String, Object>) - Constructor for class org.flowable.dmn.api.DecisionExecutionAuditContainer
-
- decisionId(String) - Method in interface org.flowable.dmn.api.DmnDecisionQuery
-
Only select decision with the given id.
- decisionId - Variable in class org.flowable.dmn.api.ExecuteDecisionContext
-
- decisionIds(Set<String>) - Method in interface org.flowable.dmn.api.DmnDecisionQuery
-
Only select decisions with the given ids.
- decisionKey - Variable in class org.flowable.dmn.api.DecisionExecutionAuditContainer
-
- decisionKey(String) - Method in interface org.flowable.dmn.api.DmnDecisionQuery
-
Only select decision with the given key.
- decisionKey(String) - Method in interface org.flowable.dmn.api.DmnDeploymentQuery
-
Only select deployments with the given decision key.
- decisionKey(String) - Method in interface org.flowable.dmn.api.DmnHistoricDecisionExecutionQuery
-
Only select decision executions with the given definition key.
- decisionKey(String) - Method in interface org.flowable.dmn.api.ExecuteDecisionBuilder
-
Set the key of the decision
- decisionKey - Variable in class org.flowable.dmn.api.ExecuteDecisionContext
-
- decisionKeyLike(String) - Method in interface org.flowable.dmn.api.DmnDecisionQuery
-
Only select decisions where the key matches the given parameter.
- decisionKeyLike(String) - Method in interface org.flowable.dmn.api.DmnDeploymentQuery
-
Only select deployments with a decision key like the given string.
- decisionName - Variable in class org.flowable.dmn.api.DecisionExecutionAuditContainer
-
- decisionName(String) - Method in interface org.flowable.dmn.api.DmnDecisionQuery
-
Only select decisions with the given name.
- decisionNameLike(String) - Method in interface org.flowable.dmn.api.DmnDecisionQuery
-
Only select decisions where the name matches the given parameter.
- decisionResourceName(String) - Method in interface org.flowable.dmn.api.DmnDecisionQuery
-
Only select decision with the given resource name.
- decisionResourceNameLike(String) - Method in interface org.flowable.dmn.api.DmnDecisionQuery
-
Only select decision with a resource name like the given .
- decisionResult - Variable in class org.flowable.dmn.api.DecisionExecutionAuditContainer
-
- decisionResultTypes - Variable in class org.flowable.dmn.api.DecisionExecutionAuditContainer
-
- DecisionServiceExecutionAuditContainer - Class in org.flowable.dmn.api
-
- DecisionServiceExecutionAuditContainer() - Constructor for class org.flowable.dmn.api.DecisionServiceExecutionAuditContainer
-
- DecisionServiceExecutionAuditContainer(String, String, int, boolean, Map<String, Object>) - Constructor for class org.flowable.dmn.api.DecisionServiceExecutionAuditContainer
-
- decisionServiceResult - Variable in class org.flowable.dmn.api.DecisionServiceExecutionAuditContainer
-
- decisionTenantId(String) - Method in interface org.flowable.dmn.api.DmnDecisionQuery
-
Only select decisions that have the given tenant id.
- decisionTenantIdLike(String) - Method in interface org.flowable.dmn.api.DmnDecisionQuery
-
Only select decisions with a tenant id like the given one.
- decisionType(String) - Method in interface org.flowable.dmn.api.DmnDecisionQuery
-
Only select decisions with the given type.
- decisionTypeLike(String) - Method in interface org.flowable.dmn.api.DmnDecisionQuery
-
Only select decisions like the given type.
- DecisionTypes - Interface in org.flowable.dmn.api
-
- decisionVersion - Variable in class org.flowable.dmn.api.DecisionExecutionAuditContainer
-
- decisionVersion(Integer) - Method in interface org.flowable.dmn.api.DmnDecisionQuery
-
Only select decisions with a certain version.
- decisionVersion - Variable in class org.flowable.dmn.api.ExecuteDecisionContext
-
- decisionVersionGreaterThan(Integer) - Method in interface org.flowable.dmn.api.DmnDecisionQuery
-
Only select decisions which version are greater than a certain version.
- decisionVersionGreaterThanOrEquals(Integer) - Method in interface org.flowable.dmn.api.DmnDecisionQuery
-
Only select decisions which version are greater than or equals a certain version.
- decisionVersionLowerThan(Integer) - Method in interface org.flowable.dmn.api.DmnDecisionQuery
-
Only select decisions which version are lower than a certain version.
- decisionVersionLowerThanOrEquals(Integer) - Method in interface org.flowable.dmn.api.DmnDecisionQuery
-
Only select decisions which version are lower than or equals a certain version.
- decisionWithoutTenantId() - Method in interface org.flowable.dmn.api.DmnDecisionQuery
-
Only select decisions that do not have a tenant id.
- deleteDeployment(String) - Method in interface org.flowable.dmn.api.DmnRepositoryService
-
- deploy() - Method in interface org.flowable.dmn.api.DmnDeploymentBuilder
-
Deploys all provided sources to the DMN engine.
- deploymentCategory(String) - Method in interface org.flowable.dmn.api.DmnDeploymentQuery
-
Only select deployments with the given category.
- deploymentCategoryNotEquals(String) - Method in interface org.flowable.dmn.api.DmnDeploymentQuery
-
Only select deployments that have a different category then the given one.
- deploymentId(String) - Method in interface org.flowable.dmn.api.DmnDecisionQuery
-
Only select decisions that are deployed in a deployment with the given deployment id
- deploymentId(String) - Method in interface org.flowable.dmn.api.DmnDeploymentQuery
-
Only select deployments with the given deployment id.
- deploymentId(String) - Method in interface org.flowable.dmn.api.DmnHistoricDecisionExecutionQuery
-
Only select decision executions with the given deployment id.
- deploymentId - Variable in class org.flowable.dmn.api.ExecuteDecisionContext
-
- deploymentIds(Set<String>) - Method in interface org.flowable.dmn.api.DmnDecisionQuery
-
Select decisions that are deployed in deployments with the given set of ids
- deploymentName(String) - Method in interface org.flowable.dmn.api.DmnDeploymentQuery
-
Only select deployments with the given name.
- deploymentNameLike(String) - Method in interface org.flowable.dmn.api.DmnDeploymentQuery
-
Only select deployments with a name like the given string.
- deploymentTenantId(String) - Method in interface org.flowable.dmn.api.DmnDeploymentQuery
-
Only select deployment that have the given tenant id.
- deploymentTenantIdLike(String) - Method in interface org.flowable.dmn.api.DmnDeploymentQuery
-
Only select deployments with a tenant id like the given one.
- deploymentWithoutTenantId() - Method in interface org.flowable.dmn.api.DmnDeploymentQuery
-
Only select deployments that do not have a tenant id.
- disableSchemaValidation() - Method in interface org.flowable.dmn.api.DmnDeploymentBuilder
-
If called, no XML schema validation against the BPMN 2.0 XSD.
- DmnChangeTenantIdEntityTypes - Interface in org.flowable.dmn.api
-
- DmnDecision - Interface in org.flowable.dmn.api
-
An object structure representing an executable DMN decision
- DmnDecisionQuery - Interface in org.flowable.dmn.api
-
- DmnDecisionRuleResult - Class in org.flowable.dmn.api
-
- DmnDecisionRuleResult(List<Map<String, Object>>) - Constructor for class org.flowable.dmn.api.DmnDecisionRuleResult
-
- DmnDecisionService - Interface in org.flowable.dmn.api
-
Service for executing DMN decisions
- DmnDeployment - Interface in org.flowable.dmn.api
-
Represents a deployment that is already present in the dmn repository.
- DmnDeploymentBuilder - Interface in org.flowable.dmn.api
-
Builder for creating new deployments.
- dmnDeploymentId - Variable in class org.flowable.dmn.api.DecisionExecutionAuditContainer
-
- DmnDeploymentQuery - Interface in org.flowable.dmn.api
-
- dmnElement - Variable in class org.flowable.dmn.api.ExecuteDecisionContext
-
- DmnEngineConfigurationApi - Interface in org.flowable.dmn.api
-
- DmnHistoricDecisionExecution - Interface in org.flowable.dmn.api
-
An object structure representing the execution of a decision
- DmnHistoricDecisionExecutionQuery - Interface in org.flowable.dmn.api
-
- DmnHistoryService - Interface in org.flowable.dmn.api
-
Service providing access to the history of decision executions.
- DmnManagementService - Interface in org.flowable.dmn.api
-
Service for admin and maintenance operations on the dmn engine.
- DmnRepositoryService - Interface in org.flowable.dmn.api
-
Service providing access to the repository of decision(services) and deployments.
- enableDuplicateFiltering() - Method in interface org.flowable.dmn.api.DmnDeploymentBuilder
-
- endTime - Variable in class org.flowable.dmn.api.DecisionExecutionAuditContainer
-
- endTime - Variable in class org.flowable.dmn.api.RuleExecutionAuditContainer
-
- exceptionMessage - Variable in class org.flowable.dmn.api.DecisionExecutionAuditContainer
-
- exceptionMessage - Variable in class org.flowable.dmn.api.ExpressionExecution
-
- exceptionMessage - Variable in class org.flowable.dmn.api.RuleExecutionAuditContainer
-
- execute() - Method in interface org.flowable.dmn.api.ExecuteDecisionBuilder
-
- executeDecision(ExecuteDecisionBuilder) - Method in interface org.flowable.dmn.api.DmnDecisionService
-
Execute a single decision
- executeDecision() - Method in interface org.flowable.dmn.api.ExecuteDecisionBuilder
-
Executes a decision (table)
- ExecuteDecisionBuilder - Interface in org.flowable.dmn.api
-
Helper for execution a decision.
- ExecuteDecisionContext - Class in org.flowable.dmn.api
-
- ExecuteDecisionContext() - Constructor for class org.flowable.dmn.api.ExecuteDecisionContext
-
- executeDecisionService(ExecuteDecisionBuilder) - Method in interface org.flowable.dmn.api.DmnDecisionService
-
Execute a decision service
- executeDecisionService() - Method in interface org.flowable.dmn.api.ExecuteDecisionBuilder
-
Execute a decision service
- executeDecisionServiceWithAuditTrail(ExecuteDecisionBuilder) - Method in interface org.flowable.dmn.api.DmnDecisionService
-
Execute a decision service
- executeDecisionServiceWithAuditTrail() - Method in interface org.flowable.dmn.api.ExecuteDecisionBuilder
-
Execute a decision service
- executeDecisionServiceWithSingleResult(ExecuteDecisionBuilder) - Method in interface org.flowable.dmn.api.DmnDecisionService
-
Execute a decision service
- executeDecisionServiceWithSingleResult() - Method in interface org.flowable.dmn.api.ExecuteDecisionBuilder
-
Execute a decision service
- executeDecisionWithAuditTrail(ExecuteDecisionBuilder) - Method in interface org.flowable.dmn.api.DmnDecisionService
-
Execute a single decision
- executeDecisionWithAuditTrail() - Method in interface org.flowable.dmn.api.ExecuteDecisionBuilder
-
Execute a decision (table)
- executeDecisionWithSingleResult(ExecuteDecisionBuilder) - Method in interface org.flowable.dmn.api.DmnDecisionService
-
Execute a single decision
- executeDecisionWithSingleResult() - Method in interface org.flowable.dmn.api.ExecuteDecisionBuilder
-
Execute a decision (table)
- executeWithAuditTrail(ExecuteDecisionBuilder) - Method in interface org.flowable.dmn.api.DmnDecisionService
-
Execute a single decision or a decision service depending on the provided decision key
- executeWithAuditTrail() - Method in interface org.flowable.dmn.api.ExecuteDecisionBuilder
-
Execute a single decision or a decision service depending on the provided decision key
- executeWithSingleResult(ExecuteDecisionBuilder) - Method in interface org.flowable.dmn.api.DmnDecisionService
-
Execute a single decision or a decision service depending on the provided decision key
- executeWithSingleResult() - Method in interface org.flowable.dmn.api.ExecuteDecisionBuilder
-
Execute a single decision or a decision service depending on the provided decision key
- executionId(String) - Method in interface org.flowable.dmn.api.DmnHistoricDecisionExecutionQuery
-
Only select decision executions with the given execution id.
- executionId(String) - Method in interface org.flowable.dmn.api.ExecuteDecisionBuilder
-
Set the execution id
- executionId - Variable in class org.flowable.dmn.api.ExecuteDecisionContext
-
- ExpressionExecution - Class in org.flowable.dmn.api
-
- ExpressionExecution(String, Object) - Constructor for class org.flowable.dmn.api.ExpressionExecution
-
- ExpressionExecution(String, String, Object) - Constructor for class org.flowable.dmn.api.ExpressionExecution
-
- getActivityId() - Method in interface org.flowable.dmn.api.DmnHistoricDecisionExecution
-
reference to the activity for which the decision was executed
- getActivityId() - Method in class org.flowable.dmn.api.ExecuteDecisionContext
-
- getCategory() - Method in interface org.flowable.dmn.api.DmnDecision
-
category name of this definition
- getCategory() - Method in interface org.flowable.dmn.api.DmnDeployment
-
- getChildDecisionExecution(String) - Method in class org.flowable.dmn.api.DecisionServiceExecutionAuditContainer
-
- getChildDecisionExecutions() - Method in class org.flowable.dmn.api.DecisionServiceExecutionAuditContainer
-
- getConclusionResults() - Method in class org.flowable.dmn.api.RuleExecutionAuditContainer
-
- getConditionResults() - Method in class org.flowable.dmn.api.RuleExecutionAuditContainer
-
- getDecision(String) - Method in interface org.flowable.dmn.api.DmnRepositoryService
-
- getDecisionDefinitionId() - Method in interface org.flowable.dmn.api.DmnHistoricDecisionExecution
-
reference to the decision definition that was executed
- getDecisionExecution() - Method in class org.flowable.dmn.api.ExecuteDecisionContext
-
- getDecisionId() - Method in class org.flowable.dmn.api.ExecuteDecisionContext
-
- getDecisionKey() - Method in class org.flowable.dmn.api.DecisionExecutionAuditContainer
-
- getDecisionKey() - Method in interface org.flowable.dmn.api.DmnHistoricDecisionExecution
-
reference to decision key
- getDecisionKey() - Method in class org.flowable.dmn.api.ExecuteDecisionContext
-
- getDecisionName() - Method in class org.flowable.dmn.api.DecisionExecutionAuditContainer
-
- getDecisionName() - Method in interface org.flowable.dmn.api.DmnHistoricDecisionExecution
-
reference to decision name
- getDecisionRequirementsDiagram(String) - Method in interface org.flowable.dmn.api.DmnRepositoryService
-
- getDecisionResult() - Method in class org.flowable.dmn.api.DecisionExecutionAuditContainer
-
- getDecisionResultTypes() - Method in class org.flowable.dmn.api.DecisionExecutionAuditContainer
-
- getDecisionServiceResult() - Method in class org.flowable.dmn.api.DecisionServiceExecutionAuditContainer
-
- getDecisionServiceResultForDecision(String) - Method in class org.flowable.dmn.api.DecisionServiceExecutionAuditContainer
-
- getDecisionType() - Method in interface org.flowable.dmn.api.DmnDecision
-
The decision type of this definition
- getDecisionVersion() - Method in class org.flowable.dmn.api.DecisionExecutionAuditContainer
-
- getDecisionVersion() - Method in interface org.flowable.dmn.api.DmnHistoricDecisionExecution
-
reference to decision version
- getDecisionVersion() - Method in class org.flowable.dmn.api.ExecuteDecisionContext
-
- getDeploymentId() - Method in interface org.flowable.dmn.api.DmnDecision
-
The deployment in which this definition is contained.
- getDeploymentId() - Method in interface org.flowable.dmn.api.DmnHistoricDecisionExecution
-
reference to the deployment of the decision definition that was executed
- getDeploymentId() - Method in class org.flowable.dmn.api.ExecuteDecisionContext
-
- getDeploymentResourceNames(String) - Method in interface org.flowable.dmn.api.DmnRepositoryService
-
- getDeploymentTime() - Method in interface org.flowable.dmn.api.DmnDeployment
-
- getDescription() - Method in interface org.flowable.dmn.api.DmnDecision
-
description of this definition
- getDiagramResourceName() - Method in interface org.flowable.dmn.api.DmnDecision
-
The resource name in the deployment of the diagram image (if any).
- getDmnDecisionService() - Method in interface org.flowable.dmn.api.DmnEngineConfigurationApi
-
- getDmnDefinition(String) - Method in interface org.flowable.dmn.api.DmnRepositoryService
-
- getDmnDeploymentId() - Method in class org.flowable.dmn.api.DecisionExecutionAuditContainer
-
- getDmnElement() - Method in class org.flowable.dmn.api.ExecuteDecisionContext
-
- getDmnHistoryService() - Method in interface org.flowable.dmn.api.DmnEngineConfigurationApi
-
- getDmnManagementService() - Method in interface org.flowable.dmn.api.DmnEngineConfigurationApi
-
- getDmnRepositoryService() - Method in interface org.flowable.dmn.api.DmnEngineConfigurationApi
-
- getDmnResource(String) - Method in interface org.flowable.dmn.api.DmnRepositoryService
-
- getEndTime() - Method in class org.flowable.dmn.api.DecisionExecutionAuditContainer
-
- getEndTime() - Method in interface org.flowable.dmn.api.DmnHistoricDecisionExecution
-
end time of the decision execution
- getEndTime() - Method in class org.flowable.dmn.api.RuleExecutionAuditContainer
-
- getException() - Method in class org.flowable.dmn.api.ExpressionExecution
-
- getExceptionMessage() - Method in class org.flowable.dmn.api.DecisionExecutionAuditContainer
-
- getExceptionMessage() - Method in class org.flowable.dmn.api.RuleExecutionAuditContainer
-
- getExecutionId() - Method in interface org.flowable.dmn.api.DmnHistoricDecisionExecution
-
reference to the execution for which the decision was executed
- getExecutionId() - Method in class org.flowable.dmn.api.ExecuteDecisionContext
-
- getExecutionJson() - Method in interface org.flowable.dmn.api.DmnHistoricDecisionExecution
-
detailed information of the decision execution
- getFirstRuleResult() - Method in class org.flowable.dmn.api.DmnDecisionRuleResult
-
- getHitPolicy() - Method in class org.flowable.dmn.api.DecisionExecutionAuditContainer
-
- getId() - Method in interface org.flowable.dmn.api.DmnDecision
-
unique identifier
- getId() - Method in interface org.flowable.dmn.api.DmnDeployment
-
- getId() - Method in interface org.flowable.dmn.api.DmnHistoricDecisionExecution
-
unique identifier
- getId() - Method in class org.flowable.dmn.api.ExpressionExecution
-
- getInputVariables() - Method in class org.flowable.dmn.api.DecisionExecutionAuditContainer
-
- getInputVariableTypes() - Method in class org.flowable.dmn.api.DecisionExecutionAuditContainer
-
- getInstanceId() - Method in interface org.flowable.dmn.api.DmnHistoricDecisionExecution
-
reference to the (process) instance for which the decision was executed
- getInstanceId() - Method in class org.flowable.dmn.api.ExecuteDecisionContext
-
- getKey() - Method in interface org.flowable.dmn.api.DmnDecision
-
unique name for all versions this definition
- getName() - Method in interface org.flowable.dmn.api.DmnDecision
-
label used for display purposes
- getName() - Method in interface org.flowable.dmn.api.DmnDeployment
-
- getOutputValues(String) - Method in class org.flowable.dmn.api.DmnDecisionRuleResult
-
- getParentDeploymentId() - Method in interface org.flowable.dmn.api.DmnDeployment
-
- getParentDeploymentId() - Method in class org.flowable.dmn.api.ExecuteDecisionContext
-
- getResourceAsStream(String, String) - Method in interface org.flowable.dmn.api.DmnRepositoryService
-
- getResourceName() - Method in interface org.flowable.dmn.api.DmnDecision
-
- getResult() - Method in class org.flowable.dmn.api.ExpressionExecution
-
- getRuleExecutions() - Method in class org.flowable.dmn.api.DecisionExecutionAuditContainer
-
- getRuleNumber() - Method in class org.flowable.dmn.api.RuleExecutionAuditContainer
-
- getRuleResults() - Method in class org.flowable.dmn.api.DmnDecisionRuleResult
-
- getScopeType() - Method in interface org.flowable.dmn.api.DmnHistoricDecisionExecution
-
reference to the scope type for which the decision was executed
- getScopeType() - Method in class org.flowable.dmn.api.ExecuteDecisionContext
-
- getSingleRuleResult() - Method in class org.flowable.dmn.api.DmnDecisionRuleResult
-
- getStartTime() - Method in class org.flowable.dmn.api.DecisionExecutionAuditContainer
-
- getStartTime() - Method in interface org.flowable.dmn.api.DmnHistoricDecisionExecution
-
start time of the decision execution
- getStartTime() - Method in class org.flowable.dmn.api.RuleExecutionAuditContainer
-
- getTableCount() - Method in interface org.flowable.dmn.api.DmnManagementService
-
Get the mapping containing {table name, row count} entries of the database schema.
- getTableMetaData(String) - Method in interface org.flowable.dmn.api.DmnManagementService
-
Gets the metadata (column names, column types, etc.) of a certain table.
- getTableName(Class<?>) - Method in interface org.flowable.dmn.api.DmnManagementService
-
Gets the table name (including any configured prefix) for an entity.
- getTenantId() - Method in interface org.flowable.dmn.api.DmnDecision
-
The tenant identifier of this definition
- getTenantId() - Method in interface org.flowable.dmn.api.DmnDeployment
-
- getTenantId() - Method in interface org.flowable.dmn.api.DmnHistoricDecisionExecution
-
tenant identifier of this decision execution
- getTenantId() - Method in class org.flowable.dmn.api.ExecuteDecisionContext
-
- getValidationMessage() - Method in class org.flowable.dmn.api.DecisionExecutionAuditContainer
-
- getValidationMessage() - Method in class org.flowable.dmn.api.RuleExecutionAuditContainer
-
- getVariables() - Method in class org.flowable.dmn.api.ExecuteDecisionContext
-
- getVariablesTypeMap(Map<String, Object>) - Method in class org.flowable.dmn.api.DecisionExecutionAuditContainer
-
- getVersion() - Method in interface org.flowable.dmn.api.DmnDecision
-
version of this definition