DmnDecisionQuery |
DmnRepositoryService.createDecisionQuery() |
|
DmnDecisionQuery |
DmnDecisionQuery.decisionCategory(String decisionCategory) |
Only select decisions with the given category.
|
DmnDecisionQuery |
DmnDecisionQuery.decisionCategoryLike(String decisionCategoryLike) |
Only select decisions where the category matches the given parameter.
|
DmnDecisionQuery |
DmnDecisionQuery.decisionCategoryNotEquals(String categoryNotEquals) |
Only select deployments that have a different category then the given one.
|
DmnDecisionQuery |
DmnDecisionQuery.decisionId(String decisionId) |
Only select decision with the given id.
|
DmnDecisionQuery |
DmnDecisionQuery.decisionIds(Set<String> decisionIds) |
Only select decisions with the given ids.
|
DmnDecisionQuery |
DmnDecisionQuery.decisionKey(String decisionKey) |
Only select decision with the given key.
|
DmnDecisionQuery |
DmnDecisionQuery.decisionKeyLike(String decisionKeyLike) |
Only select decisions where the key matches the given parameter.
|
DmnDecisionQuery |
DmnDecisionQuery.decisionName(String decisionName) |
Only select decisions with the given name.
|
DmnDecisionQuery |
DmnDecisionQuery.decisionNameLike(String decisionNameLike) |
Only select decisions where the name matches the given parameter.
|
DmnDecisionQuery |
DmnDecisionQuery.decisionResourceName(String resourceName) |
Only select decision with the given resource name.
|
DmnDecisionQuery |
DmnDecisionQuery.decisionResourceNameLike(String resourceNameLike) |
Only select decision with a resource name like the given .
|
DmnDecisionQuery |
DmnDecisionQuery.decisionTenantId(String tenantId) |
Only select decisions that have the given tenant id.
|
DmnDecisionQuery |
DmnDecisionQuery.decisionTenantIdLike(String tenantIdLike) |
Only select decisions with a tenant id like the given one.
|
DmnDecisionQuery |
DmnDecisionQuery.decisionType(String decisionType) |
Only select decisions with the given type.
|
DmnDecisionQuery |
DmnDecisionQuery.decisionTypeLike(String decisionType) |
Only select decisions like the given type.
|
DmnDecisionQuery |
DmnDecisionQuery.decisionVersion(Integer decisionVersion) |
Only select decisions with a certain version.
|
DmnDecisionQuery |
DmnDecisionQuery.decisionVersionGreaterThan(Integer decisionVersion) |
Only select decisions which version are greater than a certain version.
|
DmnDecisionQuery |
DmnDecisionQuery.decisionVersionGreaterThanOrEquals(Integer decisionVersion) |
Only select decisions which version are greater than or equals a certain version.
|
DmnDecisionQuery |
DmnDecisionQuery.decisionVersionLowerThan(Integer decisionVersion) |
Only select decisions which version are lower than a certain version.
|
DmnDecisionQuery |
DmnDecisionQuery.decisionVersionLowerThanOrEquals(Integer decisionVersion) |
Only select decisions which version are lower than or equals a certain version.
|
DmnDecisionQuery |
DmnDecisionQuery.decisionWithoutTenantId() |
Only select decisions that do not have a tenant id.
|
DmnDecisionQuery |
DmnDecisionQuery.deploymentId(String deploymentId) |
Only select decisions that are deployed in a deployment with the given deployment id
|
DmnDecisionQuery |
DmnDecisionQuery.deploymentIds(Set<String> deploymentIds) |
Select decisions that are deployed in deployments with the given set of ids
|
DmnDecisionQuery |
DmnDecisionQuery.latestVersion() |
Only select the decisions which are the latest deployed (ie.
|
DmnDecisionQuery |
DmnDecisionQuery.orderByDecisionCategory() |
|
DmnDecisionQuery |
DmnDecisionQuery.orderByDecisionId() |
|
DmnDecisionQuery |
DmnDecisionQuery.orderByDecisionKey() |
|
DmnDecisionQuery |
DmnDecisionQuery.orderByDecisionName() |
|
DmnDecisionQuery |
DmnDecisionQuery.orderByDecisionType() |
|
DmnDecisionQuery |
DmnDecisionQuery.orderByDecisionVersion() |
|
DmnDecisionQuery |
DmnDecisionQuery.orderByDeploymentId() |
|
DmnDecisionQuery |
DmnDecisionQuery.orderByTenantId() |
|
DmnDecisionQuery |
DmnDecisionQuery.parentDeploymentId(String parentDeploymentId) |
Only select decisions that are deployed in a deployment with the given parent deployment id
|