public class EventSubscriptionQueryImpl extends AbstractQuery<EventSubscriptionQuery,EventSubscription> implements EventSubscriptionQuery, CacheAwareQuery<EventSubscriptionEntity>
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultTypeQuery.NullHandlingOnOrdercommandContext, commandExecutordatabaseType, DEFAULT_ORDER_BY, defaultOrderBy, firstResult, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC| Constructor and Description |
|---|
EventSubscriptionQueryImpl() |
EventSubscriptionQueryImpl(CommandContext commandContext,
EventSubscriptionServiceConfiguration eventSubscriptionServiceConfiguration) |
EventSubscriptionQueryImpl(CommandExecutor commandExecutor,
EventSubscriptionServiceConfiguration eventSubscriptionServiceConfiguration) |
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, list, listPage, orderBy, orderBy, setCommandExecutor, singleResultaddOrder, buildOrderBy, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByCollectionSafe, getOrderByForWindow, getOuterJoinOrderBy, getParameter, hasOrderBy, hasOrderByForColumn, isNeedsPaging, mapOrderByToSql, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setParameterclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasc, count, desc, list, listPage, orderBy, orderBy, singleResultenhanceCachedValueprotected EventSubscriptionServiceConfiguration eventSubscriptionServiceConfiguration
protected String id
protected String eventType
protected String eventName
protected String executionId
protected String processInstanceId
protected boolean withoutProcessInstanceId
protected String processDefinitionId
protected boolean withoutProcessDefinitionId
protected String activityId
protected String subScopeId
protected String scopeId
protected boolean withoutScopeId
protected String scopeDefinitionId
protected boolean withoutScopeDefinitionId
protected String scopeType
protected Date createdBefore
protected Date createdAfter
protected String tenantId
protected Collection<String> tenantIds
protected boolean withoutTenantId
protected String configuration
protected Collection<String> configurations
protected boolean withoutConfiguration
protected List<EventSubscriptionQueryImpl> orQueryObjects
protected EventSubscriptionQueryImpl currentOrQueryObject
protected boolean inOrStatement
public EventSubscriptionQueryImpl()
public EventSubscriptionQueryImpl(CommandContext commandContext, EventSubscriptionServiceConfiguration eventSubscriptionServiceConfiguration)
public EventSubscriptionQueryImpl(CommandExecutor commandExecutor, EventSubscriptionServiceConfiguration eventSubscriptionServiceConfiguration)
public EventSubscriptionQueryImpl id(String id)
id in interface EventSubscriptionQuerypublic EventSubscriptionQueryImpl eventType(String eventType)
eventType in interface EventSubscriptionQuerypublic EventSubscriptionQueryImpl eventName(String eventName)
eventName in interface EventSubscriptionQuerypublic EventSubscriptionQueryImpl executionId(String executionId)
executionId in interface EventSubscriptionQuerypublic EventSubscriptionQueryImpl processInstanceId(String processInstanceId)
processInstanceId in interface EventSubscriptionQuerypublic EventSubscriptionQueryImpl withoutProcessInstanceId()
withoutProcessInstanceId in interface EventSubscriptionQuerypublic EventSubscriptionQueryImpl processDefinitionId(String processDefinitionId)
processDefinitionId in interface EventSubscriptionQuerypublic EventSubscriptionQueryImpl withoutProcessDefinitionId()
withoutProcessDefinitionId in interface EventSubscriptionQuerypublic EventSubscriptionQueryImpl activityId(String activityId)
activityId in interface EventSubscriptionQuerypublic EventSubscriptionQueryImpl caseInstanceId(String caseInstanceId)
caseInstanceId in interface EventSubscriptionQuerypublic EventSubscriptionQueryImpl planItemInstanceId(String planItemInstanceId)
planItemInstanceId in interface EventSubscriptionQuerypublic EventSubscriptionQueryImpl caseDefinitionId(String caseDefinitionId)
caseDefinitionId in interface EventSubscriptionQuerypublic EventSubscriptionQueryImpl subScopeId(String subScopeId)
subScopeId in interface EventSubscriptionQuerypublic EventSubscriptionQueryImpl scopeId(String scopeId)
scopeId in interface EventSubscriptionQuerypublic EventSubscriptionQueryImpl withoutScopeId()
withoutScopeId in interface EventSubscriptionQuerypublic EventSubscriptionQueryImpl scopeDefinitionId(String scopeDefinitionId)
scopeDefinitionId in interface EventSubscriptionQuerypublic EventSubscriptionQueryImpl withoutScopeDefinitionId()
withoutScopeDefinitionId in interface EventSubscriptionQuerypublic EventSubscriptionQueryImpl scopeType(String scopeType)
scopeType in interface EventSubscriptionQuerypublic EventSubscriptionQueryImpl createdBefore(Date beforeTime)
createdBefore in interface EventSubscriptionQuerypublic EventSubscriptionQueryImpl createdAfter(Date afterTime)
createdAfter in interface EventSubscriptionQuerypublic EventSubscriptionQueryImpl tenantId(String tenantId)
tenantId in interface EventSubscriptionQuerypublic EventSubscriptionQuery tenantIds(Collection<String> tenantIds)
tenantIds in interface EventSubscriptionQuerypublic EventSubscriptionQuery withoutTenantId()
withoutTenantId in interface EventSubscriptionQuerypublic EventSubscriptionQueryImpl configuration(String configuration)
configuration in interface EventSubscriptionQuerypublic EventSubscriptionQueryImpl configurations(Collection<String> configurations)
configurations in interface EventSubscriptionQuerypublic EventSubscriptionQueryImpl withoutConfiguration()
withoutConfiguration in interface EventSubscriptionQuerypublic EventSubscriptionQuery or()
or in interface EventSubscriptionQuerypublic EventSubscriptionQuery endOr()
endOr in interface EventSubscriptionQuerypublic EventSubscriptionQuery orderById()
orderById in interface EventSubscriptionQuerypublic EventSubscriptionQuery orderByExecutionId()
orderByExecutionId in interface EventSubscriptionQuerypublic EventSubscriptionQuery orderByProcessInstanceId()
orderByProcessInstanceId in interface EventSubscriptionQuerypublic EventSubscriptionQuery orderByProcessDefinitionId()
orderByProcessDefinitionId in interface EventSubscriptionQuerypublic EventSubscriptionQuery orderByCreateDate()
orderByCreateDate in interface EventSubscriptionQuerypublic EventSubscriptionQuery orderByEventName()
orderByEventName in interface EventSubscriptionQuerypublic EventSubscriptionQuery orderByTenantId()
orderByTenantId in interface EventSubscriptionQuerypublic long executeCount(CommandContext commandContext)
executeCount in class AbstractQuery<EventSubscriptionQuery,EventSubscription>public List<EventSubscription> executeList(CommandContext commandContext)
executeList in class AbstractQuery<EventSubscriptionQuery,EventSubscription>public String getId()
getId in interface CacheAwareQuery<EventSubscriptionEntity>public String getEventType()
public String getEventName()
public String getExecutionId()
public String getProcessInstanceId()
public boolean isWithoutProcessInstanceId()
public String getActivityId()
public String getProcessDefinitionId()
public boolean isWithoutProcessDefinitionId()
public String getSubScopeId()
public String getScopeId()
public boolean isWithoutScopeId()
public String getScopeDefinitionId()
public boolean isWithoutScopeDefinitionId()
public String getScopeType()
public Date getCreatedBefore()
public Date getCreatedAfter()
public String getTenantId()
public Collection<String> getTenantIds()
public boolean isWithoutTenantId()
public String getConfiguration()
public Collection<String> getConfigurations()
public boolean isWithoutConfiguration()
public List<EventSubscriptionQueryImpl> getOrQueryObjects()
public EventSubscriptionQueryImpl getCurrentOrQueryObject()
public boolean isInOrStatement()
Copyright © 2021 Flowable. All rights reserved.