public interface EventSubscriptionQuery extends Query<EventSubscriptionQuery,EventSubscription>
EventSubscriptions.Query.NullHandlingOnOrder| Modifier and Type | Method and Description |
|---|---|
EventSubscriptionQuery |
activityId(String activityId)
Only select event subscriptions which have an activity with the given id.
|
EventSubscriptionQuery |
caseDefinitionId(String caseDefinitionId)
Only select event subscriptions which have the given case definition id.
|
EventSubscriptionQuery |
caseInstanceId(String caseInstanceId)
Only select event subscriptions which have the given case instance id.
|
EventSubscriptionQuery |
configuration(String configuration)
Only select event subscriptions with the given configuration.
|
EventSubscriptionQuery |
configurations(Collection<String> configurations)
Only select event subscriptions with the given configurations.
|
EventSubscriptionQuery |
createdAfter(Date afterTime)
Only select event subscriptions that were created after the given start time.
|
EventSubscriptionQuery |
createdBefore(Date beforeTime)
Only select event subscriptions that were created before the given start time.
|
EventSubscriptionQuery |
endOr()
End an OR statement.
|
EventSubscriptionQuery |
eventName(String eventName)
Only select event subscriptions with the given name.
|
EventSubscriptionQuery |
eventType(String eventType)
Only select event subscriptions with the given type.
|
EventSubscriptionQuery |
executionId(String executionId)
Only select event subscriptions with the given execution id.
|
EventSubscriptionQuery |
id(String id)
Only select event subscriptions with the given id.
|
EventSubscriptionQuery |
or()
Begin an OR statement.
|
EventSubscriptionQuery |
orderByCreateDate()
Order by create date (needs to be followed by
Query.asc() or Query.desc()). |
EventSubscriptionQuery |
orderByEventName()
Order by event name (needs to be followed by
Query.asc() or Query.desc()). |
EventSubscriptionQuery |
orderByExecutionId()
Order by execution id (needs to be followed by
Query.asc() or Query.desc()). |
EventSubscriptionQuery |
orderById()
Order by id (needs to be followed by
Query.asc() or Query.desc()). |
EventSubscriptionQuery |
orderByProcessDefinitionId()
Order by process definition id (needs to be followed by
Query.asc() or Query.desc()). |
EventSubscriptionQuery |
orderByProcessInstanceId()
Order by process instance id (needs to be followed by
Query.asc() or Query.desc()). |
EventSubscriptionQuery |
orderByTenantId()
Order by tenant id (needs to be followed by
Query.asc() or Query.desc()). |
EventSubscriptionQuery |
planItemInstanceId(String planItemInstanceId)
Only select event subscriptions which have the given plan item instance id.
|
EventSubscriptionQuery |
processDefinitionId(String processDefinitionId)
Only select event subscriptions which have the given process definition id.
|
EventSubscriptionQuery |
processInstanceId(String processInstanceId)
Only select event subscriptions which have the given process instance id.
|
EventSubscriptionQuery |
scopeDefinitionId(String scopeDefinitionId)
Only select event subscriptions which have a scope definition id with the given value.
|
EventSubscriptionQuery |
scopeId(String scopeId)
Only select event subscriptions which have a scope id with the given value.
|
EventSubscriptionQuery |
scopeType(String scopeType)
Only select event subscriptions which have a scope type with the given value.
|
EventSubscriptionQuery |
subScopeId(String subScopeId)
Only select event subscriptions which have a sub scope id with the given value.
|
EventSubscriptionQuery |
tenantId(String tenantId)
Only select event subscriptions with the given tenant id.
|
EventSubscriptionQuery |
tenantIds(Collection<String> tenantIds)
Only select event subscriptions with the given tenant id.
|
EventSubscriptionQuery |
withoutConfiguration()
Only select event subscriptions that have no configuration.
|
EventSubscriptionQuery |
withoutProcessDefinitionId()
Only select event subscriptions without a process definition id value.
|
EventSubscriptionQuery |
withoutProcessInstanceId()
Only select event subscriptions without a process instance id value.
|
EventSubscriptionQuery |
withoutScopeDefinitionId()
Only select event subscriptions without a scope definition id value.
|
EventSubscriptionQuery |
withoutScopeId()
Only select event subscriptions without a scope id value.
|
EventSubscriptionQuery |
withoutTenantId()
Only select event subscriptions without a tenant id.
|
EventSubscriptionQuery id(String id)
EventSubscriptionQuery eventType(String eventType)
EventSubscriptionQuery eventName(String eventName)
EventSubscriptionQuery executionId(String executionId)
EventSubscriptionQuery processInstanceId(String processInstanceId)
EventSubscriptionQuery withoutProcessInstanceId()
EventSubscriptionQuery processDefinitionId(String processDefinitionId)
EventSubscriptionQuery withoutProcessDefinitionId()
EventSubscriptionQuery activityId(String activityId)
EventSubscriptionQuery caseInstanceId(String caseInstanceId)
EventSubscriptionQuery planItemInstanceId(String planItemInstanceId)
EventSubscriptionQuery caseDefinitionId(String caseDefinitionId)
EventSubscriptionQuery subScopeId(String subScopeId)
EventSubscriptionQuery scopeId(String scopeId)
EventSubscriptionQuery withoutScopeId()
EventSubscriptionQuery scopeDefinitionId(String scopeDefinitionId)
EventSubscriptionQuery withoutScopeDefinitionId()
EventSubscriptionQuery scopeType(String scopeType)
EventSubscriptionQuery createdBefore(Date beforeTime)
EventSubscriptionQuery createdAfter(Date afterTime)
EventSubscriptionQuery tenantId(String tenantId)
EventSubscriptionQuery tenantIds(Collection<String> tenantIds)
EventSubscriptionQuery withoutTenantId()
EventSubscriptionQuery configuration(String configuration)
EventSubscriptionQuery configurations(Collection<String> configurations)
EventSubscriptionQuery withoutConfiguration()
EventSubscriptionQuery or()
EventSubscriptionQuery endOr()
EventSubscriptionQuery orderById()
Query.asc() or Query.desc()).EventSubscriptionQuery orderByExecutionId()
Query.asc() or Query.desc()).EventSubscriptionQuery orderByProcessInstanceId()
Query.asc() or Query.desc()).EventSubscriptionQuery orderByProcessDefinitionId()
Query.asc() or Query.desc()).EventSubscriptionQuery orderByCreateDate()
Query.asc() or Query.desc()).EventSubscriptionQuery orderByEventName()
Query.asc() or Query.desc()).EventSubscriptionQuery orderByTenantId()
Query.asc() or Query.desc()).Copyright © 2021 Flowable. All rights reserved.