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

A

addClasspathResource(String) - Method in interface org.activiti.dmn.api.DmnDeploymentBuilder
 
addConclusionResult(ExpressionExecution) - Method in class org.activiti.dmn.api.RuleExecutionAuditContainer
 
addConditionResult(ExpressionExecution) - Method in class org.activiti.dmn.api.RuleExecutionAuditContainer
 
addDmnBytes(String, byte[]) - Method in interface org.activiti.dmn.api.DmnDeploymentBuilder
 
addDmnModel(String, DmnDefinition) - Method in interface org.activiti.dmn.api.DmnDeploymentBuilder
 
addInputEntry(int, String, Boolean) - Method in class org.activiti.dmn.api.DecisionExecutionAuditContainer
 
addInputEntry(int, String, String, Boolean) - Method in class org.activiti.dmn.api.DecisionExecutionAuditContainer
 
addInputStream(String, InputStream) - Method in interface org.activiti.dmn.api.DmnDeploymentBuilder
 
addOutputEntry(int, String, Object) - Method in class org.activiti.dmn.api.DecisionExecutionAuditContainer
 
addOutputEntry(int, String, String, Object) - Method in class org.activiti.dmn.api.DecisionExecutionAuditContainer
 
addRuleEntry() - Method in class org.activiti.dmn.api.DecisionExecutionAuditContainer
 
addString(String, String) - Method in interface org.activiti.dmn.api.DmnDeploymentBuilder
 
asc() - Method in interface org.activiti.dmn.api.Query
Order the results ascending on the given property as defined in this class (needs to come after a call to one of the orderByXxxx methods).
auditTrail - Variable in class org.activiti.dmn.api.RuleEngineExecutionResult
 

C

category(String) - Method in interface org.activiti.dmn.api.DmnDeploymentBuilder
Gives the deployment the given category.
conclusionResults - Variable in class org.activiti.dmn.api.RuleExecutionAuditContainer
 
conditionResults - Variable in class org.activiti.dmn.api.RuleExecutionAuditContainer
 
count() - Method in interface org.activiti.dmn.api.NativeQuery
Executes the query and returns the number of results
count() - Method in interface org.activiti.dmn.api.Query
Executes the query and returns the number of results
createDecisionTableQuery() - Method in interface org.activiti.dmn.api.DmnRepositoryService
 
createDefensiveCopyInputVariables(Map<String, Object>) - Method in class org.activiti.dmn.api.DecisionExecutionAuditContainer
 
createDeployment() - Method in interface org.activiti.dmn.api.DmnRepositoryService
 
createDeploymentQuery() - Method in interface org.activiti.dmn.api.DmnRepositoryService
 
createNativeDecisionTableQuery() - Method in interface org.activiti.dmn.api.DmnRepositoryService
 
createNativeDeploymentQuery() - Method in interface org.activiti.dmn.api.DmnRepositoryService
 

D

DecisionExecutionAuditContainer - Class in org.activiti.dmn.api
 
DecisionExecutionAuditContainer() - Constructor for class org.activiti.dmn.api.DecisionExecutionAuditContainer
 
DecisionExecutionAuditContainer(String, String, HitPolicy, Map<String, Object>) - Constructor for class org.activiti.dmn.api.DecisionExecutionAuditContainer
 
decisionKey - Variable in class org.activiti.dmn.api.DecisionExecutionAuditContainer
 
decisionName - Variable in class org.activiti.dmn.api.DecisionExecutionAuditContainer
 
