public class TemplateDeploymentQueryImpl extends org.flowable.common.engine.impl.query.AbstractQuery<TemplateDeploymentQuery,TemplateDeployment> implements TemplateDeploymentQuery, 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 |
|---|
TemplateDeploymentQueryImpl() |
TemplateDeploymentQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
TemplateDeploymentQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor) |
| Modifier and Type | Method and Description |
|---|---|
TemplateDeploymentQueryImpl |
actionDefinitionKey(String key)
Only select deployments with the given action definition key.
|
TemplateDeploymentQueryImpl |
actionDefinitionKeyLike(String keyLike)
Only select deployments with a action definition key like the given string.
|
TemplateDeploymentQueryImpl |
deploymentCategory(String deploymentCategory)
Only select deployments with the given category.
|
TemplateDeploymentQueryImpl |
deploymentCategoryNotEquals(String deploymentCategoryNotEquals)
Only select deployments that have a different category then the given one.
|
TemplateDeploymentQueryImpl |
deploymentId(String deploymentId)
Only select deployments with the given deployment id.
|
TemplateDeploymentQueryImpl |
deploymentIds(List<String> deploymentIds)
Only select deployments with the given deployment ids.
|
TemplateDeploymentQueryImpl |
deploymentKey(String deploymentKey)
Only select deployments with the given key.
|
TemplateDeploymentQueryImpl |
deploymentName(String deploymentName)
Only select deployments with the given name.
|
TemplateDeploymentQueryImpl |
deploymentNameLike(String nameLike)
Only select deployments with a name like the given string.
|
TemplateDeploymentQueryImpl |
deploymentTenantId(String tenantId)
Only select deployment that have the given tenant id.
|
TemplateDeploymentQueryImpl |
deploymentTenantIdLike(String tenantIdLike)
Only select deployments with a tenant id like the given one.
|
TemplateDeploymentQueryImpl |
deploymentWithoutTenantId()
Only select deployments that do not have a tenant id.
|
long |
executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
List<TemplateDeployment> |
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() |
TemplateDeploymentQueryImpl |
latest()
Only select the latest deployments per deployment key.
|
TemplateDeploymentQuery |
orderByDeploymentId()
Order by deployment id (needs to be followed by
Query.asc() or Query.desc()). |
TemplateDeploymentQuery |
orderByDeploymentName()
Order by deployment name (needs to be followed by
Query.asc() or Query.desc()). |
TemplateDeploymentQuery |
orderByDeploymentTime()
Order by deployment time (needs to be followed by
Query.asc() or Query.desc()). |
TemplateDeploymentQuery |
orderByTenantId()
Order by tenant id (needs to be followed by
Query.asc() or Query.desc()). |
TemplateDeploymentQueryImpl |
parentDeploymentId(String parentDeploymentId)
Only select deployment that have the given deployment parent id.
|
TemplateDeploymentQueryImpl |
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 TemplateDeploymentQueryImpl()
public TemplateDeploymentQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
public TemplateDeploymentQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
public TemplateDeploymentQueryImpl deploymentId(String deploymentId)
TemplateDeploymentQuerydeploymentId in interface TemplateDeploymentQuerypublic TemplateDeploymentQueryImpl deploymentIds(List<String> deploymentIds)
TemplateDeploymentQuerydeploymentIds in interface TemplateDeploymentQuerypublic TemplateDeploymentQueryImpl deploymentName(String deploymentName)
TemplateDeploymentQuerydeploymentName in interface TemplateDeploymentQuerypublic TemplateDeploymentQueryImpl deploymentNameLike(String nameLike)
TemplateDeploymentQuerydeploymentNameLike in interface TemplateDeploymentQuerypublic TemplateDeploymentQueryImpl deploymentKey(String deploymentKey)
TemplateDeploymentQuerydeploymentKey in interface TemplateDeploymentQuerypublic TemplateDeploymentQueryImpl deploymentCategory(String deploymentCategory)
TemplateDeploymentQuerydeploymentCategory in interface TemplateDeploymentQueryTemplateDeploymentBuilder.category(String)public TemplateDeploymentQueryImpl deploymentCategoryNotEquals(String deploymentCategoryNotEquals)
TemplateDeploymentQuerydeploymentCategoryNotEquals in interface TemplateDeploymentQueryTemplateDeploymentBuilder.category(String)public TemplateDeploymentQueryImpl parentDeploymentId(String parentDeploymentId)
TemplateDeploymentQueryparentDeploymentId in interface TemplateDeploymentQuerypublic TemplateDeploymentQueryImpl parentDeploymentIdLike(String parentDeploymentIdLike)
TemplateDeploymentQueryparentDeploymentIdLike in interface TemplateDeploymentQuerypublic TemplateDeploymentQueryImpl deploymentWithoutTenantId()
TemplateDeploymentQuerydeploymentWithoutTenantId in interface TemplateDeploymentQuerypublic TemplateDeploymentQueryImpl deploymentTenantId(String tenantId)
TemplateDeploymentQuerydeploymentTenantId in interface TemplateDeploymentQuerypublic TemplateDeploymentQueryImpl deploymentTenantIdLike(String tenantIdLike)
TemplateDeploymentQuerydeploymentTenantIdLike in interface TemplateDeploymentQuerypublic TemplateDeploymentQueryImpl actionDefinitionKey(String key)
TemplateDeploymentQueryactionDefinitionKey in interface TemplateDeploymentQuerypublic TemplateDeploymentQueryImpl actionDefinitionKeyLike(String keyLike)
TemplateDeploymentQueryactionDefinitionKeyLike in interface TemplateDeploymentQuerypublic TemplateDeploymentQueryImpl latest()
TemplateDeploymentQuerylatest in interface TemplateDeploymentQuerypublic TemplateDeploymentQuery orderByDeploymentId()
TemplateDeploymentQueryQuery.asc() or Query.desc()).orderByDeploymentId in interface TemplateDeploymentQuerypublic TemplateDeploymentQuery orderByDeploymentTime()
TemplateDeploymentQueryQuery.asc() or Query.desc()).orderByDeploymentTime in interface TemplateDeploymentQuerypublic TemplateDeploymentQuery orderByDeploymentName()
TemplateDeploymentQueryQuery.asc() or Query.desc()).orderByDeploymentName in interface TemplateDeploymentQuerypublic TemplateDeploymentQuery orderByTenantId()
TemplateDeploymentQueryQuery.asc() or Query.desc()).orderByTenantId in interface TemplateDeploymentQuerypublic long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
executeCount in class org.flowable.common.engine.impl.query.AbstractQuery<TemplateDeploymentQuery,TemplateDeployment>public List<TemplateDeployment> executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
executeList in class org.flowable.common.engine.impl.query.AbstractQuery<TemplateDeploymentQuery,TemplateDeployment>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.