A B C D E F G H I J L M N O P Q R S T V 
All Classes All Packages

A

AbstractFlowableEventListener - Class in org.flowable.common.engine.api.delegate.event
 
AbstractFlowableEventListener() - Constructor for class org.flowable.common.engine.api.delegate.event.AbstractFlowableEventListener
 
ACTIVITY_CANCELLED - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
An activity has been cancelled because of boundary event.
ACTIVITY_COMPENSATE - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
An activity is about to be executed as a compensation for another activity.
ACTIVITY_COMPLETED - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
An activity has been completed successfully.
ACTIVITY_CONDITIONAL_RECEIVED - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
An activity has received a conditional event.
ACTIVITY_CONDITIONAL_WAITING - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
A boundary, intermediate, or subprocess start conditional catching event has started.
ACTIVITY_ERROR_RECEIVED - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
An activity has received an error event.
ACTIVITY_ESCALATION_RECEIVED - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
An activity has received an escalation event.
ACTIVITY_ESCALATION_WAITING - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
A boundary, intermediate, or subprocess start escalation catching event has started.
ACTIVITY_MESSAGE_CANCELLED - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
A boundary, intermediate, or subprocess start message catching event has been cancelled.
ACTIVITY_MESSAGE_RECEIVED - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
An activity has received a message event.
ACTIVITY_MESSAGE_WAITING - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
A boundary, intermediate, or subprocess start message catching event has started.
ACTIVITY_SIGNAL_WAITING - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
A boundary, intermediate, or subprocess start signal catching event has started.
ACTIVITY_SIGNALED - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
An activity has received a signal.
ACTIVITY_STARTED - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
An activity is starting to execute.
addColumnMetaData(String, String) - Method in class org.flowable.common.engine.api.management.TableMetaData
 
addEventListener(FlowableEventListener) - Method in interface org.flowable.common.engine.api.delegate.event.FlowableEventDispatcher
Adds an event-listener which will be notified of ALL events by the dispatcher.
addEventListener(FlowableEventListener, FlowableEventType...) - Method in interface org.flowable.common.engine.api.delegate.event.FlowableEventDispatcher
Adds an event-listener which will only be notified when an event of the given types occurs.
APP - Static variable in interface org.flowable.common.engine.api.scope.ScopeTypes
 
asc() - Method in interface org.flowable.common.engine.api.query.Query
Order the results ascending on the given property as defined in this class (needs to come after a call to one of the orderByXxxx methods).
AsyncTaskExecutor - Interface in org.flowable.common.engine.api.async
Flowable task executor interface that abstracts the execution of a Runnable or Callable asynchronously in a different thread.
AsyncTaskInvoker - Interface in org.flowable.common.engine.api.async
Invoker responsible for submitting tasks to the task executor.
AuthenticationContext - Interface in org.flowable.common.engine.api.identity
Flowable Authentication context that can be implemented in different ways to hold and store the current authentication information.

B

BatchDeleteQuery<Q extends BatchDeleteQuery<Q>> - Interface in org.flowable.common.engine.api.query
 
BPMN - Static variable in interface org.flowable.common.engine.api.scope.ScopeTypes
 
BPMN_DEPENDENT - Static variable in interface org.flowable.common.engine.api.scope.ScopeTypes
 
BPMN_EXTERNAL_WORKER - Static variable in interface org.flowable.common.engine.api.scope.ScopeTypes
 
BPMN_VARIABLE_AGGREGATION - Static variable in interface org.flowable.common.engine.api.scope.ScopeTypes
 

C

CacheAwareQuery<T> - Interface in org.flowable.common.engine.api.query
 
CASE_ENDED - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
A case instance has been ended by either completing or terminating it.
CASE_STARTED - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
A case instance has been started.
CHANGE_TENANT_ID - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
A change tenant id was executed.
ChangeTenantIdBuilder - Interface in org.flowable.common.engine.api.tenant
Helper for changing the tenant id from active and historic instances.
ChangeTenantIdResult - Interface in org.flowable.common.engine.api.tenant
Container interface to return the result of a change in a tenant id operation
className - Variable in exception org.flowable.common.engine.api.FlowableClassLoadingException
 
close() - Method in interface org.flowable.common.engine.api.Engine
 
CMMN - Static variable in interface org.flowable.common.engine.api.scope.ScopeTypes
 
CMMN_DEPENDENT - Static variable in interface org.flowable.common.engine.api.scope.ScopeTypes
 
