A C E G I O P S T W 
All Classes All Packages

A

activityId(String) - Method in interface org.flowable.eventsubscription.api.EventSubscriptionBuilder
 
activityId(String) - Method in interface org.flowable.eventsubscription.api.EventSubscriptionQuery
Only select event subscriptions which have an activity with the given id.

C

caseDefinitionId(String) - Method in interface org.flowable.eventsubscription.api.EventSubscriptionQuery
Only select event subscriptions which have the given case definition id.
caseInstanceId(String) - Method in interface org.flowable.eventsubscription.api.EventSubscriptionQuery
Only select event subscriptions which have the given case instance id.
configuration(String) - Method in interface org.flowable.eventsubscription.api.EventSubscriptionBuilder
 
configuration(String) - Method in interface org.flowable.eventsubscription.api.EventSubscriptionQuery
Only select event subscriptions with the given configuration.
configurations(Collection<String>) - Method in interface org.flowable.eventsubscription.api.EventSubscriptionQuery
Only select event subscriptions with the given configurations.
create() - Method in interface org.flowable.eventsubscription.api.EventSubscriptionBuilder
 
createdAfter(Date) - Method in interface org.flowable.eventsubscription.api.EventSubscriptionQuery
Only select event subscriptions that were created after the given start time.
createdBefore(Date) - Method in interface org.flowable.eventsubscription.api.EventSubscriptionQuery
Only select event subscriptions that were created before the given start time.

E

endOr() - Method in interface org.flowable.eventsubscription.api.EventSubscriptionQuery
End an OR statement.
eventName(String) - Method in interface org.flowable.eventsubscription.api.EventSubscriptionBuilder
 
eventName(String) - Method in interface org.flowable.eventsubscription.api.EventSubscriptionQuery
Only select event subscriptions with the given name.
EventSubscription - Interface in org.flowable.eventsubscription.api
Represent an event subscription for a process definition or a process instance.
EventSubscriptionBuilder - Interface in org.flowable.eventsubscription.api
 
EventSubscriptionQuery - Interface in org.flowable.eventsubscription.api
Allows programmatic querying of EventSubscriptions.
eventType(String) - Method in interface org.flowable.eventsubscription.api.EventSubscriptionBuilder
 
eventType(String) - Method in interface org.flowable.eventsubscription.api.EventSubscriptionQuery
Only select event subscriptions with the given type.
executionId(String) - Method in interface org.flowable.eventsubscription.api.EventSubscriptionBuilder
 
executionId(String) - Method in interface org.flowable.eventsubscription.api.EventSubscriptionQuery
Only select event subscriptions with the given execution id.

G

getActivityId() - Method in interface org.flowable.eventsubscription.api.EventSubscription
Gets the activity id of the BPMN definition where this event subscription is defined.
getActivityId() - Method in interface org.flowable.eventsubscription.api.EventSubscriptionBuilder
 
getConfiguration() - Method in interface org.flowable.eventsubscription.api.EventSubscription
Returns the configuration with additional info about this event subscription.
getConfiguration() - Method in interface org.flowable.eventsubscription.api.EventSubscriptionBuilder
 
getCreated() - Method in interface org.flowable.eventsubscription.api.EventSubscription
Gets the date/time when this event subscription was created.
getEventName() - Method in interface org.flowable.eventsubscription.api.EventSubscription
The event name for the signal or message event.
getEventName() - Method in interface org.flowable.eventsubscription.api.EventSubscriptionBuilder
 
getEventType() - Method in interface org.flowable.eventsubscription.api.EventSubscription
Returns the type of subscription, for example signal or message.
getEventType() - Method in interface org.flowable.eventsubscription.api.EventSubscriptionBuilder
 
getExecutionId() - Method in interface org.flowable.eventsubscription.api.EventSubscription
Gets the id of the execution for this event subscription.
getExecutionId() - Method in interface org.flowable.eventsubscription.api.EventSubscriptionBuilder
 
getId() - Method in interface org.flowable.eventsubscription.api.EventSubscription
The unique identifier of the execution.
getLockOwner() - Method in interface org.flowable.eventsubscription.api.EventSubscription
Gets the owner of this event subscription, if it was locked.
getLockTime() - Method in interface org.flowable.eventsubscription.api.EventSubscription
Gets the date/time when this event subscription was locked.
getProcessDefinitionId() - Method in interface org.flowable.eventsubscription.api.EventSubscription
Id of the process definition for this event subscription.
getProcessDefinitionId() - Method in interface org.flowable.eventsubscription.api.EventSubscriptionBuilder
 
getProcessInstanceId() - Method in interface org.flowable.eventsubscription.api.EventSubscription
Id of the process instance for this event subscription.
getProcessInstanceId() - Method in interface org.flowable.eventsubscription.api.EventSubscriptionBuilder
 
getScopeDefinitionId() - Method in interface org.flowable.eventsubscription.api.EventSubscription
Id of the scope definition for this event subscription.
getScopeDefinitionId() - Method in interface org.flowable.eventsubscription.api.EventSubscriptionBuilder
 
getScopeId() - Method in interface org.flowable.eventsubscription.api.EventSubscription
Id of the scope for this event subscription.
getScopeId() - Method in interface org.flowable.eventsubscription.api.EventSubscriptionBuilder
 
getScopeType() - Method in interface org.flowable.eventsubscription.api.EventSubscription
Scope type for this event subscription.
getScopeType() - Method in interface org.flowable.eventsubscription.api.EventSubscriptionBuilder
 
