Skip navigation links
A C D E F G H I L M N O P R S T V W 

A

activityId(String) - Method in interface org.flowable.dmn.api.DmnHistoricDecisionExecutionQuery
Only select decision executions with the given activity id.
activityId(String) - Method in interface org.flowable.dmn.api.ExecuteDecisionBuilder
Set the activity id
addClasspathResource(String) - Method in interface org.flowable.dmn.api.DmnDeploymentBuilder
 
addConclusionResult(ExpressionExecution) - Method in class org.flowable.dmn.api.RuleExecutionAuditContainer
 
addConditionResult(ExpressionExecution) - Method in class org.flowable.dmn.api.RuleExecutionAuditContainer
 
addDecisionResultObject(Map<String, Object>) - Method in class org.flowable.dmn.api.DecisionExecutionAuditContainer
 
addDecisionResultType(String, String) - Method in class org.flowable.dmn.api.DecisionExecutionAuditContainer
 
addDmnBytes(String, byte[]) - Method in interface org.flowable.dmn.api.DmnDeploymentBuilder
 
addDmnModel(String, DmnDefinition) - Method in interface org.flowable.dmn.api.DmnDeploymentBuilder
 
addInputEntry(int, String, Boolean) - Method in class org.flowable.dmn.api.DecisionExecutionAuditContainer
 
addInputEntry(int, String, String, Boolean) - Method in class org.flowable.dmn.api.DecisionExecutionAuditContainer
 
addInputStream(String, InputStream) - Method in interface org.flowable.dmn.api.DmnDeploymentBuilder
 
addOutputEntry(int, String, Object) - Method in class org.flowable.dmn.api.DecisionExecutionAuditContainer
 
addOutputEntry(int, String, String, Object) - Method in class org.flowable.dmn.api.DecisionExecutionAuditContainer
 
addRuleEntry(DecisionRule) - Method in class org.flowable.dmn.api.DecisionExecutionAuditContainer
 
addString(String, String) - Method in interface org.flowable.dmn.api.DmnDeploymentBuilder
 

C

caseInstanceIdWithChildren(String) - Method in interface org.flowable.dmn.api.DmnHistoricDecisionExecutionQuery
Select all decision executions for the given case instance id and its children.
category(String) - Method in interface org.flowable.dmn.api.DmnDeploymentBuilder
Gives the deployment the given category.
changeDeploymentParentDeploymentId(String, String) - Method in interface org.flowable.dmn.api.DmnRepositoryService
Changes the parent deployment id of a deployment.
conclusionResults - Variable in class org.flowable.dmn.api.RuleExecutionAuditContainer
 
conditionResults - Variable in class org.flowable.dmn.api.RuleExecutionAuditContainer
 
createDecisionTableQuery() - Method in interface org.flowable.dmn.api.DmnRepositoryService
 
createDefensiveCopyInputVariables(Map<String, Object>) - Method in class org.flowable.dmn.api.DecisionExecutionAuditContainer
 
createDeployment() - Method in interface org.flowable.dmn.api.DmnRepositoryService
 
createDeploymentQuery() - Method in interface org.flowable.dmn.api.DmnRepositoryService
 
createExecuteDecisionBuilder() - Method in interface org.flowable.dmn.api.DmnRuleService
Create a builder to execute a decision.
createHistoricDecisionExecutionQuery() - Method in interface org.flowable.dmn.api.DmnHistoryService
 
createNativeDecisionTableQuery() - Method in interface org.flowable.dmn.api.DmnRepositoryService
 
createNativeDeploymentQuery() - Method in interface org.flowable.dmn.api.DmnRepositoryService
 
createNativeHistoricDecisionExecutionQuery() - Method in interface org.flowable.dmn.api.DmnHistoryService
 
createTablePageQuery() - Method in interface org.flowable.dmn.api.DmnManagementService
Creates a TablePageQuery that can be used to fetch TablePage containing specific sections of table row data.

D

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
Allows programmatic querying of DmnDecisionTables.
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
Allows programmatic querying of DmnDeployments.
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
Allows programmatic querying of DmnHistoricDecisionExecutions.
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)