CMMN_EXTERNAL_WORKER - Static variable in interface org.flowable.common.engine.api.scope.ScopeTypes
 
CMMN_VARIABLE_AGGREGATION - Static variable in interface org.flowable.common.engine.api.scope.ScopeTypes
 
columnNames - Variable in class org.flowable.common.engine.api.management.TableMetaData
 
columnTypes - Variable in class org.flowable.common.engine.api.management.TableMetaData
 
complete() - Method in interface org.flowable.common.engine.api.tenant.ChangeTenantIdBuilder
Executes change in the tenant id, returning the number of instances that were affected
count() - Method in interface org.flowable.common.engine.api.query.NativeQuery
Executes the query and returns the number of results
count() - Method in interface org.flowable.common.engine.api.query.Query
Executes the query and returns the number of results
CUSTOM - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
An event type to be used by custom events.

D

definitionTenantId(String) - Method in interface org.flowable.common.engine.api.tenant.ChangeTenantIdBuilder
Perform the change only for instances that were created using a definition from the given tenant.
delete() - Method in interface org.flowable.common.engine.api.query.DeleteQuery
Delete all instances that match the query.
deleteInParallelUsingBatch(int, String) - Method in interface org.flowable.common.engine.api.query.BatchDeleteQuery
Perform the deletion in parallel using the given batch size.
DeleteQuery<T extends DeleteQuery<T,​U>,​U> - Interface in org.flowable.common.engine.api.query
Describes methods for Queries that can perform delete operations.
deleteSequentiallyUsingBatch(int, String) - Method in interface org.flowable.common.engine.api.query.BatchDeleteQuery
Perform the deletion sequentially using the given batch size.
deleteWithRelatedData() - Method in interface org.flowable.common.engine.api.query.DeleteQuery
Delete all instances and their related data that match the query in bulk.
desc() - Method in interface org.flowable.common.engine.api.query.Query
Order the results descending on the given property as defined in this class (needs to come after a call to one of the orderByXxxx methods).
dispatchEvent(FlowableEvent, String) - Method in interface org.flowable.common.engine.api.delegate.event.FlowableEventDispatcher
Dispatches the given event to any listeners that are registered.
DMN - Static variable in interface org.flowable.common.engine.api.scope.ScopeTypes
 

E

empty() - Static method in interface org.flowable.common.engine.api.variable.VariableContainer
 
EMPTY_ARRAY - Static variable in enum org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
 
Engine - Interface in org.flowable.common.engine.api
 
ENGINE_CLOSED - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
The process-engine that dispatched this event has been closed and cannot be used anymore.
ENGINE_CREATED - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
The process-engine that dispatched this event has been created and is ready for use.
EngineDeployment - Interface in org.flowable.common.engine.api.repository
Represents a deployment that is already present in the engine repository.
EngineLifecycleListener - Interface in org.flowable.common.engine.api.engine
Interface describing a listener that gets notified when certain event occurs, related to the engine lifecycle it is attached to.
EngineResource - Interface in org.flowable.common.engine.api.repository
 
enhanceCachedValue(T) - Method in interface org.flowable.common.engine.api.query.CacheAwareQuery
 
ENTITY_ACTIVATED - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
Existing entity has been activated.
ENTITY_CREATED - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
New entity is created.
ENTITY_DELETED - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
Existing entity is deleted.
ENTITY_INITIALIZED - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
New entity has been created and all properties have been set.
ENTITY_SUSPENDED - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
Existing entity has been suspended.
ENTITY_UPDATED - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
Existing entity us updated.
EVENT_CASE - Static variable in interface org.flowable.common.engine.api.constant.ReferenceTypes
 
EVENT_PROCESS - Static variable in interface org.flowable.common.engine.api.constant.ReferenceTypes
 
EVENT_REGISTRY - Static variable in interface org.flowable.common.engine.api.scope.ScopeTypes
 
execute(Runnable) - Method in interface org.flowable.common.engine.api.async.AsyncTaskExecutor
Execute the given task
EXECUTION_CHILD_CASE - Static variable in interface org.flowable.common.engine.api.constant.ReferenceTypes
 
Expression - Interface in org.flowable.common.engine.api.delegate
 
EXTERNAL_WORKER - Static variable in interface org.flowable.common.engine.api.scope.ScopeTypes
 

F

