Package org.flowable.eventregistry.impl
Class EventDeploymentQueryImpl
- java.lang.Object
-
- org.flowable.common.engine.impl.db.ListQueryParameterObject
-
- org.flowable.common.engine.impl.query.AbstractQuery<EventDeploymentQuery,EventDeployment>
-
- org.flowable.eventregistry.impl.EventDeploymentQueryImpl
-
- All Implemented Interfaces:
Serializable,org.flowable.common.engine.api.query.Query<EventDeploymentQuery,EventDeployment>,Command<Object>,EventDeploymentQuery
public class EventDeploymentQueryImpl extends AbstractQuery<EventDeploymentQuery,EventDeployment> implements EventDeploymentQuery, Serializable
- Author:
- Tijs Rademakers, Joram Barrez
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultType
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringcategoryprotected StringcategoryNotEqualsprotected StringchannelDefinitionKeyprotected StringchannelDefinitionKeyLikeprotected StringdeploymentIdprotected StringeventDefinitionKeyprotected StringeventDefinitionKeyLikeprotected Stringnameprotected StringnameLikeprotected StringparentDeploymentIdprotected StringparentDeploymentIdLikeprotected StringtenantIdprotected StringtenantIdLikeprotected booleanwithoutTenantId-
Fields inherited from class org.flowable.common.engine.impl.query.AbstractQuery
commandContext, commandExecutor
-
Fields inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
databaseType, DEFAULT_ORDER_BY, defaultOrderBy, firstResult, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC
-
-
Constructor Summary
Constructors Constructor Description EventDeploymentQueryImpl()EventDeploymentQueryImpl(CommandContext commandContext)EventDeploymentQueryImpl(CommandExecutor commandExecutor)
-
Method Summary
-
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, buildOrderBy, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByCollectionSafe, getOrderByForWindow, getOuterJoinOrderBy, getParameter, hasOrderBy, hasOrderByForColumn, isNeedsPaging, mapOrderByToSql, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setParameter
-
-
-
-
Field Detail
-
deploymentId
protected String deploymentId
-
name
protected String name
-
nameLike
protected String nameLike
-
category
protected String category
-
categoryNotEquals
protected String categoryNotEquals
-
tenantId
protected String tenantId
-
tenantIdLike
protected String tenantIdLike
-
withoutTenantId
protected boolean withoutTenantId
-
parentDeploymentId
protected String parentDeploymentId
-
parentDeploymentIdLike
protected String parentDeploymentIdLike
-
eventDefinitionKey
protected String eventDefinitionKey
-
eventDefinitionKeyLike
protected String eventDefinitionKeyLike
-
channelDefinitionKey
protected String channelDefinitionKey
-
channelDefinitionKeyLike
protected String channelDefinitionKeyLike
-
-
Constructor Detail
-
EventDeploymentQueryImpl
public EventDeploymentQueryImpl()
-
EventDeploymentQueryImpl
public EventDeploymentQueryImpl(CommandContext commandContext)
-
EventDeploymentQueryImpl
public EventDeploymentQueryImpl(CommandExecutor commandExecutor)
-
-
Method Detail
-
deploymentId
public EventDeploymentQueryImpl deploymentId(String deploymentId)
- Specified by:
deploymentIdin interfaceEventDeploymentQuery
-
deploymentName
public EventDeploymentQueryImpl deploymentName(String deploymentName)
- Specified by:
deploymentNamein interfaceEventDeploymentQuery
-
deploymentNameLike
public EventDeploymentQueryImpl deploymentNameLike(String nameLike)
- Specified by:
deploymentNameLikein interfaceEventDeploymentQuery
-
deploymentCategory
public EventDeploymentQueryImpl deploymentCategory(String deploymentCategory)
- Specified by:
deploymentCategoryin interfaceEventDeploymentQuery
-
deploymentCategoryNotEquals
public EventDeploymentQueryImpl deploymentCategoryNotEquals(String deploymentCategoryNotEquals)
- Specified by:
deploymentCategoryNotEqualsin interfaceEventDeploymentQuery
-
parentDeploymentId
public EventDeploymentQueryImpl parentDeploymentId(String parentDeploymentId)
- Specified by:
parentDeploymentIdin interfaceEventDeploymentQuery
-
parentDeploymentIdLike
public EventDeploymentQueryImpl parentDeploymentIdLike(String parentDeploymentIdLike)
- Specified by:
parentDeploymentIdLikein interfaceEventDeploymentQuery
-
deploymentWithoutTenantId
public EventDeploymentQueryImpl deploymentWithoutTenantId()
- Specified by:
deploymentWithoutTenantIdin interfaceEventDeploymentQuery
-
deploymentTenantId
public EventDeploymentQueryImpl deploymentTenantId(String tenantId)
- Specified by:
deploymentTenantIdin interfaceEventDeploymentQuery
-
deploymentTenantIdLike
public EventDeploymentQueryImpl deploymentTenantIdLike(String tenantIdLike)
- Specified by:
deploymentTenantIdLikein interfaceEventDeploymentQuery
-
eventDefinitionKey
public EventDeploymentQueryImpl eventDefinitionKey(String key)
- Specified by:
eventDefinitionKeyin interfaceEventDeploymentQuery
-
eventDefinitionKeyLike
public EventDeploymentQueryImpl eventDefinitionKeyLike(String keyLike)
- Specified by:
eventDefinitionKeyLikein interfaceEventDeploymentQuery
-
channelDefinitionKey
public EventDeploymentQueryImpl channelDefinitionKey(String key)
- Specified by:
channelDefinitionKeyin interfaceEventDeploymentQuery
-
channelDefinitionKeyLike
public EventDeploymentQueryImpl channelDefinitionKeyLike(String keyLike)
- Specified by:
channelDefinitionKeyLikein interfaceEventDeploymentQuery
-
orderByDeploymentId
public EventDeploymentQuery orderByDeploymentId()
- Specified by:
orderByDeploymentIdin interfaceEventDeploymentQuery
-
orderByDeploymentTime
public EventDeploymentQuery orderByDeploymentTime()
- Specified by:
orderByDeploymentTimein interfaceEventDeploymentQuery
-
orderByDeploymentName
public EventDeploymentQuery orderByDeploymentName()
- Specified by:
orderByDeploymentNamein interfaceEventDeploymentQuery
-
orderByTenantId
public EventDeploymentQuery orderByTenantId()
- Specified by:
orderByTenantIdin interfaceEventDeploymentQuery
-
executeCount
public long executeCount(CommandContext commandContext)
- Specified by:
executeCountin classAbstractQuery<EventDeploymentQuery,EventDeployment>
-
executeList
public List<EventDeployment> executeList(CommandContext commandContext)
- Specified by:
executeListin classAbstractQuery<EventDeploymentQuery,EventDeployment>
-
getDeploymentId
public String getDeploymentId()
-
getName
public String getName()
-
getNameLike
public String getNameLike()
-
getCategory
public String getCategory()
-
getCategoryNotEquals
public String getCategoryNotEquals()
-
getTenantId
public String getTenantId()
-
getTenantIdLike
public String getTenantIdLike()
-
isWithoutTenantId
public boolean isWithoutTenantId()
-
getEventDefinitionKey
public String getEventDefinitionKey()
-
getEventDefinitionKeyLike
public String getEventDefinitionKeyLike()
-
getParentDeploymentId
public String getParentDeploymentId()
-
getParentDeploymentIdLike
public String getParentDeploymentIdLike()
-
getChannelDefinitionKey
public String getChannelDefinitionKey()
-
getChannelDefinitionKeyLike
public String getChannelDefinitionKeyLike()
-
-