public class ActionDeploymentQueryImpl extends org.flowable.common.engine.impl.query.AbstractQuery<ActionDeploymentQuery,ActionDeployment> implements ActionDeploymentQuery, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
actionDefinitionKey |
protected String |
actionDefinitionKeyLike |
protected String |
category |
protected String |
categoryNotEquals |
protected String |
deploymentId |
protected List<String> |
deploymentIds |
protected String |
key |
protected boolean |
latest |
protected String |
name |
protected String |
nameLike |
protected String |
parentDeploymentId |
protected String |
parentDeploymentIdLike |
protected String |
tenantId |
protected String |
tenantIdLike |
protected boolean |
withoutTenantId |
| Constructor and Description |
|---|
ActionDeploymentQueryImpl() |
ActionDeploymentQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
ActionDeploymentQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor) |
| Modifier and Type | Method and Description |
|---|---|
ActionDeploymentQueryImpl |
actionDefinitionKey(String key)
Only select deployments with the given action definition key.
|
ActionDeploymentQueryImpl |
actionDefinitionKeyLike(String keyLike)
Only select deployments with a action definition key like the given string.
|
ActionDeploymentQueryImpl |
deploymentCategory(String deploymentCategory)
Only select deployments with the given category.
|
ActionDeploymentQueryImpl |
deploymentCategoryNotEquals(String deploymentCategoryNotEquals)
Only select deployments that have a different category then the given one.
|
ActionDeploymentQueryImpl |
deploymentId(String deploymentId)
Only select deployments with the given deployment id.
|
ActionDeploymentQueryImpl |
deploymentIds(List<String> deploymentIds)
Only select deployments with the given deployment ids.
|
ActionDeploymentQueryImpl |
deploymentKey(String deploymentKey)
Only select deployments with the given key.
|
ActionDeploymentQueryImpl |
deploymentName(String deploymentName)
Only select deployments with the given name.
|
ActionDeploymentQueryImpl |
deploymentNameLike(String nameLike)
Only select deployments with a name like the given string.
|
ActionDeploymentQueryImpl |
deploymentTenantId(String tenantId)
Only select deployment that have the given tenant id.
|
ActionDeploymentQueryImpl |
deploymentTenantIdLike(String tenantIdLike)
Only select deployments with a tenant id like the given one.
|
ActionDeploymentQueryImpl |
deploymentWithoutTenantId()
Only select deployments that do not have a tenant id.
|
long |
executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
List<ActionDeployment> |
executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
String |
getActionDefinitionKey() |
String |
getActionDefinitionKeyLike() |
String |
getCategory() |
String |
getCategoryNotEquals() |
String |
getDeploymentId() |
List<String> |
getDeploymentIds() |
String |
getKey() |
String |
getName() |
String |
getNameLike() |
String |
getTenantId() |
String |
getTenantIdLike() |
boolean |
isWithoutTenantId() |
ActionDeploymentQueryImpl |
latest()
Only select the latest deployments per deployment key.
|
ActionDeploymentQuery |
orderByDeploymentId()
Order by deployment id (needs to be followed by
Query.asc() or Query.desc()). |
ActionDeploymentQuery |
orderByDeploymentName()
Order by deployment name (needs to be followed by
Query.asc() or Query.desc()). |
ActionDeploymentQuery |
orderByDeploymentTime()
Order by deployment time (needs to be followed by
Query.asc() or Query.desc()). |
ActionDeploymentQuery |
orderByTenantId()
Order by tenant id (needs to be followed by
Query.asc() or Query.desc()). |
ActionDeploymentQueryImpl |
parentDeploymentId(String parentDeploymentId)
Only select deployment that have the given deployment parent id.
|
ActionDeploymentQueryImpl |
parentDeploymentIdLike(String parentDeploymentIdLike)
Only select deployments with a deployment parent id like the given one.
|
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, list, listPage, orderBy, orderBy, setCommandExecutor, singleResultaddOrder, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByColumnMap, getOrderByColumns, getParameter, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setOrderByColumns, setParameterprotected String deploymentId
protected String name
protected String nameLike
protected String key
protected String category
protected String categoryNotEquals
protected String tenantId
protected String tenantIdLike
protected boolean withoutTenantId
protected String parentDeploymentId
protected String parentDeploymentIdLike
protected String actionDefinitionKey
protected String actionDefinitionKeyLike
protected boolean latest
public ActionDeploymentQueryImpl()
public ActionDeploymentQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
public ActionDeploymentQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
public ActionDeploymentQueryImpl deploymentId(String deploymentId)
ActionDeploymentQuerydeploymentId in interface ActionDeploymentQuerypublic ActionDeploymentQueryImpl deploymentIds(List<String> deploymentIds)
ActionDeploymentQuerydeploymentIds in interface ActionDeploymentQuerypublic ActionDeploymentQueryImpl deploymentName(String deploymentName)
ActionDeploymentQuerydeploymentName in interface ActionDeploymentQuerypublic ActionDeploymentQueryImpl deploymentNameLike(String nameLike)
ActionDeploymentQuerydeploymentNameLike in interface ActionDeploymentQuerypublic ActionDeploymentQueryImpl deploymentKey(String deploymentKey)
ActionDeploymentQuerydeploymentKey in interface ActionDeploymentQuerypublic ActionDeploymentQueryImpl deploymentCategory(String deploymentCategory)
ActionDeploymentQuerydeploymentCategory in interface ActionDeploymentQueryActionDeploymentBuilder.category(String)public ActionDeploymentQueryImpl deploymentCategoryNotEquals(String deploymentCategoryNotEquals)
ActionDeploymentQuerydeploymentCategoryNotEquals in interface ActionDeploymentQueryActionDeploymentBuilder.category(String)public ActionDeploymentQueryImpl parentDeploymentId(String parentDeploymentId)
ActionDeploymentQueryparentDeploymentId in interface ActionDeploymentQuerypublic ActionDeploymentQueryImpl parentDeploymentIdLike(String parentDeploymentIdLike)
ActionDeploymentQueryparentDeploymentIdLike in interface ActionDeploymentQuerypublic ActionDeploymentQueryImpl deploymentWithoutTenantId()
ActionDeploymentQuerydeploymentWithoutTenantId in interface ActionDeploymentQuerypublic ActionDeploymentQueryImpl deploymentTenantId(String tenantId)
ActionDeploymentQuerydeploymentTenantId in interface ActionDeploymentQuerypublic ActionDeploymentQueryImpl deploymentTenantIdLike(String tenantIdLike)
ActionDeploymentQuerydeploymentTenantIdLike in interface ActionDeploymentQuerypublic ActionDeploymentQueryImpl actionDefinitionKey(String key)
ActionDeploymentQueryactionDefinitionKey in interface ActionDeploymentQuerypublic ActionDeploymentQueryImpl actionDefinitionKeyLike(String keyLike)
ActionDeploymentQueryactionDefinitionKeyLike in interface ActionDeploymentQuerypublic ActionDeploymentQueryImpl latest()
ActionDeploymentQuerylatest in interface ActionDeploymentQuerypublic ActionDeploymentQuery orderByDeploymentId()
ActionDeploymentQueryQuery.asc() or Query.desc()).orderByDeploymentId in interface ActionDeploymentQuerypublic ActionDeploymentQuery orderByDeploymentTime()
ActionDeploymentQueryQuery.asc() or Query.desc()).orderByDeploymentTime in interface ActionDeploymentQuerypublic ActionDeploymentQuery orderByDeploymentName()
ActionDeploymentQueryQuery.asc() or Query.desc()).orderByDeploymentName in interface ActionDeploymentQuerypublic ActionDeploymentQuery orderByTenantId()
ActionDeploymentQueryQuery.asc() or Query.desc()).orderByTenantId in interface ActionDeploymentQuerypublic long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
executeCount in class org.flowable.common.engine.impl.query.AbstractQuery<ActionDeploymentQuery,ActionDeployment>public List<ActionDeployment> executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
executeList in class org.flowable.common.engine.impl.query.AbstractQuery<ActionDeploymentQuery,ActionDeployment>public String getDeploymentId()
public String getName()
public String getNameLike()
public String getKey()
public String getCategory()
public String getCategoryNotEquals()
public String getTenantId()
public String getTenantIdLike()
public boolean isWithoutTenantId()
public String getActionDefinitionKey()
public String getActionDefinitionKeyLike()
Copyright © 2019. All rights reserved.