- 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
-
- 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
-
- 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)