decisionTableCategory(String) - Method in interface org.activiti.dmn.api.DmnDecisionTableQuery
Only select decision tables with the given category.
decisionTableCategoryLike(String) - Method in interface org.activiti.dmn.api.DmnDecisionTableQuery
Only select decision tables where the category matches the given parameter.
decisionTableCategoryNotEquals(String) - Method in interface org.activiti.dmn.api.DmnDecisionTableQuery
Only select deployments that have a different category then the given one.
decisionTableId(String) - Method in interface org.activiti.dmn.api.DmnDecisionTableQuery
Only select decision table with the given id.
decisionTableIds(Set<String>) - Method in interface org.activiti.dmn.api.DmnDecisionTableQuery
Only select decision tables with the given ids.
decisionTableKey(String) - Method in interface org.activiti.dmn.api.DmnDecisionTableQuery
Only select decision table with the given key.
decisionTableKey(String) - Method in interface org.activiti.dmn.api.DmnDeploymentQuery
Only select deployments with the given process definition key.
decisionTableKeyLike(String) - Method in interface org.activiti.dmn.api.DmnDecisionTableQuery
Only select decision tables where the key matches the given parameter.
decisionTableKeyLike(String) - Method in interface org.activiti.dmn.api.DmnDeploymentQuery
Only select deployments with a process definition key like the given string.
decisionTableName(String) - Method in interface org.activiti.dmn.api.DmnDecisionTableQuery
Only select decision tables with the given name.
decisionTableNameLike(String) - Method in interface org.activiti.dmn.api.DmnDecisionTableQuery
Only select decision tables where the name matches the given parameter.
decisionTableResourceName(String) - Method in interface org.activiti.dmn.api.DmnDecisionTableQuery
Only select decision table with the given resource name.
decisionTableResourceNameLike(String) - Method in interface org.activiti.dmn.api.DmnDecisionTableQuery
Only select decision table with a resource name like the given .
decisionTableTenantId(String) - Method in interface org.activiti.dmn.api.DmnDecisionTableQuery
Only select decision tables that have the given tenant id.
decisionTableTenantIdLike(String) - Method in interface org.activiti.dmn.api.DmnDecisionTableQuery
Only select decision tables with a tenant id like the given one.
decisionTableVersion(Integer) - Method in interface org.activiti.dmn.api.DmnDecisionTableQuery
Only select process definition with a certain version.
decisionTableVersionGreaterThan(Integer) - Method in interface org.activiti.dmn.api.DmnDecisionTableQuery
Only select decision tables which version are greater than a certain version.
decisionTableVersionGreaterThanOrEquals(Integer) - Method in interface org.activiti.dmn.api.DmnDecisionTableQuery
Only select decision tables which version are greater than or equals a certain version.
decisionTableVersionLowerThan(Integer) - Method in interface org.activiti.dmn.api.DmnDecisionTableQuery
Only select decision tables which version are lower than a certain version.
decisionTableVersionLowerThanOrEquals(Integer) - Method in interface org.activiti.dmn.api.DmnDecisionTableQuery
Only select decision tables which version are lower than or equals a certain version.
decisionTableWithoutTenantId() - Method in interface org.activiti.dmn.api.DmnDecisionTableQuery
Only select decision tables that do not have a tenant id.
deleteDeployment(String) - Method in interface org.activiti.dmn.api.DmnRepositoryService
 