firstResult - Variable in class org.flowable.common.engine.api.management.TablePage
Identifies the index of the first result stored in this TablePage.
FlowableChangeTenantIdEvent - Interface in org.flowable.common.engine.api.delegate.event
 
FlowableClassLoadingException - Exception in org.flowable.common.engine.api
Runtime exception indicating the requested class was not found or an error occurred while loading the class.
FlowableClassLoadingException(String, Throwable) - Constructor for exception org.flowable.common.engine.api.FlowableClassLoadingException
 
FlowableEngineEntityEvent - Interface in org.flowable.common.engine.api.delegate.event
 
FlowableEngineEvent - Interface in org.flowable.common.engine.api.delegate.event
 
FlowableEngineEventType - Enum in org.flowable.common.engine.api.delegate.event
Enumeration containing all possible types of FlowableEvents.
FlowableEntityEvent - Interface in org.flowable.common.engine.api.delegate.event
An FlowableEvent related to a single entity.
FlowableEvent - Interface in org.flowable.common.engine.api.delegate.event
Describes an event that occurred in the Flowable Engine which is dispatched to external listeners, if any.
FlowableEventDispatcher - Interface in org.flowable.common.engine.api.delegate.event
Dispatcher which allows for adding and removing FlowableEventListener s to the Flowable Engine as well as dispatching FlowableEvent to all the listeners registered.
FlowableEventListener - Interface in org.flowable.common.engine.api.delegate.event
Describes a class that listens for FlowableEvents dispatched by the engine.
FlowableEventType - Interface in org.flowable.common.engine.api.delegate.event
Enumeration containing all possible types of FlowableEvents.
FlowableException - Exception in org.flowable.common.engine.api
Runtime exception that is the superclass of all Flowable exceptions.
FlowableException(String) - Constructor for exception org.flowable.common.engine.api.FlowableException
 
FlowableException(String, Throwable) - Constructor for exception org.flowable.common.engine.api.FlowableException
 
FlowableExceptionEvent - Interface in org.flowable.common.engine.api.delegate.event
Indicates the FlowableEvent also contains information about a Throwable that occurred, triggering the event.
FlowableForbiddenException - Exception in org.flowable.common.engine.api
 
FlowableForbiddenException(String) - Constructor for exception org.flowable.common.engine.api.FlowableForbiddenException
 
FlowableFunctionDelegate - Interface in org.flowable.common.engine.api.delegate
Interface for pluggable functions that can be used in the EL expressions
FlowableIllegalArgumentException - Exception in org.flowable.common.engine.api
An exception indicating that an illegal argument has been supplied in an Flowable API-call, an illegal value was configured in the engine's configuration or an illegal value has been supplied or an illegal value is used in a process-definition.
FlowableIllegalArgumentException(String) - Constructor for exception org.flowable.common.engine.api.FlowableIllegalArgumentException
 
FlowableIllegalArgumentException(String, Throwable) - Constructor for exception org.flowable.common.engine.api.FlowableIllegalArgumentException
 
FlowableIllegalStateException - Exception in org.flowable.common.engine.api
An exception indicating that an API call could not be executed due to data being in the wrong state.
FlowableIllegalStateException(String) - Constructor for exception org.flowable.common.engine.api.FlowableIllegalStateException
 
FlowableIllegalStateException(String, Throwable) - Constructor for exception org.flowable.common.engine.api.FlowableIllegalStateException
 
FlowableObjectNotFoundException - Exception in org.flowable.common.engine.api
An exception indicating that the object that is required or actioned on does not exist.
FlowableObjectNotFoundException(Class<?>) - Constructor for exception org.flowable.common.engine.api.FlowableObjectNotFoundException
 
FlowableObjectNotFoundException(String) - Constructor for exception org.flowable.common.engine.api.FlowableObjectNotFoundException
 
FlowableObjectNotFoundException(String, Class<?>) - Constructor for exception org.flowable.common.engine.api.FlowableObjectNotFoundException
 
FlowableObjectNotFoundException(String, Class<?>, Throwable) - Constructor for exception org.flowable.common.engine.api.FlowableObjectNotFoundException
 
FlowableOptimisticLockingException - Exception in org.flowable.common.engine.api
Exception that is thrown when an optimistic locking occurs in the datastore caused by concurrent access of the same data entry.
FlowableOptimisticLockingException(String) - Constructor for exception org.flowable.common.engine.api.FlowableOptimisticLockingException
 