E

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
Executes a decision returning one or more output results with variables
ExecuteDecisionBuilder - Interface in org.flowable.dmn.api
Helper for execution a decision.
executeDecisionByKey(String, Map<String, Object>) - Method in interface org.flowable.dmn.api.DmnRuleService
Deprecated.
Use the createExecuteDecisionBuilder method instead
executeDecisionByKeyAndParentDeploymentId(String, String, Map<String, Object>) - Method in interface org.flowable.dmn.api.DmnRuleService
Deprecated.
Use the createExecuteDecisionBuilder method instead
executeDecisionByKeyAndParentDeploymentIdSingleResult(String, String, Map<String, Object>) - Method in interface org.flowable.dmn.api.DmnRuleService
Deprecated.
Use the createExecuteDecisionBuilder method instead
executeDecisionByKeyAndParentDeploymentIdWithAuditTrail(String, String, Map<String, Object>, String) - Method in interface org.flowable.dmn.api.DmnRuleService
Deprecated.
Use the createExecuteDecisionBuilder method instead
executeDecisionByKeyAndTenantId(String, Map<String, Object>, String) - Method in interface org.flowable.dmn.api.DmnRuleService
Deprecated.
Use the createExecuteDecisionBuilder method instead
executeDecisionByKeyAndTenantIdSingleResult(String, Map<String, Object>, String) - Method in interface org.flowable.dmn.api.DmnRuleService
Deprecated.
Use the createExecuteDecisionBuilder method instead
executeDecisionByKeyAndTenantIdWithAuditTrail(String, Map<String, Object>, String) - Method in interface org.flowable.dmn.api.DmnRuleService
Deprecated.
Use the createExecuteDecisionBuilder method instead
executeDecisionByKeyParentDeploymentIdAndTenantId(String, String, Map<String, Object>, String) - Method in interface org.flowable.dmn.api.DmnRuleService
Deprecated.
Use the createExecuteDecisionBuilder method instead
executeDecisionByKeyParentDeploymentIdAndTenantIdSingleResult(String, String, Map<String, Object>, String) - Method in interface org.flowable.dmn.api.DmnRuleService
Deprecated.
Use the createExecuteDecisionBuilder method instead
executeDecisionByKeyParentDeploymentIdAndTenantIdWithAuditTrail(String, String, Map<String, Object>, String) - Method in interface org.flowable.dmn.api.DmnRuleService
Deprecated.
Use the createExecuteDecisionBuilder method instead
executeDecisionByKeySingleResult(String, Map<String, Object>) - Method in interface org.flowable.dmn.api.DmnRuleService
Deprecated.
Use the createExecuteDecisionBuilder method instead
executeDecisionByKeyWithAuditTrail(String, Map<String, Object>) - Method in interface org.flowable.dmn.api.DmnRuleService
Deprecated.
Use the createExecuteDecisionBuilder method instead
executeWithAuditTrail() - Method in interface org.flowable.dmn.api.ExecuteDecisionBuilder
Executes a decision returning a result object including an audit trail
executeWithSingleResult() - Method in interface org.flowable.dmn.api.ExecuteDecisionBuilder
Executes a decision returning one output result with variables
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
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
 

F

failed - Variable in class org.flowable.dmn.api.DecisionExecutionAuditContainer
 
failed(Boolean) - Method in interface org.flowable.dmn.api.DmnHistoricDecisionExecutionQuery
Only select decision executions with the given failed state.
fallbackToDefaultTenant() - Method in interface org.flowable.dmn.api.ExecuteDecisionBuilder
allow to search for definition by key in the default tenant when tenant specific search fails

G

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
name of the resource of this decision table.
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

H

hitPolicy - Variable in class org.flowable.dmn.api.DecisionExecutionAuditContainer
 

I

id(String) - Method in interface org.flowable.dmn.api.DmnHistoricDecisionExecutionQuery
Only select decision execution with the given id.
id - Variable in class org.flowable.dmn.api.ExpressionExecution
 
ids(Set<String>) - Method in interface org.flowable.dmn.api.DmnHistoricDecisionExecutionQuery
Only select decision executions with the given ids.
inputVariables - Variable in class org.flowable.dmn.api.DecisionExecutionAuditContainer
 
inputVariableTypes - Variable in class org.flowable.dmn.api.DecisionExecutionAuditContainer
 
instanceId(String) - Method in interface org.flowable.dmn.api.DmnHistoricDecisionExecutionQuery
Only select decision executions with the given instance id.
instanceId(String) - Method in interface org.flowable.dmn.api.ExecuteDecisionBuilder
Set the instance id
isBoolean(Object) - Static method in class org.flowable.dmn.api.DecisionExecutionAuditContainer
 
isDate(Object) - Static method in class org.flowable.dmn.api.DecisionExecutionAuditContainer
 
isFailed() - Method in class org.flowable.dmn.api.DecisionExecutionAuditContainer
 