deploy() - Method in interface org.activiti.dmn.api.DmnDeploymentBuilder
Deploys all provided sources to the Activiti engine.
deploymentCategory(String) - Method in interface org.activiti.dmn.api.DmnDeploymentQuery
Only select deployments with the given category.
deploymentCategoryNotEquals(String) - Method in interface org.activiti.dmn.api.DmnDeploymentQuery
Only select deployments that have a different category then the given one.
deploymentId(String) - Method in interface org.activiti.dmn.api.DmnDecisionTableQuery
Only select decision tables that are deployed in a deployment with the given deployment id
deploymentId(String) - Method in interface org.activiti.dmn.api.DmnDeploymentQuery
Only select deployments with the given deployment id.
deploymentIds(Set<String>) - Method in interface org.activiti.dmn.api.DmnDecisionTableQuery
Select decision tables that are deployed in deployments with the given set of ids
deploymentName(String) - Method in interface org.activiti.dmn.api.DmnDeploymentQuery
Only select deployments with the given name.
deploymentNameLike(String) - Method in interface org.activiti.dmn.api.DmnDeploymentQuery
Only select deployments with a name like the given string.
deploymentTenantId(String) - Method in interface org.activiti.dmn.api.DmnDeploymentQuery
Only select deployment that have the given tenant id.
deploymentTenantIdLike(String) - Method in interface org.activiti.dmn.api.DmnDeploymentQuery
Only select deployments with a tenant id like the given one.
deploymentWithoutTenantId() - Method in interface org.activiti.dmn.api.DmnDeploymentQuery
Only select deployments that do not have a tenant id.
desc() - Method in interface org.activiti.dmn.api.Query
Order the results descending on the given property as defined in this class (needs to come after a call to one of the orderByXxxx methods).
disableSchemaValidation() - Method in interface org.activiti.dmn.api.DmnDeploymentBuilder
If called, no XML schema validation against the BPMN 2.0 XSD.
DmnDecisionTable - Interface in org.activiti.dmn.api
An object structure representing an executable decision table
DmnDecisionTableQuery - Interface in org.activiti.dmn.api
Allows programmatic querying of DmnDecisionTables.
DmnDeployment - Interface in org.activiti.dmn.api
Represents a deployment that is already present in the process repository.
DmnDeploymentBuilder - Interface in org.activiti.dmn.api
Builder for creating new deployments.
dmnDeploymentId - Variable in class org.activiti.dmn.api.DecisionExecutionAuditContainer
 
DmnDeploymentQuery - Interface in org.activiti.dmn.api
Allows programmatic querying of DmnDeployments.
DmnRepositoryService - Interface in org.activiti.dmn.api
Service providing access to the repository of process definitions and deployments.
DmnRuleService - Interface in org.activiti.dmn.api
Service for executing DMN decisions (decision tables)

E

endTime - Variable in class org.activiti.dmn.api.DecisionExecutionAuditContainer
 
endTime - Variable in class org.activiti.dmn.api.RuleExecutionAuditContainer
 
exceptionMessage - Variable in class org.activiti.dmn.api.DecisionExecutionAuditContainer
 
exceptionMessage - Variable in class org.activiti.dmn.api.ExpressionExecution
 
executeDecisionByKey(String, Map<String, Object>) - Method in interface org.activiti.dmn.api.DmnRuleService
Execute a decision identified by it's key.
executeDecisionByKeyAndParentDeploymentId(String, String, Map<String, Object>) - Method in interface org.activiti.dmn.api.DmnRuleService
Execute a decision identified by it's key and parent deployment id.
executeDecisionByKeyAndTenantId(String, Map<String, Object>, String) - Method in interface org.activiti.dmn.api.DmnRuleService
Execute a decision identified by it's key and tenant id.
executeDecisionByKeyParentDeploymentIdAndTenantId(String, String, Map<String, Object>, String) - Method in interface org.activiti.dmn.api.DmnRuleService
Execute a decision identified by it's key and parent deployment id.
ExpressionExecution - Class in org.activiti.dmn.api
 
ExpressionExecution(String, Object) - Constructor for class org.activiti.dmn.api.ExpressionExecution
 
ExpressionExecution(String, String, Object) - Constructor for class org.activiti.dmn.api.ExpressionExecution
 

F

failed - Variable in class org.activiti.dmn.api.DecisionExecutionAuditContainer
 

G

getAuditTrail() - Method in class org.activiti.dmn.api.RuleEngineExecutionResult
 
getCategory() - Method in interface org.activiti.dmn.api.DmnDecisionTable
category name of this decision table
getCategory() - Method in interface org.activiti.dmn.api.DmnDeployment
 
getConclusionResults() - Method in class org.activiti.dmn.api.RuleExecutionAuditContainer
 
getConditionResults() - Method in class org.activiti.dmn.api.RuleExecutionAuditContainer
 
getDecisionKey() - Method in class org.activiti.dmn.api.DecisionExecutionAuditContainer
 