FlowableTaskAlreadyClaimedException - Exception in org.flowable.common.engine.api
This exception is thrown when you try to claim a task that is already claimed by someone else.
FlowableTaskAlreadyClaimedException(String, String) - Constructor for exception org.flowable.common.engine.api.FlowableTaskAlreadyClaimedException
 
FlowableWrongDbException - Exception in org.flowable.common.engine.api
Exception that is thrown when the Flowable engine discovers a mismatch between the database schema version and the engine version.
FlowableWrongDbException(String, String) - Constructor for exception org.flowable.common.engine.api.FlowableWrongDbException
 
FORM - Static variable in interface org.flowable.common.engine.api.scope.ScopeTypes
 
functionMethod() - Method in interface org.flowable.common.engine.api.delegate.FlowableFunctionDelegate
Returns the method that is invoked by JUEL.

G

getAuthenticatedUserId() - Method in interface org.flowable.common.engine.api.identity.AuthenticationContext
The user id of the authenticated principal.
getBytes() - Method in interface org.flowable.common.engine.api.repository.EngineResource
 
getCategory() - Method in interface org.flowable.common.engine.api.repository.EngineDeployment
 
getCause() - Method in interface org.flowable.common.engine.api.delegate.event.FlowableExceptionEvent
 
getChangedEntityTypes() - Method in interface org.flowable.common.engine.api.tenant.ChangeTenantIdResult
The types of the changed entities
getChangedInstances(String) - Method in interface org.flowable.common.engine.api.tenant.ChangeTenantIdResult
The number of instances that were changed for the given entity type.
getClassName() - Method in exception org.flowable.common.engine.api.FlowableClassLoadingException
Returns the name of the class this exception is related to.
getColumnNames() - Method in class org.flowable.common.engine.api.management.TableMetaData
 
getColumnTypes() - Method in class org.flowable.common.engine.api.management.TableMetaData
 
getDbVersion() - Method in exception org.flowable.common.engine.api.FlowableWrongDbException
The version of the Flowable library that was used to create the database schema.
getDefinitionTenantId() - Method in interface org.flowable.common.engine.api.delegate.event.FlowableChangeTenantIdEvent
The id of the definition tenant whose instances need to be moved.
getDeploymentId() - Method in interface org.flowable.common.engine.api.repository.EngineResource
 
getDeploymentTime() - Method in interface org.flowable.common.engine.api.repository.EngineDeployment
 
getDerivedFrom() - Method in interface org.flowable.common.engine.api.repository.EngineDeployment
 
getDerivedFromRoot() - Method in interface org.flowable.common.engine.api.repository.EngineDeployment
 
getEngineScopeType() - Method in interface org.flowable.common.engine.api.delegate.event.FlowableChangeTenantIdEvent
The scope type of the engine for which the change tenant id was done
getEngineVersion() - Method in interface org.flowable.common.engine.api.repository.EngineDeployment
 
getEntity() - Method in interface org.flowable.common.engine.api.delegate.event.FlowableEntityEvent
 
getExecutionId() - Method in interface org.flowable.common.engine.api.delegate.event.FlowableEngineEvent
 
getExpressionText() - Method in interface org.flowable.common.engine.api.delegate.Expression
 
getFirstResult() - Method in class org.flowable.common.engine.api.management.TablePage
 
getId() - Method in interface org.flowable.common.engine.api.query.CacheAwareQuery
 
getId() - Method in interface org.flowable.common.engine.api.repository.EngineDeployment
 
getInputStream() - Method in interface org.flowable.common.engine.api.io.InputStreamProvider
Creates a NEW InputStream to the provided resource.
getKey() - Method in interface org.flowable.common.engine.api.repository.EngineDeployment
 
getLibraryVersion() - Method in exception org.flowable.common.engine.api.FlowableWrongDbException
The version of the Flowable library used.
getName() - Method in interface org.flowable.common.engine.api.Engine
 
getName() - Method in interface org.flowable.common.engine.api.query.QueryProperty
 
getName() - Method in interface org.flowable.common.engine.api.repository.EngineDeployment
 
getName() - Method in interface org.flowable.common.engine.api.repository.EngineResource
 
getObjectClass() - Method in exception org.flowable.common.engine.api.FlowableObjectNotFoundException
The class of the object that was not found.
getOnTransaction() - Method in class org.flowable.common.engine.api.delegate.event.AbstractFlowableEventListener
 
getOnTransaction() - Method in interface org.flowable.common.engine.api.delegate.event.FlowableEventListener
 
