public class DecisionQueryImpl extends AbstractQuery<DmnDecisionQuery,DmnDecision> implements DmnDecisionQuery
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultTypeQuery.NullHandlingOnOrder| Modifier and Type | Field and Description |
|---|---|
protected String |
category |
protected String |
categoryLike |
protected String |
categoryNotEquals |
protected String |
decisionId |
protected String |
decisionType |
protected String |
decisionTypeLike |
protected String |
deploymentId |
protected Set<String> |
deploymentIds |
protected String |
id |
protected Set<String> |
ids |
protected String |
key |
protected String |
keyLike |
protected boolean |
latest |
protected String |
name |
protected String |
nameLike |
protected String |
resourceName |
protected String |
resourceNameLike |
protected String |
tenantId |
protected String |
tenantIdLike |
protected Integer |
version |
protected Integer |
versionGt |
protected Integer |
versionGte |
protected Integer |
versionLt |
protected Integer |
versionLte |
protected boolean |
withoutTenantId |
commandContext, commandExecutordatabaseType, DEFAULT_ORDER_BY, defaultOrderBy, firstResult, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC| Constructor and Description |
|---|
DecisionQueryImpl() |
DecisionQueryImpl(CommandContext commandContext) |
DecisionQueryImpl(CommandExecutor commandExecutor) |
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, list, listPage, orderBy, orderBy, setCommandExecutor, singleResultaddOrder, buildOrderBy, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByCollectionSafe, getOrderByForWindow, getOuterJoinOrderBy, getParameter, hasOrderBy, hasOrderByForColumn, isNeedsPaging, mapOrderByToSql, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setParameterprotected String id
protected String category
protected String categoryLike
protected String categoryNotEquals
protected String name
protected String nameLike
protected String deploymentId
protected String key
protected String keyLike
protected String resourceName
protected String resourceNameLike
protected Integer version
protected Integer versionGt
protected Integer versionGte
protected Integer versionLt
protected Integer versionLte
protected boolean latest
protected String decisionId
protected String tenantId
protected String tenantIdLike
protected boolean withoutTenantId
protected String decisionType
protected String decisionTypeLike
public DecisionQueryImpl()
public DecisionQueryImpl(CommandContext commandContext)
public DecisionQueryImpl(CommandExecutor commandExecutor)
public DecisionQueryImpl decisionId(String decisionId)
decisionId in interface DmnDecisionQuerypublic DmnDecisionQuery decisionIds(Set<String> decisionIds)
decisionIds in interface DmnDecisionQuerypublic DecisionQueryImpl decisionCategory(String category)
decisionCategory in interface DmnDecisionQuerypublic DecisionQueryImpl decisionCategoryLike(String categoryLike)
decisionCategoryLike in interface DmnDecisionQuerypublic DecisionQueryImpl decisionCategoryNotEquals(String categoryNotEquals)
decisionCategoryNotEquals in interface DmnDecisionQuerypublic DecisionQueryImpl decisionName(String name)
decisionName in interface DmnDecisionQuerypublic DecisionQueryImpl decisionNameLike(String nameLike)
decisionNameLike in interface DmnDecisionQuerypublic DecisionQueryImpl deploymentId(String deploymentId)
deploymentId in interface DmnDecisionQuerypublic DecisionQueryImpl deploymentIds(Set<String> deploymentIds)
deploymentIds in interface DmnDecisionQuerypublic DecisionQueryImpl decisionKey(String key)
decisionKey in interface DmnDecisionQuerypublic DecisionQueryImpl decisionKeyLike(String keyLike)
decisionKeyLike in interface DmnDecisionQuerypublic DecisionQueryImpl decisionResourceName(String resourceName)
decisionResourceName in interface DmnDecisionQuerypublic DecisionQueryImpl decisionResourceNameLike(String resourceNameLike)
decisionResourceNameLike in interface DmnDecisionQuerypublic DecisionQueryImpl decisionVersion(Integer version)
decisionVersion in interface DmnDecisionQuerypublic DmnDecisionQuery decisionVersionGreaterThan(Integer decisionVersion)
decisionVersionGreaterThan in interface DmnDecisionQuerypublic DmnDecisionQuery decisionVersionGreaterThanOrEquals(Integer decisionVersion)
decisionVersionGreaterThanOrEquals in interface DmnDecisionQuerypublic DmnDecisionQuery decisionVersionLowerThan(Integer decisionVersion)
decisionVersionLowerThan in interface DmnDecisionQuerypublic DmnDecisionQuery decisionVersionLowerThanOrEquals(Integer decisionVersion)
decisionVersionLowerThanOrEquals in interface DmnDecisionQueryprotected void checkVersion(Integer version)
public DecisionQueryImpl latestVersion()
latestVersion in interface DmnDecisionQuerypublic DmnDecisionQuery decisionTenantId(String tenantId)
decisionTenantId in interface DmnDecisionQuerypublic DmnDecisionQuery decisionTenantIdLike(String tenantIdLike)
decisionTenantIdLike in interface DmnDecisionQuerypublic DmnDecisionQuery decisionWithoutTenantId()
decisionWithoutTenantId in interface DmnDecisionQuerypublic DmnDecisionQuery decisionType(String decisionType)
decisionType in interface DmnDecisionQuerypublic DmnDecisionQuery decisionTypeLike(String decisionTypeLike)
decisionTypeLike in interface DmnDecisionQuerypublic DmnDecisionQuery orderByDeploymentId()
orderByDeploymentId in interface DmnDecisionQuerypublic DmnDecisionQuery orderByDecisionKey()
orderByDecisionKey in interface DmnDecisionQuerypublic DmnDecisionQuery orderByDecisionCategory()
orderByDecisionCategory in interface DmnDecisionQuerypublic DmnDecisionQuery orderByDecisionId()
orderByDecisionId in interface DmnDecisionQuerypublic DmnDecisionQuery orderByDecisionVersion()
orderByDecisionVersion in interface DmnDecisionQuerypublic DmnDecisionQuery orderByDecisionName()
orderByDecisionName in interface DmnDecisionQuerypublic DmnDecisionQuery orderByTenantId()
orderByTenantId in interface DmnDecisionQuerypublic DmnDecisionQuery orderByDecisionType()
orderByDecisionType in interface DmnDecisionQuerypublic long executeCount(CommandContext commandContext)
executeCount in class AbstractQuery<DmnDecisionQuery,DmnDecision>public List<DmnDecision> executeList(CommandContext commandContext)
executeList in class AbstractQuery<DmnDecisionQuery,DmnDecision>public String getDeploymentId()
public String getId()
public String getDecisionId()
public String getName()
public String getNameLike()
public String getKey()
public String getKeyLike()
public Integer getVersion()
public Integer getVersionGt()
public Integer getVersionGte()
public Integer getVersionLt()
public Integer getVersionLte()
public boolean isLatest()
public String getCategory()
public String getCategoryLike()
public String getResourceName()
public String getResourceNameLike()
public String getCategoryNotEquals()
public String getTenantId()
public String getTenantIdLike()
public boolean isWithoutTenantId()
public String getDecisionType()
public String getDecisionTypeLike()
Copyright © 2021 Flowable. All rights reserved.