Class ServiceDeploymentQueryImpl
- java.lang.Object
-
- org.flowable.common.engine.impl.db.ListQueryParameterObject
-
- org.flowable.common.engine.impl.query.AbstractQuery<ServiceDeploymentQuery,ServiceDeployment>
-
- com.flowable.serviceregistry.engine.impl.repository.ServiceDeploymentQueryImpl
-
- All Implemented Interfaces:
ServiceDeploymentQuery,java.io.Serializable,org.flowable.common.engine.api.query.Query<ServiceDeploymentQuery,ServiceDeployment>,org.flowable.common.engine.impl.interceptor.Command<java.lang.Object>
public class ServiceDeploymentQueryImpl extends org.flowable.common.engine.impl.query.AbstractQuery<ServiceDeploymentQuery,ServiceDeployment> implements ServiceDeploymentQuery, java.io.Serializable
- Author:
- Tijs Rademakers, Joram Barrez
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringactionDefinitionKeyprotected java.lang.StringactionDefinitionKeyLikeprotected java.lang.Stringcategoryprotected java.lang.StringcategoryNotEqualsprotected java.lang.StringdeploymentIdprotected java.util.List<java.lang.String>deploymentIdsprotected java.lang.Stringkeyprotected booleanlatestprotected java.lang.Stringnameprotected java.lang.StringnameLikeprotected java.lang.StringparentDeploymentIdprotected java.lang.StringparentDeploymentIdLikeprotected java.lang.StringtenantIdprotected java.lang.StringtenantIdLikeprotected booleanwithoutTenantId
-
Constructor Summary
Constructors Constructor Description ServiceDeploymentQueryImpl()ServiceDeploymentQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)ServiceDeploymentQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceDeploymentQueryImplactionDefinitionKey(java.lang.String key)Only select deployments with the given action definition key.ServiceDeploymentQueryImplactionDefinitionKeyLike(java.lang.String keyLike)Only select deployments with a action definition key like the given string.ServiceDeploymentQueryImpldeploymentCategory(java.lang.String deploymentCategory)Only select deployments with the given category.ServiceDeploymentQueryImpldeploymentCategoryNotEquals(java.lang.String deploymentCategoryNotEquals)Only select deployments that have a different category then the given one.ServiceDeploymentQueryImpldeploymentId(java.lang.String deploymentId)Only select deployments with the given deployment id.ServiceDeploymentQueryImpldeploymentIds(java.util.List<java.lang.String> deploymentIds)Only select deployments with the given deployment ids.ServiceDeploymentQueryImpldeploymentKey(java.lang.String deploymentKey)Only select deployments with the given key.ServiceDeploymentQueryImpldeploymentName(java.lang.String deploymentName)Only select deployments with the given name.ServiceDeploymentQueryImpldeploymentNameLike(java.lang.String nameLike)Only select deployments with a name like the given string.ServiceDeploymentQueryImpldeploymentTenantId(java.lang.String tenantId)Only select deployment that have the given tenant id.ServiceDeploymentQueryImpldeploymentTenantIdLike(java.lang.String tenantIdLike)Only select deployments with a tenant id like the given one.ServiceDeploymentQueryImpldeploymentWithoutTenantId()Only select deployments that do not have a tenant id.longexecuteCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)java.util.List<ServiceDeployment>executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)java.lang.StringgetCategory()java.lang.StringgetCategoryNotEquals()java.lang.StringgetDeploymentId()java.util.List<java.lang.String>getDeploymentIds()java.lang.StringgetKey()java.lang.StringgetName()java.lang.StringgetNameLike()java.lang.StringgetServiceDefinitionKey()java.lang.StringgetServiceDefinitionKeyLike()java.lang.StringgetTenantId()java.lang.StringgetTenantIdLike()booleanisWithoutTenantId()ServiceDeploymentQueryImpllatest()Only select the latest deployments per deployment key.ServiceDeploymentQueryorderByDeploymentId()Order by deployment id (needs to be followed byQuery.asc()orQuery.desc()).ServiceDeploymentQueryorderByDeploymentName()Order by deployment name (needs to be followed byQuery.asc()orQuery.desc()).ServiceDeploymentQueryorderByDeploymentTime()Order by deployment time (needs to be followed byQuery.asc()orQuery.desc()).ServiceDeploymentQueryorderByTenantId()Order by tenant id (needs to be followed byQuery.asc()orQuery.desc()).ServiceDeploymentQueryImplparentDeploymentId(java.lang.String parentDeploymentId)Only select deployment that have the given deployment parent id.ServiceDeploymentQueryImplparentDeploymentIdLike(java.lang.String parentDeploymentIdLike)Only select deployments with a deployment parent id like the given one.-
Methods inherited from class org.flowable.common.engine.impl.query.AbstractQuery
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, list, listPage, orderBy, orderBy, setCommandExecutor, singleResult
-
Methods inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
addOrder, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByColumnMap, getOrderByColumns, getParameter, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setOrderByColumns, setParameter
-
-
-
-
Field Detail
-
deploymentId
protected java.lang.String deploymentId
-
deploymentIds
protected java.util.List<java.lang.String> deploymentIds
-
name
protected java.lang.String name
-
nameLike
protected java.lang.String nameLike
-
key
protected java.lang.String key
-
category
protected java.lang.String category
-
categoryNotEquals
protected java.lang.String categoryNotEquals
-
tenantId
protected java.lang.String tenantId
-
tenantIdLike
protected java.lang.String tenantIdLike
-
withoutTenantId
protected boolean withoutTenantId
-
parentDeploymentId
protected java.lang.String parentDeploymentId
-
parentDeploymentIdLike
protected java.lang.String parentDeploymentIdLike
-
actionDefinitionKey
protected java.lang.String actionDefinitionKey
-
actionDefinitionKeyLike
protected java.lang.String actionDefinitionKeyLike
-
latest
protected boolean latest
-
-
Constructor Detail
-
ServiceDeploymentQueryImpl
public ServiceDeploymentQueryImpl()
-
ServiceDeploymentQueryImpl
public ServiceDeploymentQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
ServiceDeploymentQueryImpl
public ServiceDeploymentQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
-
-
Method Detail
-
deploymentId
public ServiceDeploymentQueryImpl deploymentId(java.lang.String deploymentId)
Description copied from interface:ServiceDeploymentQueryOnly select deployments with the given deployment id.- Specified by:
deploymentIdin interfaceServiceDeploymentQuery
-
deploymentIds
public ServiceDeploymentQueryImpl deploymentIds(java.util.List<java.lang.String> deploymentIds)
Description copied from interface:ServiceDeploymentQueryOnly select deployments with the given deployment ids.- Specified by:
deploymentIdsin interfaceServiceDeploymentQuery
-
deploymentName
public ServiceDeploymentQueryImpl deploymentName(java.lang.String deploymentName)
Description copied from interface:ServiceDeploymentQueryOnly select deployments with the given name.- Specified by:
deploymentNamein interfaceServiceDeploymentQuery
-
deploymentNameLike
public ServiceDeploymentQueryImpl deploymentNameLike(java.lang.String nameLike)
Description copied from interface:ServiceDeploymentQueryOnly select deployments with a name like the given string.- Specified by:
deploymentNameLikein interfaceServiceDeploymentQuery
-
deploymentKey
public ServiceDeploymentQueryImpl deploymentKey(java.lang.String deploymentKey)
Description copied from interface:ServiceDeploymentQueryOnly select deployments with the given key.- Specified by:
deploymentKeyin interfaceServiceDeploymentQuery
-
deploymentCategory
public ServiceDeploymentQueryImpl deploymentCategory(java.lang.String deploymentCategory)
Description copied from interface:ServiceDeploymentQueryOnly select deployments with the given category.- Specified by:
deploymentCategoryin interfaceServiceDeploymentQuery- See Also:
ServiceDeploymentBuilder.category(String)
-
deploymentCategoryNotEquals
public ServiceDeploymentQueryImpl deploymentCategoryNotEquals(java.lang.String deploymentCategoryNotEquals)
Description copied from interface:ServiceDeploymentQueryOnly select deployments that have a different category then the given one.- Specified by:
deploymentCategoryNotEqualsin interfaceServiceDeploymentQuery- See Also:
ServiceDeploymentBuilder.category(String)
-
parentDeploymentId
public ServiceDeploymentQueryImpl parentDeploymentId(java.lang.String parentDeploymentId)
Description copied from interface:ServiceDeploymentQueryOnly select deployment that have the given deployment parent id.- Specified by:
parentDeploymentIdin interfaceServiceDeploymentQuery
-
parentDeploymentIdLike
public ServiceDeploymentQueryImpl parentDeploymentIdLike(java.lang.String parentDeploymentIdLike)
Description copied from interface:ServiceDeploymentQueryOnly select deployments with a deployment parent id like the given one.- Specified by:
parentDeploymentIdLikein interfaceServiceDeploymentQuery
-
deploymentWithoutTenantId
public ServiceDeploymentQueryImpl deploymentWithoutTenantId()
Description copied from interface:ServiceDeploymentQueryOnly select deployments that do not have a tenant id.- Specified by:
deploymentWithoutTenantIdin interfaceServiceDeploymentQuery
-
deploymentTenantId
public ServiceDeploymentQueryImpl deploymentTenantId(java.lang.String tenantId)
Description copied from interface:ServiceDeploymentQueryOnly select deployment that have the given tenant id.- Specified by:
deploymentTenantIdin interfaceServiceDeploymentQuery
-
deploymentTenantIdLike
public ServiceDeploymentQueryImpl deploymentTenantIdLike(java.lang.String tenantIdLike)
Description copied from interface:ServiceDeploymentQueryOnly select deployments with a tenant id like the given one.- Specified by:
deploymentTenantIdLikein interfaceServiceDeploymentQuery
-
actionDefinitionKey
public ServiceDeploymentQueryImpl actionDefinitionKey(java.lang.String key)
Description copied from interface:ServiceDeploymentQueryOnly select deployments with the given action definition key.- Specified by:
actionDefinitionKeyin interfaceServiceDeploymentQuery
-
actionDefinitionKeyLike
public ServiceDeploymentQueryImpl actionDefinitionKeyLike(java.lang.String keyLike)
Description copied from interface:ServiceDeploymentQueryOnly select deployments with a action definition key like the given string.- Specified by:
actionDefinitionKeyLikein interfaceServiceDeploymentQuery
-
latest
public ServiceDeploymentQueryImpl latest()
Description copied from interface:ServiceDeploymentQueryOnly select the latest deployments per deployment key.- Specified by:
latestin interfaceServiceDeploymentQuery
-
orderByDeploymentId
public ServiceDeploymentQuery orderByDeploymentId()
Description copied from interface:ServiceDeploymentQueryOrder by deployment id (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByDeploymentIdin interfaceServiceDeploymentQuery
-
orderByDeploymentTime
public ServiceDeploymentQuery orderByDeploymentTime()
Description copied from interface:ServiceDeploymentQueryOrder by deployment time (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByDeploymentTimein interfaceServiceDeploymentQuery
-
orderByDeploymentName
public ServiceDeploymentQuery orderByDeploymentName()
Description copied from interface:ServiceDeploymentQueryOrder by deployment name (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByDeploymentNamein interfaceServiceDeploymentQuery
-
orderByTenantId
public ServiceDeploymentQuery orderByTenantId()
Description copied from interface:ServiceDeploymentQueryOrder by tenant id (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByTenantIdin interfaceServiceDeploymentQuery
-
executeCount
public long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
- Specified by:
executeCountin classorg.flowable.common.engine.impl.query.AbstractQuery<ServiceDeploymentQuery,ServiceDeployment>
-
executeList
public java.util.List<ServiceDeployment> executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
- Specified by:
executeListin classorg.flowable.common.engine.impl.query.AbstractQuery<ServiceDeploymentQuery,ServiceDeployment>
-
getDeploymentId
public java.lang.String getDeploymentId()
-
getDeploymentIds
public java.util.List<java.lang.String> getDeploymentIds()
-
getName
public java.lang.String getName()
-
getNameLike
public java.lang.String getNameLike()
-
getKey
public java.lang.String getKey()
-
getCategory
public java.lang.String getCategory()
-
getCategoryNotEquals
public java.lang.String getCategoryNotEquals()
-
getTenantId
public java.lang.String getTenantId()
-
getTenantIdLike
public java.lang.String getTenantIdLike()
-
isWithoutTenantId
public boolean isWithoutTenantId()
-
getServiceDefinitionKey
public java.lang.String getServiceDefinitionKey()
-
getServiceDefinitionKeyLike
public java.lang.String getServiceDefinitionKeyLike()
-
-