getDecisionName() - Method in class org.activiti.dmn.api.DecisionExecutionAuditContainer
 
getDecisionTable(String) - Method in interface org.activiti.dmn.api.DmnRepositoryService
 
getDeploymentId() - Method in interface org.activiti.dmn.api.DmnDecisionTable
The deployment in which this decision table is contained.
getDeploymentResourceNames(String) - Method in interface org.activiti.dmn.api.DmnRepositoryService
 
getDeploymentTime() - Method in interface org.activiti.dmn.api.DmnDeployment
 
getDescription() - Method in interface org.activiti.dmn.api.DmnDecisionTable
description of this decision table
getDmnDefinition(String) - Method in interface org.activiti.dmn.api.DmnRepositoryService
 
getDmnDeploymentId() - Method in class org.activiti.dmn.api.DecisionExecutionAuditContainer
 
getDmnResource(String) - Method in interface org.activiti.dmn.api.DmnRepositoryService
 
getEndTime() - Method in class org.activiti.dmn.api.DecisionExecutionAuditContainer
 
getEndTime() - Method in class org.activiti.dmn.api.RuleExecutionAuditContainer
 
getException() - Method in class org.activiti.dmn.api.ExpressionExecution
 
getExceptionMessage() - Method in class org.activiti.dmn.api.DecisionExecutionAuditContainer
 
getHitPolicy() - Method in class org.activiti.dmn.api.DecisionExecutionAuditContainer
 
getId() - Method in interface org.activiti.dmn.api.DmnDecisionTable
unique identifier
getId() - Method in interface org.activiti.dmn.api.DmnDeployment
 
getId() - Method in class org.activiti.dmn.api.ExpressionExecution
 
getInputVariables() - Method in class org.activiti.dmn.api.DecisionExecutionAuditContainer
 
getInputVariableTypes() - Method in class org.activiti.dmn.api.DecisionExecutionAuditContainer
 
getKey() - Method in interface org.activiti.dmn.api.DmnDecisionTable
unique name for all versions this decision table
getName() - Method in interface org.activiti.dmn.api.DmnDecisionTable
label used for display purposes
getName() - Method in interface org.activiti.dmn.api.DmnDeployment
 
getName() - Method in interface org.activiti.dmn.api.QueryProperty
 
getOutputVariables() - Method in class org.activiti.dmn.api.DecisionExecutionAuditContainer
 
getParentDeploymentId() - Method in interface org.activiti.dmn.api.DmnDecisionTable
The parent deployment in which this decision table is contained.
getParentDeploymentId() - Method in interface org.activiti.dmn.api.DmnDeployment
 
getResourceAsStream(String, String) - Method in interface org.activiti.dmn.api.DmnRepositoryService
 
getResourceName() - Method in interface org.activiti.dmn.api.DmnDecisionTable
name of the resource of this decision table.
getResult() - Method in class org.activiti.dmn.api.ExpressionExecution
 
getResultVariables() - Method in class org.activiti.dmn.api.RuleEngineExecutionResult
 
getRuleExecutions() - Method in class org.activiti.dmn.api.DecisionExecutionAuditContainer
 
getStartTime() - Method in class org.activiti.dmn.api.DecisionExecutionAuditContainer
 
getStartTime() - Method in class org.activiti.dmn.api.RuleExecutionAuditContainer
 
getTenantId() - Method in interface org.activiti.dmn.api.DmnDecisionTable
The tenant identifier of this decision table
getTenantId() - Method in interface org.activiti.dmn.api.DmnDeployment
 
getVariablesTypeMap(Map<String, Object>) - Method in class org.activiti.dmn.api.DecisionExecutionAuditContainer
 
getVersion() - Method in interface org.activiti.dmn.api.DmnDecisionTable
version of this decision table

H

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

I

id - Variable in class org.activiti.dmn.api.ExpressionExecution
 
inputVariables - Variable in class org.activiti.dmn.api.DecisionExecutionAuditContainer
 
