public class EventSubscriptionQueryImpl extends AbstractQuery<EventSubscriptionQuery,EventSubscription> implements EventSubscriptionQuery, CacheAwareQuery<EventSubscriptionEntity>
ListQueryParameterObject.ResultTypeQuery.NullHandlingOnOrder| Modifier and Type | Field and Description |
|---|---|
protected String |
activityId |
protected String |
configuration |
protected Collection<String> |
configurations |
protected Date |
createdAfter |
protected Date |
createdBefore |
protected EventSubscriptionQueryImpl |
currentOrQueryObject |
protected String |
eventName |
protected EventSubscriptionServiceConfiguration |
eventSubscriptionServiceConfiguration |
protected String |
eventType |
protected String |
executionId |
protected String |
id |
protected boolean |
inOrStatement |
protected List<EventSubscriptionQueryImpl> |
orQueryObjects |
protected String |
processDefinitionId |
protected String |
processInstanceId |
protected String |
scopeDefinitionId |
protected String |
scopeId |
protected String |
scopeType |
protected String |
subScopeId |
protected String |
tenantId |
protected Collection<String> |
tenantIds |
protected boolean |
withoutConfiguration |
protected boolean |
withoutTenantId |
commandContext, commandExecutordatabaseType, firstResult, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByColumnMap, orderByColumns, 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, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByColumnMap, getOrderByColumns, getParameter, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setOrderByColumns, 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 String processDefinitionId
protected String activityId
protected String subScopeId
protected String scopeId
protected String scopeDefinitionId
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 processDefinitionId(String processDefinitionId)
processDefinitionId in interface EventSubscriptionQuerypublic EventSubscriptionQueryImpl activityId(String activityId)
activityId in interface EventSubscriptionQuerypublic EventSubscriptionQueryImpl subScopeId(String subScopeId)
subScopeId in interface EventSubscriptionQuerypublic EventSubscriptionQueryImpl scopeId(String scopeId)
scopeId in interface EventSubscriptionQuerypublic EventSubscriptionQueryImpl scopeDefinitionId(String scopeDefinitionId)
scopeDefinitionId 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 String getActivityId()
public String getProcessDefinitionId()
public String getSubScopeId()
public String getScopeId()
public String getScopeDefinitionId()
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 © 2020 Flowable. All rights reserved.