getPrincipal() - Method in interface org.flowable.common.engine.api.identity.AuthenticationContext
Obtains the currently authenticated principal, or an authentication request token.
getProcessDefinitionId() - Method in interface org.flowable.common.engine.api.delegate.event.FlowableEngineEvent
 
getProcessInstanceId() - Method in interface org.flowable.common.engine.api.delegate.event.FlowableEngineEvent
 
getRemainingCapacity() - Method in interface org.flowable.common.engine.api.async.AsyncTaskExecutor
 
getResources() - Method in interface org.flowable.common.engine.api.repository.EngineDeployment
 
getRows() - Method in class org.flowable.common.engine.api.management.TablePage
 
getScopeDefinitionId() - Method in interface org.flowable.common.engine.api.delegate.event.FlowableEngineEvent
The scope definition id of the entity associated with this event.
getScopeId() - Method in interface org.flowable.common.engine.api.delegate.event.FlowableEngineEvent
The scope id of the entity associated with this event.
getScopeType() - Method in interface org.flowable.common.engine.api.delegate.event.FlowableEngineEvent
The scope type of the entity associated with this event.
getSize() - Method in class org.flowable.common.engine.api.management.TablePage
 
getSourceTenantId() - Method in interface org.flowable.common.engine.api.delegate.event.FlowableChangeTenantIdEvent
The id of the tenant from which the data needs to be moved
getSubScopeId() - Method in interface org.flowable.common.engine.api.delegate.event.FlowableEngineEvent
The sub scope id of the entity associated with this event.
getTableName() - Method in class org.flowable.common.engine.api.management.TableMetaData
 
getTableName() - Method in class org.flowable.common.engine.api.management.TablePage
 
getTargetTenantId() - Method in interface org.flowable.common.engine.api.delegate.event.FlowableChangeTenantIdEvent
The id of the tenant to which the data needs to be moved
getTaskAssignee() - Method in exception org.flowable.common.engine.api.FlowableTaskAlreadyClaimedException
 
getTaskId() - Method in exception org.flowable.common.engine.api.FlowableTaskAlreadyClaimedException
 
getTenantId() - Method in interface org.flowable.common.engine.api.repository.EngineDeployment
 
getTenantId() - Method in interface org.flowable.common.engine.api.variable.VariableContainer
 
getTime() - Method in interface org.flowable.common.engine.api.history.HistoricData
 
getTotal() - Method in class org.flowable.common.engine.api.management.TablePage
 
getType() - Method in interface org.flowable.common.engine.api.delegate.event.FlowableEvent
 
getTypes() - Method in interface org.flowable.common.engine.api.delegate.event.FlowableEventListener
The event types that this event listener needs to be registered for
getTypesFromString(String) - Static method in enum org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
 
getValue(VariableContainer) - Method in interface org.flowable.common.engine.api.delegate.Expression
 
getVariable(String) - Method in interface org.flowable.common.engine.api.variable.VariableContainer
 

H

hasVariable(String) - Method in interface org.flowable.common.engine.api.variable.VariableContainer
 
HISTORIC_ACTIVITY_INSTANCE_CREATED - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
A event dispatched when a HistoricActivityInstance is created.
HISTORIC_ACTIVITY_INSTANCE_ENDED - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
A event dispatched when a HistoricActivityInstance is marked as ended.
HISTORIC_PROCESS_INSTANCE_CREATED - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
A event dispatched when a HistoricProcessInstance is created.
HISTORIC_PROCESS_INSTANCE_ENDED - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
A event dispatched when a HistoricProcessInstance is marked as ended.
HistoricData - Interface in org.flowable.common.engine.api.history
 

I

InputStreamProvider - Interface in org.flowable.common.engine.api.io
 
isEnabled() - Method in interface org.flowable.common.engine.api.delegate.event.FlowableEventDispatcher
 
isFailOnException() - Method in interface org.flowable.common.engine.api.delegate.event.FlowableEventListener
 
isFireOnTransactionLifecycleEvent() - Method in class org.flowable.common.engine.api.delegate.event.AbstractFlowableEventListener
 
isFireOnTransactionLifecycleEvent() - Method in interface org.flowable.common.engine.api.delegate.event.FlowableEventListener
 
isGenerated() - Method in interface org.flowable.common.engine.api.repository.EngineResource
 
isLogged - Variable in exception org.flowable.common.engine.api.FlowableException
 
isLogged() - Method in exception org.flowable.common.engine.api.FlowableException
 
