Skip navigation links
A C E G I O P S T 

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

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

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.
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.
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

orderByCreateDate() - Method in interface org.flowable.eventsubscription.api.EventSubscriptionQuery
Order by create date (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

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.
A C E G I O P S T 
Skip navigation links

Copyright © 2019 Flowable. All rights reserved.