public class ServiceDeploymentQueryImpl extends org.flowable.common.engine.impl.query.AbstractQuery<ServiceDeploymentQuery,ServiceDeployment> implements ServiceDeploymentQuery, 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 |
|---|
ServiceDeploymentQueryImpl() |
ServiceDeploymentQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
ServiceDeploymentQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor) |
| Modifier and Type | Method and Description |
|---|---|
ServiceDeploymentQueryImpl |
actionDefinitionKey(String key)
Only select deployments with the given action definition key.
|
ServiceDeploymentQueryImpl |
actionDefinitionKeyLike(String keyLike)
Only select deployments with a action definition key like the given string.
|
ServiceDeploymentQueryImpl |
deploymentCategory(String deploymentCategory)
Only select deployments with the given category.
|
ServiceDeploymentQueryImpl |
deploymentCategoryNotEquals(String deploymentCategoryNotEquals)
Only select deployments that have a different category then the given one.
|
ServiceDeploymentQueryImpl |
deploymentId(String deploymentId)
Only select deployments with the given deployment id.
|
ServiceDeploymentQueryImpl |
deploymentIds(List<String> deploymentIds)
Only select deployments with the given deployment ids.
|
ServiceDeploymentQueryImpl |
deploymentKey(String deploymentKey)
Only select deployments with the given key.
|
ServiceDeploymentQueryImpl |
deploymentName(String deploymentName)
Only select deployments with the given name.
|
ServiceDeploymentQueryImpl |
deploymentNameLike(String nameLike)
Only select deployments with a name like the given string.
|
ServiceDeploymentQueryImpl |
deploymentTenantId(String tenantId)
Only select deployment that have the given tenant id.
|
ServiceDeploymentQueryImpl |
deploymentTenantIdLike(String tenantIdLike)
Only select deployments with a tenant id like the given one.
|
ServiceDeploymentQueryImpl |
deploymentWithoutTenantId()
Only select deployments that do not have a tenant id.
|
long |
executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
List<ServiceDeployment> |
executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
String |
getCategory() |
String |
getCategoryNotEquals() |
String |
getDeploymentId() |
List<String> |
getDeploymentIds() |
String |
getKey() |
String |
getName() |
String |
getNameLike() |
String |
getServiceDefinitionKey() |
String |
getServiceDefinitionKeyLike() |
String |
getTenantId() |
String |
getTenantIdLike() |
boolean |
isWithoutTenantId() |
ServiceDeploymentQueryImpl |
latest()
Only select the latest deployments per deployment key.
|
ServiceDeploymentQuery |
orderByDeploymentId()
Order by deployment id (needs to be followed by
Query.asc() or Query.desc()). |
ServiceDeploymentQuery |
orderByDeploymentName()
Order by deployment name (needs to be followed by
Query.asc() or Query.desc()). |
ServiceDeploymentQuery |
orderByDeploymentTime()
Order by deployment time (needs to be followed by
Query.asc() or Query.desc()). |
ServiceDeploymentQuery |
orderByTenantId()
Order by tenant id (needs to be followed by
Query.asc() or Query.desc()). |
ServiceDeploymentQueryImpl |
parentDeploymentId(String parentDeploymentId)
Only select deployment that have the given deployment parent id.
|
ServiceDeploymentQueryImpl |
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 ServiceDeploymentQueryImpl()
public ServiceDeploymentQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
public ServiceDeploymentQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
public ServiceDeploymentQueryImpl deploymentId(String deploymentId)
ServiceDeploymentQuerydeploymentId in interface ServiceDeploymentQuerypublic ServiceDeploymentQueryImpl deploymentIds(List<String> deploymentIds)
ServiceDeploymentQuerydeploymentIds in interface ServiceDeploymentQuerypublic ServiceDeploymentQueryImpl deploymentName(String deploymentName)
ServiceDeploymentQuerydeploymentName in interface ServiceDeploymentQuerypublic ServiceDeploymentQueryImpl deploymentNameLike(String nameLike)
ServiceDeploymentQuerydeploymentNameLike in interface ServiceDeploymentQuerypublic ServiceDeploymentQueryImpl deploymentKey(String deploymentKey)
ServiceDeploymentQuerydeploymentKey in interface ServiceDeploymentQuerypublic ServiceDeploymentQueryImpl deploymentCategory(String deploymentCategory)
ServiceDeploymentQuerydeploymentCategory in interface ServiceDeploymentQueryServiceDeploymentBuilder.category(String)public ServiceDeploymentQueryImpl deploymentCategoryNotEquals(String deploymentCategoryNotEquals)
ServiceDeploymentQuerydeploymentCategoryNotEquals in interface ServiceDeploymentQueryServiceDeploymentBuilder.category(String)public ServiceDeploymentQueryImpl parentDeploymentId(String parentDeploymentId)
ServiceDeploymentQueryparentDeploymentId in interface ServiceDeploymentQuerypublic ServiceDeploymentQueryImpl parentDeploymentIdLike(String parentDeploymentIdLike)
ServiceDeploymentQueryparentDeploymentIdLike in interface ServiceDeploymentQuerypublic ServiceDeploymentQueryImpl deploymentWithoutTenantId()
ServiceDeploymentQuerydeploymentWithoutTenantId in interface ServiceDeploymentQuerypublic ServiceDeploymentQueryImpl deploymentTenantId(String tenantId)
ServiceDeploymentQuerydeploymentTenantId in interface ServiceDeploymentQuerypublic ServiceDeploymentQueryImpl deploymentTenantIdLike(String tenantIdLike)
ServiceDeploymentQuerydeploymentTenantIdLike in interface ServiceDeploymentQuerypublic ServiceDeploymentQueryImpl actionDefinitionKey(String key)
ServiceDeploymentQueryactionDefinitionKey in interface ServiceDeploymentQuerypublic ServiceDeploymentQueryImpl actionDefinitionKeyLike(String keyLike)
ServiceDeploymentQueryactionDefinitionKeyLike in interface ServiceDeploymentQuerypublic ServiceDeploymentQueryImpl latest()
ServiceDeploymentQuerylatest in interface ServiceDeploymentQuerypublic ServiceDeploymentQuery orderByDeploymentId()
ServiceDeploymentQueryQuery.asc() or Query.desc()).orderByDeploymentId in interface ServiceDeploymentQuerypublic ServiceDeploymentQuery orderByDeploymentTime()
ServiceDeploymentQueryQuery.asc() or Query.desc()).orderByDeploymentTime in interface ServiceDeploymentQuerypublic ServiceDeploymentQuery orderByDeploymentName()
ServiceDeploymentQueryQuery.asc() or Query.desc()).orderByDeploymentName in interface ServiceDeploymentQuerypublic ServiceDeploymentQuery orderByTenantId()
ServiceDeploymentQueryQuery.asc() or Query.desc()).orderByTenantId in interface ServiceDeploymentQuerypublic long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
executeCount in class org.flowable.common.engine.impl.query.AbstractQuery<ServiceDeploymentQuery,ServiceDeployment>public List<ServiceDeployment> executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
executeList in class org.flowable.common.engine.impl.query.AbstractQuery<ServiceDeploymentQuery,ServiceDeployment>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 getServiceDefinitionKey()
public String getServiceDefinitionKeyLike()
Copyright © 2019. All rights reserved.