isNew() - Method in interface org.flowable.common.engine.api.repository.EngineDeployment
 
isReduceLogLevel() - Method in exception org.flowable.common.engine.api.FlowableException
 

J

JOB_CANCELED - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
Timer has been cancelled (e.g.
JOB_EXECUTION_FAILURE - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
A job has been executed, but failed.
JOB_EXECUTION_SUCCESS - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
A job has been successfully executed.
JOB_MOVED_TO_DEADLETTER - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
A job has been moved to become a deadletter job.
JOB_REJECTED - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
A job has been rejected by the async executor.
JOB_RESCHEDULED - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
The job has been rescheduled.
JOB_RETRIES_DECREMENTED - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
The retry-count on a job has been decremented.

L

list() - Method in interface org.flowable.common.engine.api.query.NativeQuery
Executes the query and get a list of entities as the result.
list() - Method in interface org.flowable.common.engine.api.query.Query
Executes the query and get a list of entities as the result.
listPage(int, int) - Method in interface org.flowable.common.engine.api.management.TablePageQuery
Executes the query and returns the TablePage.
listPage(int, int) - Method in interface org.flowable.common.engine.api.query.NativeQuery
Executes the query and get a list of entities as the result.
listPage(int, int) - Method in interface org.flowable.common.engine.api.query.Query
Executes the query and get a list of entities as the result.
localName() - Method in interface org.flowable.common.engine.api.delegate.FlowableFunctionDelegate
The name of the method when used in an expression, like the second part of ${prefix:method()}.
localNames() - Method in interface org.flowable.common.engine.api.delegate.FlowableFunctionDelegate
All the names of the method when used in an expression, like the second part of ${prefix:method()}.

M

MULTI_INSTANCE_ACTIVITY_CANCELLED - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
A multi-instance activity has been cancelled.
MULTI_INSTANCE_ACTIVITY_COMPLETED - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
A multi-instance activity has been completed successfully.
MULTI_INSTANCE_ACTIVITY_COMPLETED_WITH_CONDITION - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
A multi-instance activity has met its condition and completed successfully.
MULTI_INSTANCE_ACTIVITY_STARTED - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
A multi-instance activity is starting to execute.

N

name() - Method in interface org.flowable.common.engine.api.delegate.event.FlowableEventType
 
NativeQuery<T extends NativeQuery<?,​?>,​U> - Interface in org.flowable.common.engine.api.query
Describes basic methods for doing native queries
NULLS_FIRST - org.flowable.common.engine.api.query.Query.NullHandlingOnOrder
 
NULLS_LAST - org.flowable.common.engine.api.query.Query.NullHandlingOnOrder
 

O

onEngineBuilt(Engine) - Method in interface org.flowable.common.engine.api.engine.EngineLifecycleListener
Called right after the engine has been built.
onEngineClosed(Engine) - Method in interface org.flowable.common.engine.api.engine.EngineLifecycleListener
Called right after the engine has been closed.
onEvent(FlowableEvent) - Method in interface org.flowable.common.engine.api.delegate.event.FlowableEventListener
Called when an event has been fired
onTransaction - Variable in class org.flowable.common.engine.api.delegate.event.AbstractFlowableEventListener
 
orderAsc(String) - Method in interface org.flowable.common.engine.api.management.TablePageQuery
Orders the resulting table page rows by the given column in ascending order.
orderBy(QueryProperty) - Method in interface org.flowable.common.engine.api.query.Query
 
orderBy(QueryProperty, Query.NullHandlingOnOrder) - Method in interface org.flowable.common.engine.api.query.Query
 
orderDesc(String) - Method in interface org.flowable.common.engine.api.management.TablePageQuery
Orders the resulting table page rows by the given column in descending order.
org.flowable.common.engine.api - package org.flowable.common.engine.api
 
org.flowable.common.engine.api.async - package org.flowable.common.engine.api.async
 
org.flowable.common.engine.api.constant - package org.flowable.common.engine.api.constant
 
org.flowable.common.engine.api.delegate - package org.flowable.common.engine.api.delegate
 
org.flowable.common.engine.api.delegate.event - package org.flowable.common.engine.api.delegate.event
 
org.flowable.common.engine.api.engine - package org.flowable.common.engine.api.engine
 
org.flowable.common.engine.api.history - package org.flowable.common.engine.api.history
 
org.flowable.common.engine.api.identity - package org.flowable.common.engine.api.identity
 
org.flowable.common.engine.api.io - package org.flowable.common.engine.api.io
 
org.flowable.common.engine.api.management - package org.flowable.common.engine.api.management
 
org.flowable.common.engine.api.query - package org.flowable.common.engine.api.query
 
org.flowable.common.engine.api.repository - package org.flowable.common.engine.api.repository
 
org.flowable.common.engine.api.scope - package org.flowable.common.engine.api.scope
 
org.flowable.common.engine.api.tenant - package org.flowable.common.engine.api.tenant
 
org.flowable.common.engine.api.variable - package org.flowable.common.engine.api.variable
 

P

parameter(String, Object) - Method in interface org.flowable.common.engine.api.query.NativeQuery
Add parameter to be replaced in query for index, e.g.
PLAN_ITEM - Static variable in interface org.flowable.common.engine.api.scope.ScopeTypes
 
PLAN_ITEM_CHILD_CASE - Static variable in interface org.flowable.common.engine.api.constant.ReferenceTypes
 
PLAN_ITEM_CHILD_HUMAN_TASK - Static variable in interface org.flowable.common.engine.api.constant.ReferenceTypes
 
PLAN_ITEM_CHILD_PROCESS - Static variable in interface org.flowable.common.engine.api.constant.ReferenceTypes
 
prefix() - Method in interface org.flowable.common.engine.api.delegate.FlowableFunctionDelegate
The prefix of the method when used in an expression, like the first part of ${prefix:method()}.
prefixes() - Method in interface org.flowable.common.engine.api.delegate.FlowableFunctionDelegate
All the prefixes of the method when used in an expression.
PROCESS_CANCELLED - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
A process has been cancelled.
PROCESS_COMPLETED - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
A process has been completed.
PROCESS_COMPLETED_WITH_ERROR_END_EVENT - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
A process has been completed with an error end event.
PROCESS_COMPLETED_WITH_ESCALATION_END_EVENT - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
A process has been completed with an escalation end event.
PROCESS_COMPLETED_WITH_TERMINATE_END_EVENT - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
A process has been completed with a terminate end event.
PROCESS_CREATED - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
A process instance has been created.
PROCESS_STARTED - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
A process instance has been started.

Q

Query<T extends Query<?,​?>,​U> - Interface in org.flowable.common.engine.api.query
Describes basic methods for querying.
Query.NullHandlingOnOrder - Enum in org.flowable.common.engine.api.query
 
QueryProperty - Interface in org.flowable.common.engine.api.query
Describes a property that can be used in a Query.

R

reduceLogLevel - Variable in exception org.flowable.common.engine.api.FlowableException
 
ReferenceTypes - Interface in org.flowable.common.engine.api.constant
 
removeEventListener(FlowableEventListener) - Method in interface org.flowable.common.engine.api.delegate.event.FlowableEventDispatcher
Removes the given listener from this dispatcher.
rowData - Variable in class org.flowable.common.engine.api.management.TablePage
The actual content of the database table, stored as a list of mappings of the form {column name, value}.

S

ScopeTypes - Interface in org.flowable.common.engine.api.scope
 
SEQUENCEFLOW_TAKEN - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
Indicates the engine has taken (ie.
setBytes(byte[]) - Method in interface org.flowable.common.engine.api.repository.EngineResource
 
setColumnNames(List<String>) - Method in class org.flowable.common.engine.api.management.TableMetaData
 
setColumnTypes(List<String>) - Method in class org.flowable.common.engine.api.management.TableMetaData
 
setDeploymentId(String) - Method in interface org.flowable.common.engine.api.repository.EngineResource
 
setEnabled(boolean) - Method in interface org.flowable.common.engine.api.delegate.event.FlowableEventDispatcher
 
setFirstResult(long) - Method in class org.flowable.common.engine.api.management.TablePage
 
setLogged(boolean) - Method in exception org.flowable.common.engine.api.FlowableException
 
setName(String) - Method in interface org.flowable.common.engine.api.repository.EngineResource
 
setOnTransaction(String) - Method in class org.flowable.common.engine.api.delegate.event.AbstractFlowableEventListener
 
setPrincipal(Principal) - Method in interface org.flowable.common.engine.api.identity.AuthenticationContext
Changes the currently authenticated principal, or removes the authentication information.
setReduceLogLevel(boolean) - Method in exception org.flowable.common.engine.api.FlowableException
 
setRows(List<Map<String, Object>>) - Method in class org.flowable.common.engine.api.management.TablePage
 
setTableName(String) - Method in class org.flowable.common.engine.api.management.TableMetaData
 
setTableName(String) - Method in class org.flowable.common.engine.api.management.TablePage
 
setTotal(long) - Method in class org.flowable.common.engine.api.management.TablePage
 
setTransientVariable(String, Object) - Method in interface org.flowable.common.engine.api.variable.VariableContainer
 
setValue(Object, VariableContainer) - Method in interface org.flowable.common.engine.api.delegate.Expression
 
setVariable(String, Object) - Method in interface org.flowable.common.engine.api.variable.VariableContainer
 
shutdown() - Method in interface org.flowable.common.engine.api.async.AsyncTaskExecutor
Potentially shutdown the resources used by the async task executor.
simulate() - Method in interface org.flowable.common.engine.api.tenant.ChangeTenantIdBuilder
Executes a simulation of the change of tenant id, calculating the number of instances that will be affected
singleResult() - Method in interface org.flowable.common.engine.api.query.NativeQuery
Executes the query and returns the resulting entity or null if no entity matches the query criteria.
singleResult() - Method in interface org.flowable.common.engine.api.query.Query
Executes the query and returns the resulting entity or null if no entity matches the query criteria.
sql(String) - Method in interface org.flowable.common.engine.api.query.NativeQuery
Hand in the SQL statement you want to execute.
STAGE_ENDED - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
A stage instance (plan item) has been ended (either through completion, manual termination or an exit).
STAGE_STARTED - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
A stage instance (plan item) has been started (went into active state, not to be confused with the creation of the stage plan item).
submit(Runnable) - Method in interface org.flowable.common.engine.api.async.AsyncTaskExecutor
Submit a Runnable task for execution, receiving a Future representing the execution of the task.
submit(Callable<T>) - Method in interface org.flowable.common.engine.api.async.AsyncTaskExecutor
Submit a Callable task for execution, receiving a Future representing the execution of the task.
submit(Callable<T>) - Method in interface org.flowable.common.engine.api.async.AsyncTaskInvoker
 

T

TableMetaData - Class in org.flowable.common.engine.api.management
Structure containing meta data (column names, column types, etc.) about a certain database table.
TableMetaData() - Constructor for class org.flowable.common.engine.api.management.TableMetaData
 
TableMetaData(String) - Constructor for class org.flowable.common.engine.api.management.TableMetaData
 
tableName - Variable in class org.flowable.common.engine.api.management.TableMetaData
 
tableName - Variable in class org.flowable.common.engine.api.management.TablePage
 
tableName(String) - Method in interface org.flowable.common.engine.api.management.TablePageQuery
The name of the table of which a page must be fetched.
TablePage - Class in org.flowable.common.engine.api.management
Data structure used for retrieving database table content.
TablePage() - Constructor for class org.flowable.common.engine.api.management.TablePage
 
TablePageQuery - Interface in org.flowable.common.engine.api.management
Allows programmatic querying of TablePages.
TASK - Static variable in interface org.flowable.common.engine.api.scope.ScopeTypes
 
TASK_ASSIGNED - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
A task as been assigned.
TASK_COMPLETED - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
A task has been completed.
TASK_CREATED - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
A task has been created.
TASK_DUEDATE_CHANGED - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
A task dueDate has been changed.
TASK_NAME_CHANGED - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
A task name has been changed.
TASK_OWNER_CHANGED - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
A task owner has been changed.
TASK_PRIORITY_CHANGED - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
A task priority has been changed.
TIMER_FIRED - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
Timer has been fired successfully.
TIMER_SCHEDULED - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
A Timer has been scheduled.
total - Variable in class org.flowable.common.engine.api.management.TablePage
The total number of rows in the table.

V

valueOf(String) - Static method in enum org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.flowable.common.engine.api.query.Query.NullHandlingOnOrder
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.flowable.common.engine.api.query.Query.NullHandlingOnOrder
Returns an array containing the constants of this enum type, in the order they are declared.
VARIABLE_CREATED - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
A new variable has been created.
VARIABLE_DELETED - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
An existing variable has been deleted.
VARIABLE_UPDATED - org.flowable.common.engine.api.delegate.event.FlowableEngineEventType
An existing variable has been updated.
VariableContainer - Interface in org.flowable.common.engine.api.variable
 
A B C D E F G H I J L M N O P Q R S T V 
All Classes All Packages