isFailed() - Method in interface org.flowable.dmn.api.DmnHistoricDecisionExecution
identifier if the decision execution failed
isNumber(Object) - Static method in class org.flowable.dmn.api.DecisionExecutionAuditContainer
 
isStrictMode() - Method in class org.flowable.dmn.api.DecisionExecutionAuditContainer
 
isValid() - Method in class org.flowable.dmn.api.RuleExecutionAuditContainer
 

L

latestVersion() - Method in interface org.flowable.dmn.api.DmnDecisionTableQuery
Only select the decision tables which are the latest deployed (ie.

M

markRuleEnd(int) - Method in class org.flowable.dmn.api.DecisionExecutionAuditContainer
 
markRuleEnd() - Method in class org.flowable.dmn.api.RuleExecutionAuditContainer
 
markRuleValid(int) - Method in class org.flowable.dmn.api.DecisionExecutionAuditContainer
 

N

name(String) - Method in interface org.flowable.dmn.api.DmnDeploymentBuilder
Gives the deployment the given name.
NativeDecisionTableQuery - Interface in org.flowable.dmn.api
 
NativeDmnDeploymentQuery - Interface in org.flowable.dmn.api
Allows querying of DmnDeployments via native (SQL) queries
NativeHistoricDecisionExecutionQuery - Interface in org.flowable.dmn.api
 

O

orderByDecisionTableCategory() - Method in interface org.flowable.dmn.api.DmnDecisionTableQuery
Order by the category of the decision tables (needs to be followed by Query.asc() or Query.desc()).
orderByDecisionTableId() - Method in interface org.flowable.dmn.api.DmnDecisionTableQuery
Order by the id of the decision tables (needs to be followed by Query.asc() or Query.desc()).
orderByDecisionTableKey() - Method in interface org.flowable.dmn.api.DmnDecisionTableQuery
Order by decision table key (needs to be followed by Query.asc() or Query.desc()).
orderByDecisionTableName() - Method in interface org.flowable.dmn.api.DmnDecisionTableQuery
Order by the name of the decision tables (needs to be followed by Query.asc() or Query.desc()).
orderByDecisionTableVersion() - Method in interface org.flowable.dmn.api.DmnDecisionTableQuery
Order by the version of the decision tables (needs to be followed by Query.asc() or Query.desc()).
orderByDeploymentId() - Method in interface org.flowable.dmn.api.DmnDecisionTableQuery
Order by deployment id (needs to be followed by Query.asc() or Query.desc()).
orderByDeploymentId() - Method in interface org.flowable.dmn.api.DmnDeploymentQuery
Order by deployment id (needs to be followed by Query.asc() or Query.desc()).
orderByDeploymenTime() - Method in interface org.flowable.dmn.api.DmnDeploymentQuery
Order by deployment time (needs to be followed by Query.asc() or Query.desc()).
orderByDeploymentName() - Method in interface org.flowable.dmn.api.DmnDeploymentQuery
Order by deployment name (needs to be followed by Query.asc() or Query.desc()).
orderByEndTime() - Method in interface org.flowable.dmn.api.DmnHistoricDecisionExecutionQuery
Order by the end time of the decision executions (needs to be followed by Query.asc() or Query.desc()).
orderByStartTime() - Method in interface org.flowable.dmn.api.DmnHistoricDecisionExecutionQuery
Order by the start time of the decision executions (needs to be followed by Query.asc() or Query.desc()).
orderByTenantId() - Method in interface org.flowable.dmn.api.DmnDecisionTableQuery
Order by tenant id (needs to be followed by Query.asc() or Query.desc()).
orderByTenantId() - Method in interface org.flowable.dmn.api.DmnDeploymentQuery
Order by tenant id (needs to be followed by Query.asc() or Query.desc()).
orderByTenantId() - Method in interface org.flowable.dmn.api.DmnHistoricDecisionExecutionQuery
Order by tenant id (needs to be followed by Query.asc() or Query.desc()).
org.flowable.dmn.api - package org.flowable.dmn.api
 

P

parentDeploymentId(String) - Method in interface org.flowable.dmn.api.DmnDeploymentBuilder
Gives the deployment the given parent deployment id.
parentDeploymentId(String) - Method in interface org.flowable.dmn.api.DmnDeploymentQuery
Only select deployment that have the given parent deployment id.
parentDeploymentId(String) - Method in interface org.flowable.dmn.api.ExecuteDecisionBuilder
Set the parent deployment id
parentDeploymentIdLike(String) - Method in interface org.flowable.dmn.api.DmnDeploymentQuery
Only select deployments with a parent deployment id like the given one.
processInstanceIdWithChildren(String) - Method in interface org.flowable.dmn.api.DmnHistoricDecisionExecutionQuery
Select all decision executions for the given process instance id and its children.

R

result - Variable in class org.flowable.dmn.api.ExpressionExecution
 
RuleExecutionAuditContainer - Class in org.flowable.dmn.api
 
RuleExecutionAuditContainer(int) - Constructor for class org.flowable.dmn.api.RuleExecutionAuditContainer
 
ruleExecutions - Variable in class org.flowable.dmn.api.DecisionExecutionAuditContainer
 
ruleNumber - Variable in class org.flowable.dmn.api.RuleExecutionAuditContainer
 
ruleResults - Variable in class org.flowable.dmn.api.DmnDecisionRuleResult
 

S

scopeType(String) - Method in interface org.flowable.dmn.api.DmnHistoricDecisionExecutionQuery
Only select decision executions with the given scope type.
scopeType(String) - Method in interface org.flowable.dmn.api.ExecuteDecisionBuilder
Set the scope type
setDecisionResult(List<Map<String, Object>>) - Method in class org.flowable.dmn.api.DecisionExecutionAuditContainer
 
setDecisionTableCategory(String, String) - Method in interface org.flowable.dmn.api.DmnRepositoryService
 
setDeploymentCategory(String, String) - Method in interface org.flowable.dmn.api.DmnRepositoryService
Changes the category of a deployment.
setDeploymentTenantId(String, String) - Method in interface org.flowable.dmn.api.DmnRepositoryService
Changes the tenant id of a deployment.
setDmnDeploymentId(String) - Method in class org.flowable.dmn.api.DecisionExecutionAuditContainer
 
setEndTime(Date) - Method in class org.flowable.dmn.api.RuleExecutionAuditContainer
 
setExceptionMessage(String) - Method in class org.flowable.dmn.api.DecisionExecutionAuditContainer
 
setExceptionMessage(String) - Method in class org.flowable.dmn.api.RuleExecutionAuditContainer
 
setFailed() - Method in class org.flowable.dmn.api.DecisionExecutionAuditContainer
 
setInputVariableTypes(Map<String, String>) - Method in class org.flowable.dmn.api.DecisionExecutionAuditContainer
 
setStartTime(Date) - Method in class org.flowable.dmn.api.RuleExecutionAuditContainer
 
setStrictMode(Boolean) - Method in class org.flowable.dmn.api.DecisionExecutionAuditContainer
 
setValid() - Method in class org.flowable.dmn.api.RuleExecutionAuditContainer
 
setValidationMessage(String) - Method in class org.flowable.dmn.api.DecisionExecutionAuditContainer
 
setValidationMessage(String) - Method in class org.flowable.dmn.api.RuleExecutionAuditContainer
 
startTime - Variable in class org.flowable.dmn.api.DecisionExecutionAuditContainer
 
startTime - Variable in class org.flowable.dmn.api.RuleExecutionAuditContainer
 
stopAudit() - Method in class org.flowable.dmn.api.DecisionExecutionAuditContainer
 
strictMode - Variable in class org.flowable.dmn.api.DecisionExecutionAuditContainer
 

T

tenantId(String) - Method in interface org.flowable.dmn.api.DmnDeploymentBuilder
Gives the deployment the given tenant id.
tenantId(String) - Method in interface org.flowable.dmn.api.DmnHistoricDecisionExecutionQuery
Only select decision executions that have the given tenant id.
tenantId(String) - Method in interface org.flowable.dmn.api.ExecuteDecisionBuilder
Set the tenantId
tenantIdLike(String) - Method in interface org.flowable.dmn.api.DmnHistoricDecisionExecutionQuery
Only select decision executions with a tenant id like the given one.

V

valid - Variable in class org.flowable.dmn.api.RuleExecutionAuditContainer
 
validationMessage - Variable in class org.flowable.dmn.api.DecisionExecutionAuditContainer
 
validationMessage - Variable in class org.flowable.dmn.api.RuleExecutionAuditContainer
 
variable(String, Object) - Method in interface org.flowable.dmn.api.ExecuteDecisionBuilder
Adds a variable
variables(Map<String, Object>) - Method in interface org.flowable.dmn.api.ExecuteDecisionBuilder
Sets the variables

W

withoutTenantId() - Method in interface org.flowable.dmn.api.DmnHistoricDecisionExecutionQuery
Only select decision executions that do not have a tenant id.
A C D E F G H I L M N O P R S T V W 
Skip navigation links

Copyright © 2019 Flowable. All rights reserved.