inputVariableTypes - Variable in class org.activiti.dmn.api.DecisionExecutionAuditContainer
 
isBoolean(Object) - Static method in class org.activiti.dmn.api.DecisionExecutionAuditContainer
 
isDate(Object) - Static method in class org.activiti.dmn.api.DecisionExecutionAuditContainer
 
isFailed() - Method in class org.activiti.dmn.api.DecisionExecutionAuditContainer
 
isNumber(Object) - Static method in class org.activiti.dmn.api.DecisionExecutionAuditContainer
 
isString(Object) - Static method in class org.activiti.dmn.api.DecisionExecutionAuditContainer
 

L

latestVersion() - Method in interface org.activiti.dmn.api.DmnDecisionTableQuery
Only select the decision tables which are the latest deployed (ie.
list() - Method in interface org.activiti.dmn.api.NativeQuery
Executes the query and get a list of entities as the result.
list() - Method in interface org.activiti.dmn.api.Query
Executes the query and get a list of entities as the result.
listPage(int, int) - Method in interface org.activiti.dmn.api.NativeQuery
Executes the query and get a list of entities as the result.
listPage(int, int) - Method in interface org.activiti.dmn.api.Query
Executes the query and get a list of entities as the result.

M

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

N

name(String) - Method in interface org.activiti.dmn.api.DmnDeploymentBuilder
Gives the deployment the given name.
NativeDecisionTableQuery - Interface in org.activiti.dmn.api
 
NativeDmnDeploymentQuery - Interface in org.activiti.dmn.api
Allows querying of org.activiti.engine.repository.DmnDeployments via native (SQL) queries
NativeQuery<T extends NativeQuery<?,?>,U> - Interface in org.activiti.dmn.api
Describes basic methods for doing native queries

O

orderByDecisionTableCategory() - Method in interface org.activiti.dmn.api.DmnDecisionTableQuery
Order by the category of the decision tables (needs to be followed by asc() or desc()).
orderByDecisionTableId() - Method in interface org.activiti.dmn.api.DmnDecisionTableQuery
Order by the id of the decision tables (needs to be followed by asc() or desc()).
orderByDecisionTableKey() - Method in interface org.activiti.dmn.api.DmnDecisionTableQuery
Order by process definition key (needs to be followed by asc() or desc()).
orderByDecisionTableName() - Method in interface org.activiti.dmn.api.DmnDecisionTableQuery
Order by the name of the decision tables (needs to be followed by asc() or desc()).
orderByDecisionTableVersion() - Method in interface org.activiti.dmn.api.DmnDecisionTableQuery
Order by the version of the decision tables (needs to be followed by asc() or desc()).
orderByDeploymentId() - Method in interface org.activiti.dmn.api.DmnDecisionTableQuery
Order by deployment id (needs to be followed by asc() or desc()).
orderByDeploymentId() - Method in interface org.activiti.dmn.api.DmnDeploymentQuery
Order by deployment id (needs to be followed by asc() or desc()).
orderByDeploymenTime() - Method in interface org.activiti.dmn.api.DmnDeploymentQuery
Order by deployment time (needs to be followed by asc() or desc()).
orderByDeploymentName() - Method in interface org.activiti.dmn.api.DmnDeploymentQuery
Order by deployment name (needs to be followed by asc() or desc()).
orderByTenantId() - Method in interface org.activiti.dmn.api.DmnDecisionTableQuery
Order by tenant id (needs to be followed by asc() or desc()).
orderByTenantId() - Method in interface org.activiti.dmn.api.DmnDeploymentQuery
Order by tenant id (needs to be followed by asc() or desc()).
org.activiti.dmn.api - package org.activiti.dmn.api
 
outputVariables - Variable in class org.activiti.dmn.api.DecisionExecutionAuditContainer
 

P

parameter(String, Object) - Method in interface org.activiti.dmn.api.NativeQuery
Add parameter to be replaced in query for index, e.g.
parentDeploymentId(String) - Method in interface org.activiti.dmn.api.DmnDecisionTableQuery
Only select decision tables that are deployed in a deployment with the given parent deployment id
parentDeploymentId(String) - Method in interface org.activiti.dmn.api.DmnDeploymentBuilder
Gives the deployment the given parent deployment id.
parentDeploymentId(String) - Method in interface org.activiti.dmn.api.DmnDeploymentQuery
Only select deployment that have the given parent deployment id.
parentDeploymentIdLike(String) - Method in interface org.activiti.dmn.api.DmnDecisionTableQuery
Only select decision tables that are deployed in a deployment like the given parent deployment id
parentDeploymentIdLike(String) - Method in interface org.activiti.dmn.api.DmnDeploymentQuery
Only select deployments with a parent deployment id like the given one.

Q

Query<T extends Query<?,?>,U> - Interface in org.activiti.dmn.api
Describes basic methods for querying.
QueryProperty - Interface in org.activiti.dmn.api
Describes a property that can be used in a Query.

R

result - Variable in class org.activiti.dmn.api.ExpressionExecution
 
resultVariables - Variable in class org.activiti.dmn.api.RuleEngineExecutionResult
 
RuleEngineExecutionResult - Class in org.activiti.dmn.api
 
RuleEngineExecutionResult(Map<String, Object>, DecisionExecutionAuditContainer) - Constructor for class org.activiti.dmn.api.RuleEngineExecutionResult
 
RuleExecutionAuditContainer - Class in org.activiti.dmn.api
 
RuleExecutionAuditContainer() - Constructor for class org.activiti.dmn.api.RuleExecutionAuditContainer
 
ruleExecutions - Variable in class org.activiti.dmn.api.DecisionExecutionAuditContainer
 

S

setConclusionResults(List<ExpressionExecution>) - Method in class org.activiti.dmn.api.RuleExecutionAuditContainer
 
setConditionResults(List<ExpressionExecution>) - Method in class org.activiti.dmn.api.RuleExecutionAuditContainer
 
setDecisionTableCategory(String, String) - Method in interface org.activiti.dmn.api.DmnRepositoryService
 
setDeploymentCategory(String, String) - Method in interface org.activiti.dmn.api.DmnRepositoryService
 
setDeploymentTenantId(String, String) - Method in interface org.activiti.dmn.api.DmnRepositoryService
 
setDmnDeploymentId(String) - Method in class org.activiti.dmn.api.DecisionExecutionAuditContainer
 
setEndTime(Date) - Method in class org.activiti.dmn.api.RuleExecutionAuditContainer
 
setExceptionMessage(String) - Method in class org.activiti.dmn.api.DecisionExecutionAuditContainer
 
setFailed() - Method in class org.activiti.dmn.api.DecisionExecutionAuditContainer
 
setInputVariableTypes(Map<String, String>) - Method in class org.activiti.dmn.api.DecisionExecutionAuditContainer
 
setStartTime(Date) - Method in class org.activiti.dmn.api.RuleExecutionAuditContainer
 
singleResult() - Method in interface org.activiti.dmn.api.NativeQuery
Executes the query and returns the resulting entity or null if no entity matches the query criteria.
singleResult() - Method in interface org.activiti.dmn.api.Query
Executes the query and returns the resulting entity or null if no entity matches the query criteria.
sql(String) - Method in interface org.activiti.dmn.api.NativeQuery
Hand in the SQL statement you want to execute.
startTime - Variable in class org.activiti.dmn.api.DecisionExecutionAuditContainer
 
startTime - Variable in class org.activiti.dmn.api.RuleExecutionAuditContainer
 
stopAudit(Map<String, Object>) - Method in class org.activiti.dmn.api.DecisionExecutionAuditContainer
 

T

tenantId(String) - Method in interface org.activiti.dmn.api.DmnDeploymentBuilder
Gives the deployment the given tenant id.
A C D E F G H I L M N O P Q R S T 
Skip navigation links

Copyright © 2017 Alfresco. All rights reserved.