getSignal() - Method in interface org.flowable.eventsubscription.api.EventSubscriptionBuilder
 
getSubScopeId() - Method in interface org.flowable.eventsubscription.api.EventSubscription
Id of the sub scope for this event subscription.
getSubScopeId() - Method in interface org.flowable.eventsubscription.api.EventSubscriptionBuilder
 
getTenantId() - Method in interface org.flowable.eventsubscription.api.EventSubscription
The tenant identifier of this process instance
getTenantId() - Method in interface org.flowable.eventsubscription.api.EventSubscriptionBuilder
 

I

id(String) - Method in interface org.flowable.eventsubscription.api.EventSubscriptionQuery
Only select event subscriptions with the given id.

O

or() - Method in interface org.flowable.eventsubscription.api.EventSubscriptionQuery
Begin an OR statement.
orderByCreateDate() - Method in interface org.flowable.eventsubscription.api.EventSubscriptionQuery
Order by create date (needs to be followed by Query.asc() or Query.desc()).
orderByEventName() - Method in interface org.flowable.eventsubscription.api.EventSubscriptionQuery
Order by event name (needs to be followed by Query.asc() or Query.desc()).
orderByExecutionId() - Method in interface org.flowable.eventsubscription.api.EventSubscriptionQuery
Order by execution id (needs to be followed by Query.asc() or Query.desc()).
orderById() - Method in interface org.flowable.eventsubscription.api.EventSubscriptionQuery
Order by id (needs to be followed by Query.asc() or Query.desc()).
orderByProcessDefinitionId() - Method in interface org.flowable.eventsubscription.api.EventSubscriptionQuery
Order by process definition id (needs to be followed by Query.asc() or Query.desc()).
orderByProcessInstanceId() - Method in interface org.flowable.eventsubscription.api.EventSubscriptionQuery
Order by process instance id (needs to be followed by Query.asc() or Query.desc()).
orderByTenantId() - Method in interface org.flowable.eventsubscription.api.EventSubscriptionQuery
Order by tenant id (needs to be followed by Query.asc() or Query.desc()).
org.flowable.eventsubscription.api - package org.flowable.eventsubscription.api
 

P

planItemInstanceId(String) - Method in interface org.flowable.eventsubscription.api.EventSubscriptionQuery
Only select event subscriptions which have the given plan item instance id.
processDefinitionId(String) - Method in interface org.flowable.eventsubscription.api.EventSubscriptionBuilder
 
processDefinitionId(String) - Method in interface org.flowable.eventsubscription.api.EventSubscriptionQuery
Only select event subscriptions which have the given process definition id.
processInstanceId(String) - Method in interface org.flowable.eventsubscription.api.EventSubscriptionBuilder
 
processInstanceId(String) - Method in interface org.flowable.eventsubscription.api.EventSubscriptionQuery
Only select event subscriptions which have the given process instance id.

S

scopeDefinitionId(String) - Method in interface org.flowable.eventsubscription.api.EventSubscriptionBuilder
 
scopeDefinitionId(String) - Method in interface org.flowable.eventsubscription.api.EventSubscriptionQuery
Only select event subscriptions which have a scope definition id with the given value.
scopeId(String) - Method in interface org.flowable.eventsubscription.api.EventSubscriptionBuilder
 
scopeId(String) - Method in interface org.flowable.eventsubscription.api.EventSubscriptionQuery
Only select event subscriptions which have a scope id with the given value.
scopeType(String) - Method in interface org.flowable.eventsubscription.api.EventSubscriptionBuilder
 
scopeType(String) - Method in interface org.flowable.eventsubscription.api.EventSubscriptionQuery
Only select event subscriptions which have a scope type with the given value.
signal(Signal) - Method in interface org.flowable.eventsubscription.api.EventSubscriptionBuilder
 
subScopeId(String) - Method in interface org.flowable.eventsubscription.api.EventSubscriptionBuilder
 
subScopeId(String) - Method in interface org.flowable.eventsubscription.api.EventSubscriptionQuery
Only select event subscriptions which have a sub scope id with the given value.

T

tenantId(String) - Method in interface org.flowable.eventsubscription.api.EventSubscriptionBuilder
 
tenantId(String) - Method in interface org.flowable.eventsubscription.api.EventSubscriptionQuery
Only select event subscriptions with the given tenant id.
tenantIds(Collection<String>) - Method in interface org.flowable.eventsubscription.api.EventSubscriptionQuery
Only select event subscriptions with the given tenant id.

W

withoutConfiguration() - Method in interface org.flowable.eventsubscription.api.EventSubscriptionQuery
Only select event subscriptions that have no configuration.
withoutProcessDefinitionId() - Method in interface org.flowable.eventsubscription.api.EventSubscriptionQuery
Only select event subscriptions without a process definition id value.
withoutProcessInstanceId() - Method in interface org.flowable.eventsubscription.api.EventSubscriptionQuery
Only select event subscriptions without a process instance id value.
withoutScopeDefinitionId() - Method in interface org.flowable.eventsubscription.api.EventSubscriptionQuery
Only select event subscriptions without a scope definition id value.
withoutScopeId() - Method in interface org.flowable.eventsubscription.api.EventSubscriptionQuery
Only select event subscriptions without a scope id value.
withoutTenantId() - Method in interface org.flowable.eventsubscription.api.EventSubscriptionQuery
Only select event subscriptions without a tenant id.
A C E G I O P S T W 
All Classes All Packages