- decisionDefinitionId(String) - Method in interface org.flowable.dmn.api.DmnHistoricDecisionExecutionQuery
-
Only select decision executions with the given definition id.
- DecisionExecutionAuditContainer - Class in org.flowable.dmn.api
-
- DecisionExecutionAuditContainer() - 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
-
- decisionKey - Variable in class org.flowable.dmn.api.DecisionExecutionAuditContainer
-
- 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
- decisionName - Variable in class org.flowable.dmn.api.DecisionExecutionAuditContainer
-
- decisionResult - Variable in class org.flowable.dmn.api.DecisionExecutionAuditContainer
-
- decisionResultTypes - Variable in class org.flowable.dmn.api.DecisionExecutionAuditContainer
-
- decisionTableCategory(String) - Method in interface org.flowable.dmn.api.DmnDecisionTableQuery
-
Only select decision tables with the given category.
- decisionTableCategoryLike(String) - Method in interface org.flowable.dmn.api.DmnDecisionTableQuery
-
Only select decision tables where the category matches the given parameter.
- decisionTableCategoryNotEquals(String) - Method in interface org.flowable.dmn.api.DmnDecisionTableQuery
-
Only select deployments that have a different category then the given one.
- decisionTableId(String) - Method in interface org.flowable.dmn.api.DmnDecisionTableQuery
-
Only select decision table with the given id.
- decisionTableIds(Set<String>) - Method in interface org.flowable.dmn.api.DmnDecisionTableQuery
-
Only select decision tables with the given ids.
- decisionTableKey(String) - Method in interface org.flowable.dmn.api.DmnDecisionTableQuery
-
Only select decision table with the given key.
- decisionTableKey(String) - Method in interface org.flowable.dmn.api.DmnDeploymentQuery
-
Only select deployments with the given decision table key.
- decisionTableKeyLike(String) - Method in interface org.flowable.dmn.api.DmnDecisionTableQuery
-
Only select decision tables where the key matches the given parameter.
- decisionTableKeyLike(String) - Method in interface org.flowable.dmn.api.DmnDeploymentQuery
-
Only select deployments with a decision table key like the given string.
- decisionTableName(String) - Method in interface org.flowable.dmn.api.DmnDecisionTableQuery
-
Only select decision tables with the given name.
- decisionTableNameLike(String) - Method in interface org.flowable.dmn.api.DmnDecisionTableQuery
-
Only select decision tables where the name matches the given parameter.
- decisionTableResourceName(String) - Method in interface org.flowable.dmn.api.DmnDecisionTableQuery
-
Only select decision table with the given resource name.
- decisionTableResourceNameLike(String) - Method in interface org.flowable.dmn.api.DmnDecisionTableQuery
-
Only select decision table with a resource name like the given .
- decisionTableTenantId(String) - Method in interface org.flowable.dmn.api.DmnDecisionTableQuery
-
Only select decision tables that have the given tenant id.
- decisionTableTenantIdLike(String) - Method in interface org.flowable.dmn.api.DmnDecisionTableQuery
-
Only select decision tables with a tenant id like the given one.
- decisionTableVersion(Integer) - Method in interface org.flowable.dmn.api.DmnDecisionTableQuery
-
Only select decision tables with a certain version.
- decisionTableVersionGreaterThan(Integer) - Method in interface org.flowable.dmn.api.DmnDecisionTableQuery
-
Only select decision tables which version are greater than a certain version.
- decisionTableVersionGreaterThanOrEquals(Integer) - Method in interface org.flowable.dmn.api.DmnDecisionTableQuery
-
Only select decision tables which version are greater than or equals a certain version.
- decisionTableVersionLowerThan(Integer) - Method in interface org.flowable.dmn.api.DmnDecisionTableQuery
-
Only select decision tables which version are lower than a certain version.
- decisionTableVersionLowerThanOrEquals(Integer) - Method in interface org.flowable.dmn.api.DmnDecisionTableQuery
-
Only select decision tables which version are lower than or equals a certain version.
- decisionTableWithoutTenantId() - Method in interface org.flowable.dmn.api.DmnDecisionTableQuery
-
Only select decision tables that do not have a tenant id.
- decisionVersion - Variable in class org.flowable.dmn.api.DecisionExecutionAuditContainer
-
- 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.DmnDecisionTableQuery
-
Only select decision tables 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.
- deploymentIds(Set<String>) - Method in interface org.flowable.dmn.api.DmnDecisionTableQuery
-
Select decision tables 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.
- DmnDecisionRuleResult - Class in org.flowable.dmn.api
-
- DmnDecisionRuleResult(List<Map<String, Object>>) - Constructor for class org.flowable.dmn.api.DmnDecisionRuleResult
-
- DmnDecisionTable - Interface in org.flowable.dmn.api
-
An object structure representing an executable decision table
- DmnDecisionTableQuery - Interface in org.flowable.dmn.api
-
- 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
-
- 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 tables and deployments.
- DmnRuleService - Interface in org.flowable.dmn.api
-
Service for executing DMN decisions (decision tables)
- getActivityId() - Method in interface org.flowable.dmn.api.DmnHistoricDecisionExecution
-
reference to the activity for which the decision was executed
- getCategory() - Method in interface org.flowable.dmn.api.DmnDecisionTable
-
category name of this decision table
- getCategory() - Method in interface org.flowable.dmn.api.DmnDeployment
-
- getConclusionResults() - Method in class org.flowable.dmn.api.RuleExecutionAuditContainer
-
- getConditionResults() - Method in class org.flowable.dmn.api.RuleExecutionAuditContainer
-
- getDecisionDefinitionId() - Method in interface org.flowable.dmn.api.DmnHistoricDecisionExecution
-
reference to the decision definition that was executed
- getDecisionKey() - Method in class org.flowable.dmn.api.DecisionExecutionAuditContainer
-
- getDecisionKey() - Method in interface org.flowable.dmn.api.DmnHistoricDecisionExecution
-
reference to decision key
- getDecisionName() - Method in class org.flowable.dmn.api.DecisionExecutionAuditContainer
-
- getDecisionName() - Method in interface org.flowable.dmn.api.DmnHistoricDecisionExecution
-
reference to decision name
- getDecisionResult() - Method in class org.flowable.dmn.api.DecisionExecutionAuditContainer
-
- getDecisionResultTypes() - Method in class org.flowable.dmn.api.DecisionExecutionAuditContainer
-
- getDecisionTable(String) - Method in interface org.flowable.dmn.api.DmnRepositoryService
-
- getDecisionVersion() - Method in class org.flowable.dmn.api.DecisionExecutionAuditContainer
-
- getDecisionVersion() - Method in interface org.flowable.dmn.api.DmnHistoricDecisionExecution
-
reference to decision version
- getDeploymentId() - Method in interface org.flowable.dmn.api.DmnDecisionTable
-
The deployment in which this decision table is contained.
- getDeploymentId() - Method in interface org.flowable.dmn.api.DmnHistoricDecisionExecution
-
reference to the deployment of the decision definition that was executed
- 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.DmnDecisionTable
-
description of this decision table
- getDmnDefinition(String) - Method in interface org.flowable.dmn.api.DmnRepositoryService
-
- getDmnDeploymentId() - Method in class org.flowable.dmn.api.DecisionExecutionAuditContainer
-
- 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
-
- getDmnRuleService() - Method in interface org.flowable.dmn.api.DmnEngineConfigurationApi
-
- 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
- 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.DmnDecisionTable
-
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
- getKey() - Method in interface org.flowable.dmn.api.DmnDecisionTable
-
unique name for all versions this decision table
- getName() - Method in interface org.flowable.dmn.api.DmnDecisionTable
-
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
-
- getResourceAsStream(String, String) - Method in interface org.flowable.dmn.api.DmnRepositoryService
-
- getResourceName() - Method in interface org.flowable.dmn.api.DmnDecisionTable
-
- 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
- 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.DmnDecisionTable
-
The tenant identifier of this decision table
- getTenantId() - Method in interface org.flowable.dmn.api.DmnDeployment
-
- getTenantId() - Method in interface org.flowable.dmn.api.DmnHistoricDecisionExecution
-
tenant identifier of this decision execution
- getValidationMessage() - Method in class org.flowable.dmn.api.DecisionExecutionAuditContainer
-
- getValidationMessage() - Method in class org.flowable.dmn.api.RuleExecutionAuditContainer
-
- getVariablesTypeMap(Map<String, Object>) - Method in class org.flowable.dmn.api.DecisionExecutionAuditContainer
-
- getVersion() - Method in interface org.flowable.dmn.api.DmnDecisionTable
-
version of this decision table