Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractAgenda - Class in org.flowable.common.engine.impl.agenda
- AbstractAgenda(CommandContext) - Constructor for class org.flowable.common.engine.impl.agenda.AbstractAgenda
- AbstractCommandInterceptor - Class in org.flowable.common.engine.impl.interceptor
- AbstractCommandInterceptor() - Constructor for class org.flowable.common.engine.impl.interceptor.AbstractCommandInterceptor
- AbstractDataManager<EntityImpl extends Entity> - Class in org.flowable.common.engine.impl.db
- AbstractDataManager() - Constructor for class org.flowable.common.engine.impl.db.AbstractDataManager
- AbstractEngineConfiguration - Class in org.flowable.common.engine.impl
- AbstractEngineConfiguration() - Constructor for class org.flowable.common.engine.impl.AbstractEngineConfiguration
- AbstractEngineConfigurator - Class in org.flowable.common.engine.impl
-
Convenience class for external engines (IDM/DMN/Form/...) to work together with the process engine while also sharing as much internal resources as possible.
- AbstractEngineConfigurator() - Constructor for class org.flowable.common.engine.impl.AbstractEngineConfigurator
- AbstractEngineEntityManager<T extends AbstractEngineConfiguration,
EntityImpl extends Entity, DM extends DataManager<EntityImpl>> - Class in org.flowable.common.engine.impl.persistence.entity - AbstractEngineEntityManager(T, DM) - Constructor for class org.flowable.common.engine.impl.persistence.entity.AbstractEngineEntityManager
- AbstractEntity - Class in org.flowable.common.engine.impl.persistence.entity
-
Abstract superclass for the common properties of all
Entityimplementations. - AbstractEntity() - Constructor for class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
- AbstractEntityManager<EntityImpl extends Entity,
DM extends DataManager<EntityImpl>> - Class in org.flowable.common.engine.impl.persistence.entity - AbstractEntityManager(DM, String) - Constructor for class org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager
- AbstractEntityNoRevision - Class in org.flowable.common.engine.impl.persistence.entity
-
Abstract superclass for the common properties of all
Entityimplementations. - AbstractEntityNoRevision() - Constructor for class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
- AbstractFlowableFunctionDelegate - Class in org.flowable.common.engine.impl.el
-
Abstract class that can be used as a base class for pluggable functions that can be used in the EL expressions
- AbstractFlowableFunctionDelegate() - Constructor for class org.flowable.common.engine.impl.el.AbstractFlowableFunctionDelegate
- AbstractFlowableVariableExpressionFunction - Class in org.flowable.common.engine.impl.el.function
- AbstractFlowableVariableExpressionFunction(String) - Constructor for class org.flowable.common.engine.impl.el.function.AbstractFlowableVariableExpressionFunction
- AbstractFlowableVariableExpressionFunction(List<String>, String) - Constructor for class org.flowable.common.engine.impl.el.function.AbstractFlowableVariableExpressionFunction
- AbstractNativeQuery<T extends NativeQuery<?,
?>, U> - Class in org.flowable.common.engine.impl.query -
Abstract superclass for all native query types.
- AbstractNativeQuery(CommandContext) - Constructor for class org.flowable.common.engine.impl.query.AbstractNativeQuery
- AbstractNativeQuery(CommandExecutor) - Constructor for class org.flowable.common.engine.impl.query.AbstractNativeQuery
- AbstractQuery<T extends Query<?,
?>, U> - Class in org.flowable.common.engine.impl.query -
Abstract superclass for all query types.
- AbstractQuery() - Constructor for class org.flowable.common.engine.impl.query.AbstractQuery
- AbstractQuery(CommandContext) - Constructor for class org.flowable.common.engine.impl.query.AbstractQuery
- AbstractQuery(CommandExecutor) - Constructor for class org.flowable.common.engine.impl.query.AbstractQuery
- AbstractScriptEvaluator - Class in org.flowable.common.engine.impl.scripting
-
Base class simplifying binding and evaluation of scriptable elements.
- AbstractScriptEvaluator() - Constructor for class org.flowable.common.engine.impl.scripting.AbstractScriptEvaluator
- AbstractScriptEvaluator(Expression, String) - Constructor for class org.flowable.common.engine.impl.scripting.AbstractScriptEvaluator
- AbstractServiceConfiguration - Class in org.flowable.common.engine.impl
- AbstractServiceConfiguration(String) - Constructor for class org.flowable.common.engine.impl.AbstractServiceConfiguration
- AbstractServiceEngineEntityManager<T extends AbstractServiceConfiguration,
EntityImpl extends Entity, DM extends DataManager<EntityImpl>> - Class in org.flowable.common.engine.impl.persistence.entity - AbstractServiceEngineEntityManager(T, String, DM) - Constructor for class org.flowable.common.engine.impl.persistence.entity.AbstractServiceEngineEntityManager
- AbstractSqlScriptBasedDbSchemaManager - Class in org.flowable.common.engine.impl.db
- AbstractSqlScriptBasedDbSchemaManager() - Constructor for class org.flowable.common.engine.impl.db.AbstractSqlScriptBasedDbSchemaManager
- AbstractVariableComparatorExpressionFunction - Class in org.flowable.common.engine.impl.el.function
- AbstractVariableComparatorExpressionFunction(List<String>, String) - Constructor for class org.flowable.common.engine.impl.el.function.AbstractVariableComparatorExpressionFunction
- AbstractVariableComparatorExpressionFunction.OPERATOR - Enum Class in org.flowable.common.engine.impl.el.function
- acquireLock() - Method in interface org.flowable.common.engine.impl.lock.LockManager
-
Acquire the lock.
- acquireLock() - Method in class org.flowable.common.engine.impl.lock.LockManagerImpl
- acquireLock(Duration) - Method in interface org.flowable.common.engine.impl.lock.LockManager
-
Acquire the lock.
- acquireLock(Duration) - Method in class org.flowable.common.engine.impl.lock.LockManagerImpl
- action - Variable in class org.flowable.common.engine.impl.agenda.ExecuteFutureActionOperation
- ACTIVE - Static variable in interface org.flowable.common.engine.impl.db.SuspensionState
- ACTIVITY - Enum constant in enum class org.flowable.common.engine.impl.history.HistoryLevel
- add(boolean) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Parser
-
add := add (<PLUS> mul | <MINUS> mul)*
- add(String, T) - Method in class org.flowable.common.engine.impl.persistence.deploy.DefaultDeploymentCache
- add(String, T) - Method in interface org.flowable.common.engine.impl.persistence.deploy.DeploymentCache
- add(String, T) - Method in class org.flowable.common.engine.impl.persistence.deploy.FullDeploymentCache
- add(Calendar, Duration) - Method in class org.flowable.common.engine.impl.calendar.DurationHelper
- add(TypeConverter, Object, Object) - Static method in class org.flowable.common.engine.impl.de.odysseus.el.misc.NumberOperations
- add(ELResolver) - Method in class org.flowable.common.engine.impl.javax.el.CompositeELResolver
-
Adds the given resolver to the list of component resolvers.
- ADD - Enum constant in enum class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Parser.ExtensionPoint
- ADD - Static variable in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstBinary
- addAgendaOperationExecutionListener(AgendaOperationExecutionListener) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- addAstFunctionCreator(FlowableAstFunctionCreator) - Method in class org.flowable.common.engine.impl.el.FlowableExpressionFactory.FlowableExpressionBuilder
- addAttribute(String, Object) - Method in class org.flowable.common.engine.impl.interceptor.CommandContext
- addBusinessCalendar(String, BusinessCalendar) - Method in class org.flowable.common.engine.impl.calendar.MapBusinessCalendarManager
- addCloseListener(CommandContextCloseListener) - Method in class org.flowable.common.engine.impl.interceptor.CommandContext
- addConfigurator(EngineConfigurator) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- addCustomPostCommandInterceptor(CommandInterceptor) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- addCustomPreCommandInterceptor(CommandInterceptor) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- addCustomSessionFactory(SessionFactory) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- addDatabaseSpecificStatement(String, String, String) - Method in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- addDataSource(Object, DataSource) - Method in class org.flowable.common.engine.impl.cfg.multitenant.TenantAwareDataSource
- addEngineConfiguration(String, String, AbstractEngineConfiguration) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- addEngineConfiguration(String, String, AbstractEngineConfiguration) - Method in class org.flowable.common.engine.impl.interceptor.CommandContext
- addEngineLifecycleListener(EngineLifecycleListener) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- addEngineLoggingData(String, String, String, ObjectMapper) - Static method in class org.flowable.common.engine.impl.logging.LoggingSessionUtil
- addErrorLoggingData(String, ObjectNode, Throwable, String) - Static method in class org.flowable.common.engine.impl.logging.LoggingSessionUtil
- addEventListener(FlowableEventListener) - Method in class org.flowable.common.engine.impl.event.FlowableEventDispatcherImpl
- addEventListener(FlowableEventListener) - Method in class org.flowable.common.engine.impl.event.FlowableEventSupport
- addEventListener(FlowableEventListener, FlowableEventType...) - Method in class org.flowable.common.engine.impl.event.FlowableEventDispatcherImpl
- addEventListener(FlowableEventListener, FlowableEventType...) - Method in class org.flowable.common.engine.impl.event.FlowableEventSupport
- addEventRegistryEventConsumer(String, EventRegistryEventConsumer) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- addExpressionManagerConfigurer(Consumer<ExpressionManager>) - Method in interface org.flowable.common.engine.impl.HasExpressionManagerEngineConfiguration
- additionalData - Variable in class org.flowable.common.engine.impl.callback.CallbackData
- additionalEventDispatchActions - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- additionalEventDispatchActions - Variable in class org.flowable.common.engine.impl.AbstractServiceConfiguration
- additionalResolver(Resolver) - Method in class org.flowable.common.engine.impl.scripting.ScriptEngineRequest.Builder
-
Adds additional resolver to the end of the list of resolvers.
- additionalResolvers - Variable in class org.flowable.common.engine.impl.scripting.ScriptEngineRequest
- additionalResolvers - Variable in class org.flowable.common.engine.impl.scripting.ScriptEngineRequest.Builder
- addLoggingData(String, ObjectNode, String) - Method in class org.flowable.common.engine.impl.logging.LoggingSession
- addLoggingData(String, ObjectNode, String) - Static method in class org.flowable.common.engine.impl.logging.LoggingSessionUtil
- addLoggingData(String, String, String, ObjectMapper) - Static method in class org.flowable.common.engine.impl.logging.LoggingSessionUtil
- addLoggingData(String, String, String, String, String, String, String, String, String, String, String, ObjectMapper) - Static method in class org.flowable.common.engine.impl.logging.LoggingSessionUtil
- addLogicalEntityClassMapping(String, Class<?>) - Method in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- addOrder(String, String) - Method in class org.flowable.common.engine.impl.persistence.entity.TablePageQueryImpl
- addOrder(String, String, Query.NullHandlingOnOrder) - Method in class org.flowable.common.engine.impl.db.ListQueryParameterObject
- addPostDefaultResolver(ELResolver) - Method in class org.flowable.common.engine.impl.el.DefaultExpressionManager
- addPreBeanResolver(ELResolver) - Method in class org.flowable.common.engine.impl.el.DefaultExpressionManager
- addPreDefaultResolver(ELResolver) - Method in class org.flowable.common.engine.impl.el.DefaultExpressionManager
- addScriptEngineFactory(ScriptEngineFactory) - Method in class org.flowable.common.engine.impl.scripting.ScriptingEngines
- addServiceConfiguration(String, AbstractServiceConfiguration) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- addSessionFactory(SessionFactory) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- addSingleUnitQuantity(Date, String) - Method in class org.flowable.common.engine.impl.calendar.DefaultBusinessCalendar
- addSqlStatementPiece(String, String) - Method in class org.flowable.common.engine.impl.db.AbstractSqlScriptBasedDbSchemaManager
- addToSet(int, int, int, int) - Method in class org.flowable.common.engine.impl.calendar.CronExpression
- addTraceTag(String, String) - Method in class org.flowable.common.engine.impl.scripting.DefaultScriptTrace
- addTraceTag(String, String) - Method in interface org.flowable.common.engine.impl.scripting.ScriptTraceEnhancer.ScriptTraceContext
-
Adds a tracing tag to this script trace.
- addTransactionListener(TransactionState, TransactionListener) - Method in class org.flowable.common.engine.impl.cfg.jta.JtaTransactionContext
- addTransactionListener(TransactionState, TransactionListener) - Method in class org.flowable.common.engine.impl.cfg.standalone.StandaloneMybatisTransactionContext
- addTransactionListener(TransactionState, TransactionListener) - Method in interface org.flowable.common.engine.impl.cfg.TransactionContext
- addTransientVariable(String, Object) - Method in class org.flowable.common.engine.impl.variable.MapDelegateVariableContainer
-
Convenience method which returns
thisfor method concatenation. - addTypedEventListener(FlowableEventListener, FlowableEventType) - Method in class org.flowable.common.engine.impl.event.FlowableEventSupport
- addUnstoredKey(String) - Method in class org.flowable.common.engine.impl.scripting.ScriptBindings
- addVariableData(String, String, String, String, String) - Method in class org.flowable.common.engine.impl.variablelistener.VariableListenerSession
- AdvancedCycleBusinessCalendar - Class in org.flowable.common.engine.impl.calendar
-
An BusinessCalendar implementation for cycle based schedules that takes into account a different daylight savings time zone than the one that the server is configured for.
- AdvancedCycleBusinessCalendar(ClockReader) - Constructor for class org.flowable.common.engine.impl.calendar.AdvancedCycleBusinessCalendar
- AdvancedCycleBusinessCalendar(ClockReader, Integer) - Constructor for class org.flowable.common.engine.impl.calendar.AdvancedCycleBusinessCalendar
- AdvancedSchedulerResolver - Interface in org.flowable.common.engine.impl.calendar
-
Provides an interface for versioned due date resolvers.
- AdvancedSchedulerResolverWithoutTimeZone - Class in org.flowable.common.engine.impl.calendar
-
Resolves a due date using the original due date resolver.
- AdvancedSchedulerResolverWithoutTimeZone() - Constructor for class org.flowable.common.engine.impl.calendar.AdvancedSchedulerResolverWithoutTimeZone
- AdvancedSchedulerResolverWithTimeZone - Class in org.flowable.common.engine.impl.calendar
-
Resolves a due date taking into account the specified time zone.
- AdvancedSchedulerResolverWithTimeZone() - Constructor for class org.flowable.common.engine.impl.calendar.AdvancedSchedulerResolverWithTimeZone
- afterCompletion(int) - Method in class org.flowable.common.engine.impl.cfg.jta.JtaTransactionContext.TransactionStateSynchronization
- afterExecute(CommandContext, Runnable) - Method in interface org.flowable.common.engine.impl.agenda.AgendaOperationExecutionListener
- afterExecuteException(CommandContext, Runnable, Throwable) - Method in interface org.flowable.common.engine.impl.agenda.AgendaOperationExecutionListener
- afterInit(S) - Method in interface org.flowable.common.engine.impl.ServiceConfigurator
-
Called when the service boots up, before it is usable, but after the initialisation of internal objects is done.
- afterSessionsFlush(CommandContext) - Method in interface org.flowable.common.engine.impl.interceptor.CommandContextCloseListener
-
Called when the
Sessionhave been successfully flushed. - afterSessionsFlush(CommandContext) - Method in class org.flowable.common.engine.impl.interceptor.TransactionCommandContextCloseListener
- afterSessionsFlush(CommandContext) - Method in class org.flowable.common.engine.impl.logging.LoggingSessionCommandContextCloseListener
- afterTestExecution(ExtensionContext) - Method in class org.flowable.common.engine.impl.test.LoggingExtension
- agenda - Variable in class org.flowable.common.engine.impl.agenda.WaitForAnyFutureToFinishOperation
- Agenda - Interface in org.flowable.common.engine.impl.agenda
- AgendaFutureMaxWaitTimeoutProvider - Interface in org.flowable.common.engine.impl.agenda
- AgendaOperationExecutionListener - Interface in org.flowable.common.engine.impl.agenda
- agendaOperationExecutionListeners - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- agendaOperationRunner - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- AgendaOperationRunner - Interface in org.flowable.common.engine.impl.agenda
- ALL_SPEC - Static variable in class org.flowable.common.engine.impl.calendar.CronExpression
- ALL_SPEC_INT - Static variable in class org.flowable.common.engine.impl.calendar.CronExpression
- allConfigurators - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- allowCoreThreadTimeout - Variable in class org.flowable.common.engine.impl.async.AsyncTaskExecutorConfiguration
-
Whether core threads can time out (which is needed to scale down the threads)
- alternativeVersionStrings - Variable in class org.flowable.common.engine.impl.FlowableVersion
- alwaysLookupLatestDefinitionVersion - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
-
Set to true if the latest version of a definition should be retrieved, ignoring a possible parent deployment id value
- AlwaysUpdatedPersistentObject - Interface in org.flowable.common.engine.impl.persistence.entity
- and(boolean) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Parser
-
and := eq (<AND> eq)*
- AND - Enum constant in enum class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Parser.ExtensionPoint
- AND - Enum constant in enum class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner.Symbol
- AND - Static variable in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstBinary
- appendStructure(StringBuilder, Bindings) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstBinary
- appendStructure(StringBuilder, Bindings) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstBoolean
- appendStructure(StringBuilder, Bindings) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstBracket
- appendStructure(StringBuilder, Bindings) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstChoice
- appendStructure(StringBuilder, Bindings) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstComposite
- appendStructure(StringBuilder, Bindings) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstDot
- appendStructure(StringBuilder, Bindings) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstEval
- appendStructure(StringBuilder, Bindings) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstFunction
- appendStructure(StringBuilder, Bindings) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstIdentifier
- appendStructure(StringBuilder, Bindings) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstMethod
- appendStructure(StringBuilder, Bindings) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstNested
- appendStructure(StringBuilder, Bindings) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstNode
- appendStructure(StringBuilder, Bindings) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstNull
- appendStructure(StringBuilder, Bindings) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstNumber
- appendStructure(StringBuilder, Bindings) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstParameters
- appendStructure(StringBuilder, Bindings) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstString
- appendStructure(StringBuilder, Bindings) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstText
- appendStructure(StringBuilder, Bindings) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstUnary
- apply(TypeConverter, Object) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstUnary.SimpleOperator
- apply(TypeConverter, Object, Object) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstBinary.SimpleOperator
- applyCustomMybatisCustomizations(Configuration) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- ArrayELResolver - Class in org.flowable.common.engine.impl.javax.el
-
Defines property resolution behavior on arrays.
- ArrayELResolver() - Constructor for class org.flowable.common.engine.impl.javax.el.ArrayELResolver
-
Creates a new read/write ArrayELResolver.
- ArrayELResolver(boolean) - Constructor for class org.flowable.common.engine.impl.javax.el.ArrayELResolver
-
Creates a new ArrayELResolver whose read-only status is determined by the given parameter.
- arrayNodeContains(ArrayNode, Object) - Static method in class org.flowable.common.engine.impl.el.function.VariableContainsExpressionFunction
- asc() - Method in class org.flowable.common.engine.impl.query.AbstractQuery
- ASCENDING - Static variable in class org.flowable.common.engine.impl.Direction
- assertAndEnsureCleanDb(String, Logger, AbstractEngineConfiguration, Collection<String>, boolean, Command<Void>) - Static method in class org.flowable.common.engine.impl.test.EnsureCleanDbUtils
- assertAndEnsureCleanDb(String, Logger, AbstractEngineConfiguration, EnsureCleanDb, boolean, Command<Void>) - Static method in class org.flowable.common.engine.impl.test.EnsureCleanDbUtils
- assertOperationsNotEmpty() - Method in class org.flowable.common.engine.impl.agenda.AbstractAgenda
- asString(String) - Method in class org.flowable.common.engine.impl.persistence.entity.ByteArrayRef
-
Returns the byte array from the
ByteArrayRef.getBytes(String)method asStandardCharsets.UTF_8String. - AstBinary - Class in org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast
- AstBinary(AstNode, AstNode, AstBinary.Operator) - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstBinary
- AstBinary.Operator - Interface in org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast
- AstBinary.SimpleOperator - Class in org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast
- AstBoolean - Class in org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast
- AstBoolean(boolean) - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstBoolean
- AstBracket - Class in org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast
- AstBracket(AstNode, AstNode, boolean, boolean) - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstBracket
- AstBracket(AstNode, AstNode, boolean, boolean, boolean) - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstBracket
- AstChoice - Class in org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast
- AstChoice(AstNode, AstNode, AstNode) - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstChoice
- AstComposite - Class in org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast
- AstComposite(List<AstNode>) - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstComposite
- AstDot - Class in org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast
- AstDot(AstNode, String, boolean) - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstDot
- AstDot(AstNode, String, boolean, boolean) - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstDot
- AstEval - Class in org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast
- AstEval(AstNode, boolean) - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstEval
- AstFunction - Class in org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast
- AstFunction(String, int, AstParameters) - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstFunction
- AstFunction(String, int, AstParameters, boolean) - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstFunction
- astFunctionCreators - Variable in class org.flowable.common.engine.impl.el.DefaultExpressionManager
- astFunctionCreators - Variable in class org.flowable.common.engine.impl.el.FlowableExpressionFactory.FlowableExpressionBuilder
- AstIdentifier - Class in org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast
- AstIdentifier(String, int) - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstIdentifier
- AstIdentifier(String, int, boolean) - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstIdentifier
- AstLiteral - Class in org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast
- AstLiteral() - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstLiteral
- AstMethod - Class in org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast
- AstMethod(AstProperty, AstParameters) - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstMethod
- AstNested - Class in org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast
- AstNested(AstNode) - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstNested
- AstNode - Class in org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast
- AstNode() - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstNode
- AstNull - Class in org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast
- AstNull() - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstNull
- AstNumber - Class in org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast
- AstNumber(Number) - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstNumber
- AstParameters - Class in org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast
- AstParameters(List<AstNode>) - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstParameters
- AstProperty - Class in org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast
- AstProperty(AstNode, boolean, boolean) - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstProperty
- AstProperty(AstNode, boolean, boolean, boolean) - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstProperty
- AstRightValue - Class in org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast
- AstRightValue() - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstRightValue
- AstString - Class in org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast
- AstString(String) - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstString
- AstText - Class in org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast
- AstText(String) - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstText
- AstUnary - Class in org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast
- AstUnary(AstNode, AstUnary.Operator) - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstUnary
- AstUnary.Operator - Interface in org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast
- AstUnary.SimpleOperator - Class in org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast
- AsyncTaskExecutorConfiguration - Class in org.flowable.common.engine.impl.async
- AsyncTaskExecutorConfiguration() - Constructor for class org.flowable.common.engine.impl.async.AsyncTaskExecutorConfiguration
- attributes - Variable in class org.flowable.common.engine.impl.interceptor.CommandContext
- AUDIT - Enum constant in enum class org.flowable.common.engine.impl.history.HistoryLevel
- Authentication - Class in org.flowable.common.engine.impl.identity
- Authentication() - Constructor for class org.flowable.common.engine.impl.identity.Authentication
- awaitTerminationPeriod - Variable in class org.flowable.common.engine.impl.async.AsyncTaskExecutorConfiguration
-
The time that is waited to gracefully shut down the thread pool used for job execution
B
- base64(VariableContainer, String) - Static method in class org.flowable.common.engine.impl.el.function.VariableBase64ExpressionFunction
- BaseChangeTenantIdCmd - Class in org.flowable.common.engine.impl.tenant
- BaseChangeTenantIdCmd(ChangeTenantIdBuilderImpl, String) - Constructor for class org.flowable.common.engine.impl.tenant.BaseChangeTenantIdCmd
- BaseNativeQuery<T extends NativeQuery<?,
?>, U> - Class in org.flowable.common.engine.impl.query - BaseNativeQuery() - Constructor for class org.flowable.common.engine.impl.query.BaseNativeQuery
- BaseNativeQuery.ResultType - Enum Class in org.flowable.common.engine.impl.query
- BeanELResolver - Class in org.flowable.common.engine.impl.javax.el
-
Defines property resolution behavior on objects using the JavaBeans component architecture.
- BeanELResolver() - Constructor for class org.flowable.common.engine.impl.javax.el.BeanELResolver
-
Creates a new read/write BeanELResolver.
- BeanELResolver(boolean) - Constructor for class org.flowable.common.engine.impl.javax.el.BeanELResolver
-
Creates a new BeanELResolver whose read-only status is determined by the given parameter.
- BeanELResolver.BeanProperties - Class in org.flowable.common.engine.impl.javax.el
- BeanELResolver.BeanProperty - Class in org.flowable.common.engine.impl.javax.el
- beanFactory - Variable in class org.flowable.common.engine.impl.cfg.SpringBeanFactoryProxyMap
- BeanProperties(Class<?>) - Constructor for class org.flowable.common.engine.impl.javax.el.BeanELResolver.BeanProperties
- BeanProperty(Class<?>, PropertyDescriptor) - Constructor for class org.flowable.common.engine.impl.javax.el.BeanELResolver.BeanProperty
- beanResolver - Variable in class org.flowable.common.engine.impl.el.DefaultExpressionManager
- beans - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- beans - Variable in class org.flowable.common.engine.impl.el.DefaultExpressionManager
- BeansConfigurationHelper - Class in org.flowable.common.engine.impl.cfg
- BeansConfigurationHelper() - Constructor for class org.flowable.common.engine.impl.cfg.BeansConfigurationHelper
- BeansResolverFactory - Class in org.flowable.common.engine.impl.scripting
- BeansResolverFactory() - Constructor for class org.flowable.common.engine.impl.scripting.BeansResolverFactory
- beforeCompletion() - Method in class org.flowable.common.engine.impl.cfg.jta.JtaTransactionContext.TransactionStateSynchronization
- beforeExecute(CommandContext, Runnable) - Method in interface org.flowable.common.engine.impl.agenda.AgendaOperationExecutionListener
- beforeInit(AbstractEngineConfiguration) - Method in class org.flowable.common.engine.impl.AbstractEngineConfigurator
- beforeInit(AbstractEngineConfiguration) - Method in interface org.flowable.common.engine.impl.EngineConfigurator
-
Called before any initialisation has been done.
- beforeInit(S) - Method in interface org.flowable.common.engine.impl.ServiceConfigurator
-
Called before any initialisation has been done.
- beforeReturn(CommandContext, ChangeTenantIdResult) - Method in class org.flowable.common.engine.impl.tenant.BaseChangeTenantIdCmd
- beforeReturn(CommandContext, ChangeTenantIdResult) - Method in class org.flowable.common.engine.impl.tenant.ExecuteChangeTenantIdCmd
- beforeTestExecution(ExtensionContext) - Method in class org.flowable.common.engine.impl.test.LoggingExtension
- bind(FunctionMapper, VariableMapper) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.Tree
-
Create a bindings.
- bind(FunctionMapper, VariableMapper, TypeConverter) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.Tree
-
Create a bindings.
- bindings - Variable in class org.flowable.common.engine.impl.scripting.ScriptEvaluationImpl
- Bindings - Class in org.flowable.common.engine.impl.de.odysseus.el.tree
-
Bindings, usually created by a
Tree. - Bindings(Method[], ValueExpression[]) - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.tree.Bindings
-
Constructor.
- Bindings(Method[], ValueExpression[], TypeConverter) - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.tree.Bindings
-
Constructor.
- BooleanOperations - Class in org.flowable.common.engine.impl.de.odysseus.el.misc
- BooleanOperations() - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.misc.BooleanOperations
- build() - Method in class org.flowable.common.engine.impl.scripting.ScriptEngineRequest.Builder
- build(String) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Builder
-
Parse expression.
- build(String) - Method in interface org.flowable.common.engine.impl.de.odysseus.el.tree.TreeBuilder
-
Parse the given expression and create an abstract syntax tree for it.
- builder - Variable in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner
- builder - Variable in class org.flowable.common.engine.impl.tenant.BaseChangeTenantIdCmd
- builder() - Static method in class org.flowable.common.engine.impl.scripting.ScriptEngineRequest
- Builder - Class in org.flowable.common.engine.impl.de.odysseus.el.tree.impl
-
Tree builder.
- Builder() - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Builder
- Builder() - Constructor for class org.flowable.common.engine.impl.scripting.ScriptEngineRequest.Builder
- Builder(Builder.Feature...) - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Builder
- Builder.Feature - Enum Class in org.flowable.common.engine.impl.de.odysseus.el.tree.impl
-
Feature enumeration type.
- buildExpression(String) - Method in class org.flowable.common.engine.impl.calendar.CronExpression
- buildOrderBy() - Method in class org.flowable.common.engine.impl.db.ListQueryParameterObject
- bulkDelete(String, CachedEntityMatcher<EntityImpl>, Object) - Method in class org.flowable.common.engine.impl.db.AbstractDataManager
-
Does a bulk delete, but also uses the provided
CachedEntityMatcherto look in the cache to mark the cached entities as deleted. - bulkDeleteByteArraysById(List<String>) - Method in interface org.flowable.common.engine.impl.persistence.entity.ByteArrayEntityManager
-
Deletes the
ByteArrayEntitywith the given ids from the database. - bulkDeleteByteArraysById(List<String>) - Method in class org.flowable.common.engine.impl.persistence.entity.ByteArrayEntityManagerImpl
- bulkDeleteByteArraysNoRevisionCheck(List<String>) - Method in interface org.flowable.common.engine.impl.persistence.entity.data.ByteArrayDataManager
- bulkDeleteByteArraysNoRevisionCheck(List<String>) - Method in class org.flowable.common.engine.impl.persistence.entity.data.impl.MybatisByteArrayDataManager
- bulkDeleteEntities(String, List<EntityImpl>) - Method in class org.flowable.common.engine.impl.db.AbstractDataManager
- BulkDeleteOperation - Class in org.flowable.common.engine.impl.db
-
Use this to execute a dedicated delete statement.
- BulkDeleteOperation(String, Object) - Constructor for class org.flowable.common.engine.impl.db.BulkDeleteOperation
- bulkDeleteOperations - Variable in class org.flowable.common.engine.impl.db.DbSqlSession
- bulkInserteableEntityClasses - Variable in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- bulkInsertStatements - Variable in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- bulkUpdateEntities(String, Map<String, Object>, String, List<EntityImpl>) - Method in class org.flowable.common.engine.impl.db.AbstractDataManager
- BusinessCalendar - Interface in org.flowable.common.engine.impl.calendar
- BusinessCalendarImpl - Class in org.flowable.common.engine.impl.calendar
-
This class implements business calendar based on internal clock
- BusinessCalendarImpl(ClockReader) - Constructor for class org.flowable.common.engine.impl.calendar.BusinessCalendarImpl
- BusinessCalendarManager - Interface in org.flowable.common.engine.impl.calendar
- byteArrayDataManager - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- ByteArrayDataManager - Interface in org.flowable.common.engine.impl.persistence.entity.data
- byteArrayEncoding - Variable in class org.flowable.common.engine.impl.util.io.StringStreamSource
- ByteArrayEntity - Interface in org.flowable.common.engine.impl.persistence.entity
- ByteArrayEntityImpl - Class in org.flowable.common.engine.impl.persistence.entity
- ByteArrayEntityImpl() - Constructor for class org.flowable.common.engine.impl.persistence.entity.ByteArrayEntityImpl
- byteArrayEntityManager - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- ByteArrayEntityManager - Interface in org.flowable.common.engine.impl.persistence.entity
- ByteArrayEntityManagerImpl - Class in org.flowable.common.engine.impl.persistence.entity
- ByteArrayEntityManagerImpl(ByteArrayDataManager, String, Supplier<FlowableEventDispatcher>) - Constructor for class org.flowable.common.engine.impl.persistence.entity.ByteArrayEntityManagerImpl
- ByteArrayRef - Class in org.flowable.common.engine.impl.persistence.entity
-
Encapsulates the logic for transparently working with
ByteArrayEntity. - ByteArrayRef() - Constructor for class org.flowable.common.engine.impl.persistence.entity.ByteArrayRef
- ByteArrayRef(String, CommandExecutor) - Constructor for class org.flowable.common.engine.impl.persistence.entity.ByteArrayRef
- ByteArrayRefTypeHandler - Class in org.flowable.common.engine.impl.persistence.entity
-
MyBatis TypeHandler for
ByteArrayRef. - ByteArrayRefTypeHandler() - Constructor for class org.flowable.common.engine.impl.persistence.entity.ByteArrayRefTypeHandler
- bytes - Variable in class org.flowable.common.engine.impl.persistence.entity.ByteArrayEntityImpl
- bytes - Variable in class org.flowable.common.engine.impl.util.io.BytesStreamSource
- bytes - Variable in class org.flowable.common.engine.impl.util.io.InputStreamSource
- BytesStreamSource - Class in org.flowable.common.engine.impl.util.io
- BytesStreamSource(byte[]) - Constructor for class org.flowable.common.engine.impl.util.io.BytesStreamSource
C
- cache - Variable in class org.flowable.common.engine.impl.persistence.deploy.DefaultDeploymentCache
- cache - Variable in class org.flowable.common.engine.impl.persistence.deploy.FullDeploymentCache
- Cache - Class in org.flowable.common.engine.impl.de.odysseus.el.tree.impl
-
Concurrent (thread-safe) FIFO tree cache (using classes from
java.util.concurrent). - Cache(int) - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Cache
-
Creates a new cache with the specified capacity and default concurrency level (16).
- Cache(int, int) - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Cache
-
Creates a new cache with the specified capacity and concurrency level.
- cachedEngines - Variable in class org.flowable.common.engine.impl.scripting.ScriptingEngines
- CachedEntity - Class in org.flowable.common.engine.impl.persistence.cache
- CachedEntity(Entity, boolean) - Constructor for class org.flowable.common.engine.impl.persistence.cache.CachedEntity
- CachedEntityMatcher<EntityImpl extends Entity> - Interface in org.flowable.common.engine.impl.persistence.cache
-
Interface to express a condition whether or not a cached entity should be used in the return result of a query.
- CachedEntityMatcherAdapter<EntityImpl extends Entity> - Class in org.flowable.common.engine.impl.persistence.cache
- CachedEntityMatcherAdapter() - Constructor for class org.flowable.common.engine.impl.persistence.cache.CachedEntityMatcherAdapter
- cachedObjects - Variable in class org.flowable.common.engine.impl.persistence.cache.EntityCacheImpl
- cacheLoadOrStore(List<Object>, Object) - Method in class org.flowable.common.engine.impl.db.DbSqlSession
- cacheLoadOrStore(Entity, Object) - Method in class org.flowable.common.engine.impl.db.DbSqlSession
-
Returns the object in the cache.
- cacheRemove(Class<?>, String) - Method in interface org.flowable.common.engine.impl.persistence.cache.EntityCache
-
Removes the
Entityof the given type with the given id from the cache. - cacheRemove(Class<?>, String) - Method in class org.flowable.common.engine.impl.persistence.cache.EntityCacheImpl
- cacheScriptingEngines - Variable in class org.flowable.common.engine.impl.scripting.ScriptingEngines
- CallbackData - Class in org.flowable.common.engine.impl.callback
- CallbackData(String, String, String, String, String) - Constructor for class org.flowable.common.engine.impl.callback.CallbackData
- CallbackData(String, String, String, String, String, Map<String, Object>) - Constructor for class org.flowable.common.engine.impl.callback.CallbackData
- callbackId - Variable in class org.flowable.common.engine.impl.callback.CallbackData
- callbackType - Variable in class org.flowable.common.engine.impl.callback.CallbackData
- calledInsideTransaction() - Method in class org.flowable.common.engine.impl.interceptor.JtaRetryInterceptor
- CAM_MIGRATION_VERSIONS - Static variable in class org.flowable.common.engine.impl.FlowableVersions
- CandidateUtil - Class in org.flowable.common.engine.impl.assignment
- CandidateUtil() - Constructor for class org.flowable.common.engine.impl.assignment.CandidateUtil
- cause - Variable in class org.flowable.common.engine.impl.event.FlowableEntityExceptionEventImpl
- changeLogFile - Variable in class org.flowable.common.engine.impl.db.LiquibaseBasedSchemaManager
- changeLogPrefix - Variable in class org.flowable.common.engine.impl.db.LiquibaseBasedSchemaManager
- ChangeTenantIdBuilderImpl - Class in org.flowable.common.engine.impl.tenant
- ChangeTenantIdBuilderImpl(String, String, ChangeTenantIdManager) - Constructor for class org.flowable.common.engine.impl.tenant.ChangeTenantIdBuilderImpl
- changeTenantIdManager - Variable in class org.flowable.common.engine.impl.tenant.ChangeTenantIdBuilderImpl
- ChangeTenantIdManager - Interface in org.flowable.common.engine.impl.tenant
- changeType - Variable in class org.flowable.common.engine.impl.variablelistener.VariableListenerSessionData
- checkNext(int, String, int, int) - Method in class org.flowable.common.engine.impl.calendar.CronExpression
- checkQueryOk() - Method in class org.flowable.common.engine.impl.query.AbstractQuery
- classLoader - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- classLoader - Variable in class org.flowable.common.engine.impl.interceptor.CommandContext
- classLoader - Variable in class org.flowable.common.engine.impl.interceptor.CommandContextInterceptor
- CleanTest - Annotation Interface in org.flowable.common.engine.impl.test
-
Annotation that instructs the internal flowable extensions to clean all deployments of a test.
- clear() - Method in class org.flowable.common.engine.impl.cfg.SpringBeanFactoryProxyMap
- clear() - Method in class org.flowable.common.engine.impl.persistence.deploy.DefaultDeploymentCache
- clear() - Method in interface org.flowable.common.engine.impl.persistence.deploy.DeploymentCache
- clear() - Method in class org.flowable.common.engine.impl.persistence.deploy.FullDeploymentCache
- clear() - Method in class org.flowable.common.engine.impl.scripting.ScriptBindings
- clearCurrentTenantId() - Method in interface org.flowable.common.engine.impl.cfg.multitenant.TenantInfoHolder
-
Clears the current tenant identifier settings.
- clearTenantId() - Method in class org.flowable.common.engine.impl.tenant.ThreadLocalTenantContext
- clearTransientVariables() - Method in class org.flowable.common.engine.impl.variable.MapDelegateVariableContainer
-
Clears all transient variables of this variable container (not touching the delegate).
- clock - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- clock - Variable in class org.flowable.common.engine.impl.AbstractServiceConfiguration
- clock - Variable in class org.flowable.common.engine.impl.interceptor.CommandContext
- clock - Variable in class org.flowable.common.engine.impl.interceptor.CommandContextInterceptor
- Clock - Interface in org.flowable.common.engine.impl.runtime
-
This interface provides full access to the clock
- clockReader - Variable in class org.flowable.common.engine.impl.calendar.BusinessCalendarImpl
- clockReader - Variable in class org.flowable.common.engine.impl.calendar.DurationHelper
- ClockReader - Interface in org.flowable.common.engine.impl.runtime
-
This interface provides clock reading functionality
- clone() - Method in class org.flowable.common.engine.impl.calendar.CronExpression
-
Deprecated.
- close() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- close() - Method in class org.flowable.common.engine.impl.agenda.AbstractAgenda
- close() - Method in class org.flowable.common.engine.impl.db.DbSqlSession
- close() - Method in class org.flowable.common.engine.impl.interceptor.CommandContext
- close() - Method in interface org.flowable.common.engine.impl.interceptor.Session
- close() - Method in class org.flowable.common.engine.impl.logging.LoggingSession
- close() - Method in class org.flowable.common.engine.impl.persistence.cache.EntityCacheImpl
- close() - Method in class org.flowable.common.engine.impl.variablelistener.VariableListenerSession
- closed(CommandContext) - Method in interface org.flowable.common.engine.impl.interceptor.CommandContextCloseListener
-
Called when the
CommandContextis successfully closed. - closed(CommandContext) - Method in class org.flowable.common.engine.impl.interceptor.TransactionCommandContextCloseListener
- closed(CommandContext) - Method in class org.flowable.common.engine.impl.logging.LoggingSessionCommandContextCloseListener
- closeDatabase(Liquibase) - Method in class org.flowable.common.engine.impl.db.LiquibaseBasedSchemaManager
- closeFailure(CommandContext) - Method in interface org.flowable.common.engine.impl.interceptor.CommandContextCloseListener
-
Called when the
CommandContexthas not been successfully closed due to an exception that happened. - closeFailure(CommandContext) - Method in class org.flowable.common.engine.impl.interceptor.TransactionCommandContextCloseListener
- closeFailure(CommandContext) - Method in class org.flowable.common.engine.impl.logging.LoggingSessionCommandContextCloseListener
- closeListeners - Variable in class org.flowable.common.engine.impl.interceptor.CommandContext
- closeSessions() - Method in class org.flowable.common.engine.impl.interceptor.CommandContext
- closeSilently(InputStream) - Static method in class org.flowable.common.engine.impl.util.IoUtil
-
Closes the given stream.
- closeSilently(OutputStream) - Static method in class org.flowable.common.engine.impl.util.IoUtil
-
Closes the given stream.
- closing(CommandContext) - Method in interface org.flowable.common.engine.impl.interceptor.CommandContextCloseListener
-
Called when the
CommandContextis being closed, but no 'close logic' has been executed. - closing(CommandContext) - Method in class org.flowable.common.engine.impl.interceptor.TransactionCommandContextCloseListener
- closing(CommandContext) - Method in class org.flowable.common.engine.impl.logging.LoggingSessionCommandContextCloseListener
- ClosingDataSource - Class in org.flowable.common.engine.impl.test
-
A
DataSourceimplementation for test purposes that wraps anotherDataSourceand makes sure that theDataSourceis closed when a Flowable engine gets closed. - ClosingDataSource(DataSource) - Constructor for class org.flowable.common.engine.impl.test.ClosingDataSource
- CmmnLoggingSessionConstants - Interface in org.flowable.common.engine.impl.logging
- cmp(boolean) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Parser
-
cmp := add (<LT> add | <LE> add | <GE> add | <GT> add)*
- CMP - Enum constant in enum class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Parser.ExtensionPoint
- coerceStringToType(String, Class<?>) - Method in class org.flowable.common.engine.impl.de.odysseus.el.misc.TypeConverterImpl
- coerceToBigDecimal(Object) - Method in class org.flowable.common.engine.impl.de.odysseus.el.misc.TypeConverterImpl
- coerceToBigInteger(Object) - Method in class org.flowable.common.engine.impl.de.odysseus.el.misc.TypeConverterImpl
- coerceToBoolean(Object) - Method in class org.flowable.common.engine.impl.de.odysseus.el.misc.TypeConverterImpl
- coerceToByte(Object) - Method in class org.flowable.common.engine.impl.de.odysseus.el.misc.TypeConverterImpl
- coerceToCharacter(Object) - Method in class org.flowable.common.engine.impl.de.odysseus.el.misc.TypeConverterImpl
- coerceToDouble(Object) - Method in class org.flowable.common.engine.impl.de.odysseus.el.misc.TypeConverterImpl
- coerceToEnum(Object, Class<T>) - Method in class org.flowable.common.engine.impl.de.odysseus.el.misc.TypeConverterImpl
- coerceToFloat(Object) - Method in class org.flowable.common.engine.impl.de.odysseus.el.misc.TypeConverterImpl
- coerceToInteger(Object) - Method in class org.flowable.common.engine.impl.de.odysseus.el.misc.TypeConverterImpl
- coerceToLong(Object) - Method in class org.flowable.common.engine.impl.de.odysseus.el.misc.TypeConverterImpl
- coerceToShort(Object) - Method in class org.flowable.common.engine.impl.de.odysseus.el.misc.TypeConverterImpl
- coerceToString(Object) - Method in class org.flowable.common.engine.impl.de.odysseus.el.misc.TypeConverterImpl
- coerceToType(Object, Class<?>) - Method in class org.flowable.common.engine.impl.de.odysseus.el.ExpressionFactoryImpl
- coerceToType(Object, Class<?>) - Method in class org.flowable.common.engine.impl.de.odysseus.el.misc.TypeConverterImpl
- coerceToType(Object, Class<?>) - Method in class org.flowable.common.engine.impl.javax.el.ExpressionFactory
-
Coerces an object to a specific type according to the EL type conversion rules.
- collectionContains(Collection, Object) - Static method in class org.flowable.common.engine.impl.el.function.VariableContainsExpressionFunction
- CollectionUtil - Class in org.flowable.common.engine.impl.util
-
helper/convenience methods for working with collections.
- COLON - Enum constant in enum class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner.Symbol
- columnName - Variable in class org.flowable.common.engine.impl.db.ListQueryParameterObject.OrderBy
- COMMA - Enum constant in enum class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner.Symbol
- command - Variable in class org.flowable.common.engine.impl.interceptor.CommandContext
- Command<T> - Interface in org.flowable.common.engine.impl.interceptor
- CommandConfig - Class in org.flowable.common.engine.impl.interceptor
-
Configuration settings for the command interceptor chain.
- CommandConfig() - Constructor for class org.flowable.common.engine.impl.interceptor.CommandConfig
- CommandConfig(boolean) - Constructor for class org.flowable.common.engine.impl.interceptor.CommandConfig
- CommandConfig(boolean, TransactionPropagation) - Constructor for class org.flowable.common.engine.impl.interceptor.CommandConfig
- CommandConfig(CommandConfig) - Constructor for class org.flowable.common.engine.impl.interceptor.CommandConfig
- commandContext - Variable in class org.flowable.common.engine.impl.agenda.AbstractAgenda
- commandContext - Variable in class org.flowable.common.engine.impl.cfg.standalone.StandaloneMybatisTransactionContext
- commandContext - Variable in class org.flowable.common.engine.impl.logging.LoggingSession
- commandContext - Variable in class org.flowable.common.engine.impl.query.AbstractNativeQuery
- commandContext - Variable in class org.flowable.common.engine.impl.query.AbstractQuery
- commandContext - Variable in class org.flowable.common.engine.impl.variablelistener.VariableListenerSession
- CommandContext - Class in org.flowable.common.engine.impl.interceptor
- CommandContext(Command<?>) - Constructor for class org.flowable.common.engine.impl.interceptor.CommandContext
- commandContextCloseListener - Variable in class org.flowable.common.engine.impl.logging.LoggingSession
- CommandContextCloseListener - Interface in org.flowable.common.engine.impl.interceptor
-
A listener that can be used to be notified of lifecycle events of the
CommandContext. - commandContextFactory - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- commandContextFactory - Variable in class org.flowable.common.engine.impl.interceptor.CommandContextInterceptor
- CommandContextFactory - Class in org.flowable.common.engine.impl.interceptor
- CommandContextFactory() - Constructor for class org.flowable.common.engine.impl.interceptor.CommandContextFactory
- CommandContextInterceptor - Class in org.flowable.common.engine.impl.interceptor
- CommandContextInterceptor() - Constructor for class org.flowable.common.engine.impl.interceptor.CommandContextInterceptor
- CommandContextInterceptor(CommandContextFactory, ClassLoader, boolean, Clock, ObjectMapper) - Constructor for class org.flowable.common.engine.impl.interceptor.CommandContextInterceptor
- commandContextThreadLocal - Static variable in class org.flowable.common.engine.impl.context.Context
- commandExecutor - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- commandExecutor - Variable in class org.flowable.common.engine.impl.interceptor.CommandContext
- commandExecutor - Variable in class org.flowable.common.engine.impl.lock.LockManagerImpl
- commandExecutor - Variable in class org.flowable.common.engine.impl.persistence.entity.ByteArrayRef
- commandExecutor - Variable in class org.flowable.common.engine.impl.query.AbstractNativeQuery
- commandExecutor - Variable in class org.flowable.common.engine.impl.query.AbstractQuery
- commandExecutor - Variable in class org.flowable.common.engine.impl.service.CommonEngineServiceImpl
- commandExecutor - Variable in class org.flowable.common.engine.impl.tenant.MyBatisChangeTenantIdManager
- CommandExecutor - Interface in org.flowable.common.engine.impl.interceptor
-
The command executor for internal usage.
- CommandExecutorImpl - Class in org.flowable.common.engine.impl.cfg
-
Command executor that passes commands to the first interceptor in the chain.
- CommandExecutorImpl(CommandConfig, CommandInterceptor) - Constructor for class org.flowable.common.engine.impl.cfg.CommandExecutorImpl
- CommandInterceptor - Interface in org.flowable.common.engine.impl.interceptor
- commandInterceptors - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- commandInvoker - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- commit() - Method in class org.flowable.common.engine.impl.cfg.jta.JtaTransactionContext
- commit() - Method in class org.flowable.common.engine.impl.cfg.standalone.StandaloneMybatisTransactionContext
- commit() - Method in interface org.flowable.common.engine.impl.cfg.TransactionContext
- commit() - Method in class org.flowable.common.engine.impl.db.DbSqlSession
- COMMITTED - Enum constant in enum class org.flowable.common.engine.impl.cfg.TransactionState
- COMMITTING - Enum constant in enum class org.flowable.common.engine.impl.cfg.TransactionState
- CommonDbSchemaManager - Class in org.flowable.common.engine.impl.db
- CommonDbSchemaManager() - Constructor for class org.flowable.common.engine.impl.db.CommonDbSchemaManager
- CommonEngineServiceImpl<C extends AbstractEngineConfiguration> - Class in org.flowable.common.engine.impl.service
- CommonEngineServiceImpl() - Constructor for class org.flowable.common.engine.impl.service.CommonEngineServiceImpl
- CommonEngineServiceImpl(C) - Constructor for class org.flowable.common.engine.impl.service.CommonEngineServiceImpl
- commonSchemaManager - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- CommonServiceImpl<C> - Class in org.flowable.common.engine.impl.service
- CommonServiceImpl() - Constructor for class org.flowable.common.engine.impl.service.CommonServiceImpl
- CommonServiceImpl(C) - Constructor for class org.flowable.common.engine.impl.service.CommonServiceImpl
- compareVariableValue(VariableContainer, String, Object, AbstractVariableComparatorExpressionFunction.OPERATOR) - Static method in class org.flowable.common.engine.impl.el.function.AbstractVariableComparatorExpressionFunction
- complete() - Method in class org.flowable.common.engine.impl.tenant.ChangeTenantIdBuilderImpl
- complete(ChangeTenantIdBuilderImpl) - Method in interface org.flowable.common.engine.impl.tenant.ChangeTenantIdManager
- complete(ChangeTenantIdBuilderImpl) - Method in class org.flowable.common.engine.impl.tenant.MyBatisChangeTenantIdManager
- CompositeELResolver - Class in org.flowable.common.engine.impl.javax.el
-
Maintains an ordered composite list of child ELResolvers.
- CompositeELResolver() - Constructor for class org.flowable.common.engine.impl.javax.el.CompositeELResolver
- CompositeELResolver(Collection<ELResolver>) - Constructor for class org.flowable.common.engine.impl.javax.el.CompositeELResolver
- CompositeScriptTraceListener - Class in org.flowable.common.engine.impl.scripting
-
Composite implementation of
ScriptTraceListener. - CompositeScriptTraceListener(Collection<ScriptTraceListener>) - Constructor for class org.flowable.common.engine.impl.scripting.CompositeScriptTraceListener
- configuration - Variable in class org.flowable.common.engine.impl.async.DefaultAsyncTaskExecutor
- configuration - Variable in class org.flowable.common.engine.impl.service.CommonServiceImpl
- configurators - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- configuratorsAfterInit() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- configuratorsBeforeInit() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- configure(TypeAliasRegistry) - Method in interface org.flowable.common.engine.impl.db.MybatisTypeAliasConfigurator
- configure(TypeHandlerRegistry) - Method in interface org.flowable.common.engine.impl.db.MybatisTypeHandlerConfigurator
- configure(AbstractEngineConfiguration) - Method in interface org.flowable.common.engine.impl.EngineConfigurator
-
Called when the engine boots up, before it is usable, but after the initialisation of internal objects is done.
- connectionMetadataDefaultCatalog - Variable in class org.flowable.common.engine.impl.db.DbSqlSession
- connectionMetadataDefaultSchema - Variable in class org.flowable.common.engine.impl.db.DbSqlSession
- consumePartitions(Collection<T>, int, Consumer<List<T>>) - Static method in class org.flowable.common.engine.impl.util.CollectionUtil
- consumeToken() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Parser
-
consume current token (get next token).
- consumeToken(Scanner.Symbol) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Parser
-
consume current token (get next token); throw exception if the current token doesn't match the expected symbol.
- contains(String) - Method in class org.flowable.common.engine.impl.persistence.deploy.DefaultDeploymentCache
- contains(String) - Method in interface org.flowable.common.engine.impl.persistence.deploy.DeploymentCache
- contains(String) - Method in class org.flowable.common.engine.impl.persistence.deploy.FullDeploymentCache
- contains(VariableContainer, String, Object...) - Static method in class org.flowable.common.engine.impl.el.function.VariableContainsExpressionFunction
- containsAny(VariableContainer, String, Object...) - Static method in class org.flowable.common.engine.impl.el.function.VariableContainsAnyExpressionFunction
- containsCause(Throwable, Class<? extends Throwable>) - Static method in class org.flowable.common.engine.impl.util.ExceptionUtil
- containsKey(Object) - Method in class org.flowable.common.engine.impl.cfg.SpringBeanFactoryProxyMap
- containsKey(Object) - Method in class org.flowable.common.engine.impl.scripting.BeansResolverFactory
- containsKey(Object) - Method in class org.flowable.common.engine.impl.scripting.MapResolver
- containsKey(Object) - Method in interface org.flowable.common.engine.impl.scripting.Resolver
- containsKey(Object) - Method in class org.flowable.common.engine.impl.scripting.ScriptBindings
- containsValue(Object) - Method in class org.flowable.common.engine.impl.cfg.SpringBeanFactoryProxyMap
- containsValue(Object) - Method in class org.flowable.common.engine.impl.scripting.ScriptBindings
- context - Variable in class org.flowable.common.engine.impl.db.LiquibaseBasedSchemaManager
- context - Variable in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Parser
- Context - Class in org.flowable.common.engine.impl.context
- Context() - Constructor for class org.flowable.common.engine.impl.context.Context
- contextCreated(ELContextEvent) - Method in interface org.flowable.common.engine.impl.javax.el.ELContextListener
-
Invoked when a new ELContext has been created.
- convert(Object, Class<T>) - Method in interface org.flowable.common.engine.impl.de.odysseus.el.misc.TypeConverter
-
Convert the given input value to the specified target type.
- convert(Object, Class<T>) - Method in class org.flowable.common.engine.impl.de.odysseus.el.misc.TypeConverterImpl
- convert(Object, Class<T>) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.Bindings
-
Apply type conversion.
- converter - Variable in class org.flowable.common.engine.impl.de.odysseus.el.ExpressionFactoryImpl
- convertToTimeZone(Calendar, TimeZone) - Static method in class org.flowable.common.engine.impl.util.TimeZoneUtil
- copy() - Method in class org.flowable.common.engine.impl.persistence.entity.ByteArrayRef
-
This makes a copy of this
ByteArrayRef: a newByteArrayRefinstance will be created, however with the same id, name andByteArrayEntityinstances. - corePoolSize - Variable in class org.flowable.common.engine.impl.async.AsyncTaskExecutorConfiguration
-
The minimal number of threads that are kept alive in the thread pool for job execution
- CouldNotResolvePropertyELResolver - Class in org.flowable.common.engine.impl.javax.el
-
Throws an exception in the case when resolver is asked to get/set value.
- CouldNotResolvePropertyELResolver() - Constructor for class org.flowable.common.engine.impl.javax.el.CouldNotResolvePropertyELResolver
- count() - Method in class org.flowable.common.engine.impl.query.AbstractNativeQuery
- count() - Method in class org.flowable.common.engine.impl.query.AbstractQuery
- COUNT - Enum constant in enum class org.flowable.common.engine.impl.db.ListQueryParameterObject.ResultType
- COUNT - Enum constant in enum class org.flowable.common.engine.impl.query.BaseNativeQuery.ResultType
- CrDbRetryInterceptor - Class in org.flowable.common.engine.impl.interceptor
-
Inspired by
RetryInterceptor, but adapted for CRDB. - CrDbRetryInterceptor() - Constructor for class org.flowable.common.engine.impl.interceptor.CrDbRetryInterceptor
- create() - Method in class org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager
- create() - Method in interface org.flowable.common.engine.impl.persistence.entity.data.DataManager
- create() - Method in class org.flowable.common.engine.impl.persistence.entity.data.impl.MybatisByteArrayDataManager
- create() - Method in class org.flowable.common.engine.impl.persistence.entity.data.impl.MybatisPropertyDataManager
- create() - Method in interface org.flowable.common.engine.impl.persistence.entity.EntityManager
- create(Collection<FlowableFunctionDelegate>) - Method in interface org.flowable.common.engine.impl.el.FlowableFunctionResolverFactory
- createAstBinary(AstNode, AstNode, AstBinary.Operator) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Parser
- createAstBracket(AstNode, AstNode, boolean, boolean) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Parser
- createAstChoice(AstNode, AstNode, AstNode) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Parser
- createAstComposite(List<AstNode>) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Parser
- createAstDot(AstNode, String, boolean) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Parser
- createAstFunction(String, int, AstParameters) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Parser
- createAstFunction(String, int, AstParameters) - Method in class org.flowable.common.engine.impl.el.FlowableExpressionFactory.FlowableExpressionParserImpl
- createAstIdentifier(String, int) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Parser
- createAstMethod(AstProperty, AstParameters) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Parser
- createAstNode(AstNode...) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Parser.ExtensionHandler
-
Called by the parser if it handles a extended token associated with this handler at the appropriate extension point.
- createAstUnary(AstNode, AstUnary.Operator) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Parser
- createBeanElResolver() - Method in class org.flowable.common.engine.impl.el.DefaultExpressionManager
- createBindings(ScriptEngineRequest) - Method in class org.flowable.common.engine.impl.scripting.ScriptBindingsFactory
- createBindings(ScriptEngineRequest) - Method in class org.flowable.common.engine.impl.scripting.ScriptingEngines
-
override to build a spring aware ScriptingEngines
- createCommandContext(Command<?>) - Method in class org.flowable.common.engine.impl.interceptor.CommandContextFactory
- createDbSqlSession() - Method in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- createDbSqlSessionFactory() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- createDefaultElResolvers() - Method in class org.flowable.common.engine.impl.el.DefaultExpressionManager
- createDefaultTreeBuilder(Builder.Feature...) - Method in class org.flowable.common.engine.impl.de.odysseus.el.ExpressionFactoryImpl
- createDefaultTreeBuilder(Builder.Feature...) - Method in class org.flowable.common.engine.impl.el.FlowableExpressionFactory
- createDocumentBuilderFactory() - Method in class org.flowable.common.engine.impl.AbstractEngineConfigurator
- createEntityEvent(FlowableEngineEventType, Entity) - Method in class org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager
- createErrorMessage(ScriptTrace) - Static method in exception org.flowable.common.engine.impl.scripting.FlowableScriptEvaluationException
- createExpression(String) - Method in class org.flowable.common.engine.impl.el.DefaultExpressionManager
- createExpression(String) - Method in interface org.flowable.common.engine.impl.el.ExpressionManager
-
Creates an
Expressioninstance from the given String. - createFunction(String, int, AstParameters, boolean, FlowableExpressionParser) - Method in interface org.flowable.common.engine.impl.el.FlowableAstFunctionCreator
-
Create an
AstFunctionbased on the provided name, index, parameters. - createFunction(String, int, AstParameters, boolean, FlowableExpressionParser) - Method in class org.flowable.common.engine.impl.el.function.AbstractFlowableVariableExpressionFunction
- createHostClient(String, MailServerInfo) - Static method in class org.flowable.common.engine.impl.cfg.mail.FlowableMailClientCreator
- createHostClient(String, MailServerInfo, MailServerInfo) - Static method in class org.flowable.common.engine.impl.cfg.mail.FlowableMailClientCreator
- createIdentifier(String) - Method in class org.flowable.common.engine.impl.el.FlowableExpressionFactory.FlowableExpressionParserImpl
- createIdentifier(String) - Method in interface org.flowable.common.engine.impl.el.FlowableExpressionParser
- createJsonNodeElResolver() - Method in class org.flowable.common.engine.impl.el.DefaultExpressionManager
- createJuelExpression(String, ValueExpression) - Method in class org.flowable.common.engine.impl.el.DefaultExpressionManager
- createLiquibaseInstance(LiquibaseDatabaseConfiguration) - Method in class org.flowable.common.engine.impl.db.LiquibaseBasedSchemaManager
- createMailClient(MailServerConfiguration, MailServerInfo, MailServerInfo) - Static method in class org.flowable.common.engine.impl.cfg.mail.FlowableMailClientCreator
- createMailDefaultsConfiguration(MailServerInfo, MailServerInfo) - Static method in class org.flowable.common.engine.impl.cfg.mail.FlowableMailClientCreator
- createMailHostServerConfiguration(String, MailServerInfo) - Static method in class org.flowable.common.engine.impl.cfg.mail.FlowableMailClientCreator
- createMethodExpression(ELContext, String, Class<?>, Class<?>[]) - Method in class org.flowable.common.engine.impl.de.odysseus.el.ExpressionFactoryImpl
- createMethodExpression(ELContext, String, Class<?>, Class<?>[]) - Method in class org.flowable.common.engine.impl.javax.el.ExpressionFactory
-
Parses an expression into a
MethodExpressionfor later evaluation. - createNode(JsonNodeCreator, Object) - Method in class org.flowable.common.engine.impl.el.JsonNodeELResolver
- createParser(String) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Builder
- createParser(String) - Method in class org.flowable.common.engine.impl.el.FlowableExpressionFactory.FlowableExpressionBuilder
- createResolver(AbstractEngineConfiguration, VariableContainer) - Method in class org.flowable.common.engine.impl.scripting.BeansResolverFactory
- createResolver(AbstractEngineConfiguration, VariableContainer) - Method in interface org.flowable.common.engine.impl.scripting.ResolverFactory
- createResolvers(ScriptEngineRequest) - Method in class org.flowable.common.engine.impl.scripting.ScriptBindingsFactory
- createSafeInValuesList(Collection<String>) - Method in class org.flowable.common.engine.impl.db.AbstractDataManager
- createScanner(String) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Parser
- createScriptRequest(VariableContainer) - Method in class org.flowable.common.engine.impl.scripting.AbstractScriptEvaluator
-
Validates language and script and creates a pre-populated
ScriptEngineRequest.Builderwhich can be evaluated usingAbstractScriptEvaluator.evaluateScriptRequest(ScriptEngineRequest.Builder). - createSessionClient(String, MailServerInfo) - Static method in class org.flowable.common.engine.impl.cfg.mail.FlowableMailClientCreator
- createSessionClient(String, MailServerInfo, MailServerInfo) - Static method in class org.flowable.common.engine.impl.cfg.mail.FlowableMailClientCreator
- createTransactionInterceptor() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- createTreeBuilder(Properties, Builder.Feature...) - Method in class org.flowable.common.engine.impl.de.odysseus.el.ExpressionFactoryImpl
-
Create the factory's builder.
- createTreeStore(int, ExpressionFactoryImpl.Profile, Properties) - Method in class org.flowable.common.engine.impl.de.odysseus.el.ExpressionFactoryImpl
-
Create the factory's tree store.
- createTypeConverter(Properties) - Method in class org.flowable.common.engine.impl.de.odysseus.el.ExpressionFactoryImpl
-
Create the factory's type converter.
- createValueExpression(Object, Class<?>) - Method in class org.flowable.common.engine.impl.de.odysseus.el.ExpressionFactoryImpl
- createValueExpression(Object, Class<?>) - Method in class org.flowable.common.engine.impl.javax.el.ExpressionFactory
-
Creates a ValueExpression that wraps an object instance.
- createValueExpression(ELContext, String, Class<?>) - Method in class org.flowable.common.engine.impl.de.odysseus.el.ExpressionFactoryImpl
- createValueExpression(ELContext, String, Class<?>) - Method in class org.flowable.common.engine.impl.javax.el.ExpressionFactory
-
Parses an expression into a
ValueExpressionfor later evaluation. - createVariableByteArrayRef(String) - Method in class org.flowable.common.engine.impl.persistence.entity.ByteArrayRefTypeHandler
- createVariableElResolver() - Method in class org.flowable.common.engine.impl.el.DefaultExpressionManager
- createVariableNameNode(AstNode) - Method in class org.flowable.common.engine.impl.el.function.AbstractFlowableVariableExpressionFunction
- CronExpression - Class in org.flowable.common.engine.impl.calendar
-
Provides a parser and evaluator for unix-like cron expressions.
- CronExpression(String, ClockReader) - Constructor for class org.flowable.common.engine.impl.calendar.CronExpression
-
Constructs a new
CronExpressionbased on the specified parameter. - CronExpression(CronExpression, ClockReader) - Constructor for class org.flowable.common.engine.impl.calendar.CronExpression
-
Constructs a new
CronExpressionas a copy of an existing instance. - CURRENT_TENANT_ID_KEY - Static variable in class org.flowable.common.engine.impl.el.VariableContainerELResolver
- CURRENT_TIME - Static variable in class org.flowable.common.engine.impl.util.DefaultClockImpl
- CURRENT_VERSION - Static variable in class org.flowable.common.engine.impl.FlowableVersions
- CurrentTenant - Class in org.flowable.common.engine.impl.tenant
- CurrentTenant() - Constructor for class org.flowable.common.engine.impl.tenant.CurrentTenant
- customMybatisInterceptors - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- customMybatisMappers - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- customMybatisXMLMappers - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- customPostCommandInterceptors - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- customPostDeployers - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- customPreCommandInterceptors - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- customPreDeployers - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- customSessionFactories - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- CustomSqlExecution<Mapper,
ResultType> - Interface in org.flowable.common.engine.impl.cmd - CycleBusinessCalendar - Class in org.flowable.common.engine.impl.calendar
- CycleBusinessCalendar(ClockReader) - Constructor for class org.flowable.common.engine.impl.calendar.CycleBusinessCalendar
D
- DATABASE_TYPE_COCKROACHDB - Static variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- DATABASE_TYPE_DB2 - Static variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- DATABASE_TYPE_H2 - Static variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- DATABASE_TYPE_HSQL - Static variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- DATABASE_TYPE_MSSQL - Static variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- DATABASE_TYPE_MYSQL - Static variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- DATABASE_TYPE_ORACLE - Static variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- DATABASE_TYPE_POSTGRES - Static variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- databaseCatalog - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
-
database catalog to use
- databaseCatalog - Variable in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- databaseSchema - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
-
In some situations you want to set the schema to use for table checks / generation if the database metadata doesn't return that correctly, see https://jira.codehaus.org/browse/ACT-1220, https://jira.codehaus.org/browse/ACT-1062
- databaseSchema - Variable in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- databaseSchemaUpdate - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- databaseSpecificStatements - Variable in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- databaseTablePrefix - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
-
Allows configuring a database table prefix which is used for all runtime operations of the process engine.
- databaseTablePrefix - Variable in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- databaseType - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- databaseType - Variable in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- databaseType - Variable in class org.flowable.common.engine.impl.db.ListQueryParameterObject
- databaseTypeMappings - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- databaseWildcardEscapeCharacter - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
-
Escape character for doing wildcard searches.
- dataManager - Variable in class org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager
- DataManager<EntityImpl extends Entity> - Interface in org.flowable.common.engine.impl.persistence.entity.data
- dataSource - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- dataSource - Variable in class org.flowable.common.engine.impl.test.ClosingDataSource
- dataSourceJndiName - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- dataSources - Variable in class org.flowable.common.engine.impl.cfg.multitenant.TenantAwareDataSource
- DATE_FORMAT - Static variable in class org.flowable.common.engine.impl.calendar.DurationHelper
- DAY_OF_MONTH - Static variable in class org.flowable.common.engine.impl.calendar.CronExpression
- DAY_OF_WEEK - Static variable in class org.flowable.common.engine.impl.calendar.CronExpression
- dayMap - Static variable in class org.flowable.common.engine.impl.calendar.CronExpression
- daysOfMonth - Variable in class org.flowable.common.engine.impl.calendar.CronExpression
- daysOfWeek - Variable in class org.flowable.common.engine.impl.calendar.CronExpression
- daysTilExpiration() - Method in class org.flowable.common.engine.impl.db.FlowableLiquibaseLicenseService
- DB_CHANGELOG_TABLE - Static variable in class org.flowable.common.engine.impl.test.EnsureCleanDbUtils
- DB_SCHEMA_UPDATE_CREATE - Static variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- DB_SCHEMA_UPDATE_CREATE_DROP - Static variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- DB_SCHEMA_UPDATE_DROP_CREATE - Static variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
-
Creates the schema when the form engine is being created and drops the schema when the form engine is being closed.
- DB_SCHEMA_UPDATE_FALSE - Static variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
-
Checks the version of the DB schema against the library when the form engine is being created and throws an exception if the versions don't match.
- DB_SCHEMA_UPDATE_TRUE - Static variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
-
Upon building of the process engine, a check is performed and an update of the schema is performed if it is necessary.
- dbSchemaUpgrade(String, int, String) - Method in class org.flowable.common.engine.impl.db.AbstractSqlScriptBasedDbSchemaManager
- dbSchemaUpgradeUntil6120(String, int, String) - Method in class org.flowable.common.engine.impl.db.AbstractSqlScriptBasedDbSchemaManager
- dbSqlSession - Variable in class org.flowable.common.engine.impl.cfg.standalone.StandaloneMybatisTransactionContext
- DbSqlSession - Class in org.flowable.common.engine.impl.db
- DbSqlSession(DbSqlSessionFactory, EntityCache) - Constructor for class org.flowable.common.engine.impl.db.DbSqlSession
- DbSqlSession(DbSqlSessionFactory, EntityCache, Connection, String, String) - Constructor for class org.flowable.common.engine.impl.db.DbSqlSession
- dbSqlSessionFactory - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- dbSqlSessionFactory - Variable in class org.flowable.common.engine.impl.db.DbSqlSession
- DbSqlSessionFactory - Class in org.flowable.common.engine.impl.db
- DbSqlSessionFactory(boolean) - Constructor for class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- DbUpgradeStep - Interface in org.flowable.common.engine.impl.db
- debugFlush() - Method in class org.flowable.common.engine.impl.db.DbSqlSession
- DEFAULT - Static variable in interface org.flowable.common.engine.impl.de.odysseus.el.misc.TypeConverter
-
Default conversions as from JSR245.
- DEFAULT_GENERIC_MAX_LENGTH_STRING - Static variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- DEFAULT_MAX_NR_OF_STATEMENTS_BULK_INSERT_SQL_SERVER - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- DEFAULT_ORACLE_MAX_LENGTH_STRING - Static variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- DEFAULT_ORDER_BY - Static variable in class org.flowable.common.engine.impl.db.ListQueryParameterObject
- DEFAULT_PRIORITY - Static variable in interface org.flowable.common.engine.impl.ServiceConfigurator
- DEFAULT_SCRIPTING_LANGUAGE - Static variable in class org.flowable.common.engine.impl.scripting.ScriptingEngines
- DefaultAsyncTaskExecutor - Class in org.flowable.common.engine.impl.async
- DefaultAsyncTaskExecutor() - Constructor for class org.flowable.common.engine.impl.async.DefaultAsyncTaskExecutor
- DefaultAsyncTaskExecutor(AsyncTaskExecutorConfiguration) - Constructor for class org.flowable.common.engine.impl.async.DefaultAsyncTaskExecutor
- DefaultAsyncTaskInvoker - Class in org.flowable.common.engine.impl.async
- DefaultAsyncTaskInvoker(AsyncTaskExecutor) - Constructor for class org.flowable.common.engine.impl.async.DefaultAsyncTaskInvoker
- defaultBindings - Variable in class org.flowable.common.engine.impl.scripting.ScriptBindings
- DefaultBusinessCalendar - Class in org.flowable.common.engine.impl.calendar
- DefaultBusinessCalendar() - Constructor for class org.flowable.common.engine.impl.calendar.DefaultBusinessCalendar
- DefaultChangeTenantIdResult - Class in org.flowable.common.engine.impl.tenant
- DefaultChangeTenantIdResult(Map<String, Long>) - Constructor for class org.flowable.common.engine.impl.tenant.DefaultChangeTenantIdResult
- DefaultClockImpl - Class in org.flowable.common.engine.impl.util
- DefaultClockImpl() - Constructor for class org.flowable.common.engine.impl.util.DefaultClockImpl
- DefaultClockImpl(TimeZone) - Constructor for class org.flowable.common.engine.impl.util.DefaultClockImpl
- defaultCommandConfig - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- defaultCommandInterceptors - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- DefaultCommandInvoker - Class in org.flowable.common.engine.impl.interceptor
- DefaultCommandInvoker() - Constructor for class org.flowable.common.engine.impl.interceptor.DefaultCommandInvoker
- defaultConfig - Variable in class org.flowable.common.engine.impl.cfg.CommandExecutorImpl
- DefaultDeploymentCache<T> - Class in org.flowable.common.engine.impl.persistence.deploy
-
Default cache: keep everything in memory, unless a limit is set.
- DefaultDeploymentCache() - Constructor for class org.flowable.common.engine.impl.persistence.deploy.DefaultDeploymentCache
-
Cache with no limit
- DefaultDeploymentCache(int) - Constructor for class org.flowable.common.engine.impl.persistence.deploy.DefaultDeploymentCache
-
Cache which has a hard limit: no more elements will be cached than the limit.
- defaultEquals(Object, Object) - Static method in class org.flowable.common.engine.impl.el.function.VariableEqualsExpressionFunction
- DefaultExpressionManager - Class in org.flowable.common.engine.impl.el
-
Default
ExpressionManagerimplementation that contains the logic for creating and resolvingExpressioninstances. - DefaultExpressionManager(Map<Object, Object>) - Constructor for class org.flowable.common.engine.impl.el.DefaultExpressionManager
- defaultFunctionCreator - Variable in class org.flowable.common.engine.impl.el.FlowableExpressionFactory.FlowableExpressionBuilder
- defaultInitDbSqlSessionFactoryEntitySettings(List<Class<? extends Entity>>, List<Class<? extends Entity>>) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- defaultOrderBy - Variable in class org.flowable.common.engine.impl.db.ListQueryParameterObject
- DefaultScriptTrace - Class in org.flowable.common.engine.impl.scripting
- DefaultScriptTrace(Duration, ScriptEngineRequest, Throwable) - Constructor for class org.flowable.common.engine.impl.scripting.DefaultScriptTrace
- defaultTenantProvider - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
-
Default tenant provider that is executed when looking up definitions, in case the global or local fallback to default tenant value is true
- DefaultTenantProvider - Interface in org.flowable.common.engine.impl
- defaultTraceEnhancer - Variable in class org.flowable.common.engine.impl.scripting.ScriptingEngines
- definitionTenantId - Variable in class org.flowable.common.engine.impl.event.FlowableChangeTenantIdEventImpl
- definitionTenantId - Variable in class org.flowable.common.engine.impl.tenant.ChangeTenantIdBuilderImpl
- definitionTenantId(String) - Method in class org.flowable.common.engine.impl.tenant.ChangeTenantIdBuilderImpl
- delegate - Variable in class org.flowable.common.engine.impl.variable.MapDelegateVariableContainer
- delete - Variable in class org.flowable.common.engine.impl.cmd.ReleaseLockCmd
- delete(EntityImpl) - Method in class org.flowable.common.engine.impl.db.AbstractDataManager
- delete(EntityImpl) - Method in class org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager
- delete(EntityImpl) - Method in interface org.flowable.common.engine.impl.persistence.entity.data.DataManager
- delete(EntityImpl) - Method in interface org.flowable.common.engine.impl.persistence.entity.EntityManager
- delete(EntityImpl, boolean) - Method in class org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager
- delete(EntityImpl, boolean) - Method in interface org.flowable.common.engine.impl.persistence.entity.EntityManager
- delete(String) - Method in class org.flowable.common.engine.impl.db.AbstractDataManager
- delete(String) - Method in class org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager
- delete(String) - Method in class org.flowable.common.engine.impl.persistence.entity.ByteArrayRef
- delete(String) - Method in interface org.flowable.common.engine.impl.persistence.entity.data.DataManager
- delete(String) - Method in interface org.flowable.common.engine.impl.persistence.entity.EntityManager
- delete(String, Object, Class<? extends Entity>) - Method in class org.flowable.common.engine.impl.db.DbSqlSession
-
Executes a
BulkDeleteOperation, with the sql in the statement parameter. - delete(Entity) - Method in class org.flowable.common.engine.impl.db.DbSqlSession
- deleteByteArrayById(String) - Method in interface org.flowable.common.engine.impl.persistence.entity.ByteArrayEntityManager
-
Deletes the
ByteArrayEntitywith the given id from the database. - deleteByteArrayById(String) - Method in class org.flowable.common.engine.impl.persistence.entity.ByteArrayEntityManagerImpl
- deleteByteArrayNoRevisionCheck(String) - Method in interface org.flowable.common.engine.impl.persistence.entity.data.ByteArrayDataManager
- deleteByteArrayNoRevisionCheck(String) - Method in class org.flowable.common.engine.impl.persistence.entity.data.impl.MybatisByteArrayDataManager
- deleteCachedEntities(DbSqlSession, Collection<CachedEntity>, CachedEntityMatcher<EntityImpl>, Object) - Method in class org.flowable.common.engine.impl.db.AbstractDataManager
- deleteCachedEntities(DbSqlSession, CachedEntityMatcher<EntityImpl>, Object) - Method in class org.flowable.common.engine.impl.db.AbstractDataManager
- deleted - Variable in class org.flowable.common.engine.impl.persistence.entity.ByteArrayRef
- deletedObjects - Variable in class org.flowable.common.engine.impl.db.DbSqlSession
- deleteStatements - Variable in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- deletionOrder - Variable in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- dependentEngineMybatisTypeAliasConfigs - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- dependentEngineMybatisTypeHandlerConfigs - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- dependentEngineMyBatisXmlMappers - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- deploy(EngineDeployment, Map<String, Object>) - Method in interface org.flowable.common.engine.impl.EngineDeployer
- deployers - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- DeploymentCache<T> - Interface in org.flowable.common.engine.impl.persistence.deploy
-
Interface for cache implementations.
- deploymentId - Variable in class org.flowable.common.engine.impl.persistence.entity.ByteArrayEntityImpl
- desc() - Method in class org.flowable.common.engine.impl.query.AbstractQuery
- DESCENDING - Static variable in class org.flowable.common.engine.impl.Direction
- determineUpdatedObjects() - Method in class org.flowable.common.engine.impl.db.DbSqlSession
- directInsert(String, Object) - Method in class org.flowable.common.engine.impl.db.DbSqlSession
- directInsertProperty(String, String) - Method in class org.flowable.common.engine.impl.persistence.entity.data.impl.MybatisPropertyDataManager
- directInsertProperty(String, String) - Method in interface org.flowable.common.engine.impl.persistence.entity.data.PropertyDataManager
- directInsertProperty(String, String) - Method in interface org.flowable.common.engine.impl.persistence.entity.PropertyEntityManager
- directInsertProperty(String, String) - Method in class org.flowable.common.engine.impl.persistence.entity.PropertyEntityManagerImpl
- direction - Variable in class org.flowable.common.engine.impl.db.ListQueryParameterObject.OrderBy
- direction(Direction) - Method in class org.flowable.common.engine.impl.query.AbstractQuery
- Direction - Class in org.flowable.common.engine.impl
- Direction(String) - Constructor for class org.flowable.common.engine.impl.Direction
- directUpdate(String, Object) - Method in class org.flowable.common.engine.impl.db.DbSqlSession
- disable() - Method in class org.flowable.common.engine.impl.db.FlowableLiquibaseLicenseService
- dispatchEvent - Variable in class org.flowable.common.engine.impl.tenant.ExecuteChangeTenantIdCmd
- dispatchEvent(FlowableEvent) - Method in class org.flowable.common.engine.impl.event.FlowableEventSupport
- dispatchEvent(FlowableEvent, String) - Method in class org.flowable.common.engine.impl.event.FlowableEventDispatcherImpl
- dispatchEvent(FlowableEvent, FlowableEventListener) - Method in class org.flowable.common.engine.impl.event.FlowableEventSupport
- dispatchEvent(CommandContext, FlowableEventSupport, FlowableEvent) - Method in interface org.flowable.common.engine.impl.event.EventDispatchAction
- dispatchNormalEventListener(FlowableEvent, FlowableEventListener) - Method in class org.flowable.common.engine.impl.event.FlowableEventSupport
- dispatchTransactionEventListener(FlowableEvent, FlowableEventListener) - Method in class org.flowable.common.engine.impl.event.FlowableEventSupport
- div(TypeConverter, Object, Object) - Static method in class org.flowable.common.engine.impl.de.odysseus.el.misc.NumberOperations
- DIV - Enum constant in enum class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner.Symbol
- DIV - Static variable in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstBinary
- DOT - Enum constant in enum class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner.Symbol
- dropDb() - Element in annotation interface org.flowable.common.engine.impl.test.EnsureCleanDb
- DueDateBusinessCalendar - Class in org.flowable.common.engine.impl.calendar
- DueDateBusinessCalendar(ClockReader) - Constructor for class org.flowable.common.engine.impl.calendar.DueDateBusinessCalendar
- dump(PrintWriter) - Method in class org.flowable.common.engine.impl.de.odysseus.el.TreeMethodExpression
-
Print the parse tree.
- dump(PrintWriter) - Method in class org.flowable.common.engine.impl.de.odysseus.el.TreeValueExpression
-
Print the parse tree.
- dump(PrintWriter, Node) - Static method in class org.flowable.common.engine.impl.de.odysseus.el.tree.NodePrinter
- duration - Variable in class org.flowable.common.engine.impl.scripting.DefaultScriptTrace
- DurationBusinessCalendar - Class in org.flowable.common.engine.impl.calendar
- DurationBusinessCalendar(ClockReader) - Constructor for class org.flowable.common.engine.impl.calendar.DurationBusinessCalendar
- DurationHelper - Class in org.flowable.common.engine.impl.calendar
-
Helper class for parsing ISO8601 duration format (also recurring) and computing next timer date.
- DurationHelper(String, int, ClockReader) - Constructor for class org.flowable.common.engine.impl.calendar.DurationHelper
- DurationHelper(String, ClockReader) - Constructor for class org.flowable.common.engine.impl.calendar.DurationHelper
- DynamicBeanPropertyELResolver - Class in org.flowable.common.engine.impl.el
-
A
ELResolverfor dynamic bean properties - DynamicBeanPropertyELResolver(boolean, Class<?>, String, String) - Constructor for class org.flowable.common.engine.impl.el.DynamicBeanPropertyELResolver
- DynamicBeanPropertyELResolver(Class<?>, String, String) - Constructor for class org.flowable.common.engine.impl.el.DynamicBeanPropertyELResolver
E
- ELContext - Class in org.flowable.common.engine.impl.javax.el
-
Context information for expression evaluation.
- ELContext() - Constructor for class org.flowable.common.engine.impl.javax.el.ELContext
- ELContextEvent - Class in org.flowable.common.engine.impl.javax.el
-
An event which indicates that an
ELContexthas been created. - ELContextEvent(ELContext) - Constructor for class org.flowable.common.engine.impl.javax.el.ELContextEvent
-
Constructs an ELContextEvent object to indicate that an ELContext has been created.
- ELContextListener - Interface in org.flowable.common.engine.impl.javax.el
-
The listener interface for receiving notification when an
ELContextis created. - ELException - Exception in org.flowable.common.engine.impl.javax.el
-
Represents any of the exception conditions that can arise during expression evaluation.
- ELException() - Constructor for exception org.flowable.common.engine.impl.javax.el.ELException
-
Creates an ELException with no detail message.
- ELException(String) - Constructor for exception org.flowable.common.engine.impl.javax.el.ELException
-
Creates an ELException with the provided detail message.
- ELException(String, Throwable) - Constructor for exception org.flowable.common.engine.impl.javax.el.ELException
-
Creates an ELException with the given detail message and root cause.
- ELException(Throwable) - Constructor for exception org.flowable.common.engine.impl.javax.el.ELException
-
Creates an ELException with the given cause.
- elResolver - Variable in class org.flowable.common.engine.impl.el.FlowableElContext
- ELResolver - Class in org.flowable.common.engine.impl.javax.el
-
Enables customization of variable and property resolution behavior for EL expression evaluation.
- ELResolver() - Constructor for class org.flowable.common.engine.impl.javax.el.ELResolver
- empty(TypeConverter, Object) - Static method in class org.flowable.common.engine.impl.de.odysseus.el.misc.BooleanOperations
- EMPTY - Enum constant in enum class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner.Symbol
- EMPTY - Static variable in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstUnary
- enableConfiguratorServiceLoader - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- enabled - Variable in class org.flowable.common.engine.impl.event.FlowableEventDispatcherImpl
- enableEventDispatcher - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- enableEventDispatcher - Variable in class org.flowable.common.engine.impl.AbstractServiceConfiguration
- enableLogSqlExecutionTime - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
-
Enables the MyBatis plugin that logs the execution time of sql statements.
- enableMybatisXmlMappingValidation - Variable in class org.flowable.common.engine.impl.AbstractEngineConfigurator
- END_EVAL - Enum constant in enum class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner.Symbol
- engineCfgKey - Variable in class org.flowable.common.engine.impl.interceptor.CommandContextInterceptor
- engineCfgStack - Variable in class org.flowable.common.engine.impl.interceptor.CommandContext
- engineConfiguration - Variable in class org.flowable.common.engine.impl.db.EngineDatabaseConfiguration
- engineConfiguration - Variable in class org.flowable.common.engine.impl.persistence.entity.AbstractEngineEntityManager
- engineConfiguration - Variable in class org.flowable.common.engine.impl.persistence.entity.TableDataManagerImpl
- engineConfiguration - Variable in class org.flowable.common.engine.impl.scripting.BeansResolverFactory
- engineConfiguration - Variable in class org.flowable.common.engine.impl.scripting.ScriptBindingsFactory
- EngineConfigurationConstants - Interface in org.flowable.common.engine.impl.interceptor
- engineConfigurations - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- engineConfigurations - Variable in class org.flowable.common.engine.impl.interceptor.CommandContext
- engineConfigurations - Variable in class org.flowable.common.engine.impl.interceptor.CommandContextInterceptor
- EngineConfigurator - Interface in org.flowable.common.engine.impl
-
Implementations of this class can be plugged into a
AbstractEngineConfiguration. - EngineDatabaseConfiguration - Class in org.flowable.common.engine.impl.db
- EngineDatabaseConfiguration(AbstractEngineConfiguration) - Constructor for class org.flowable.common.engine.impl.db.EngineDatabaseConfiguration
- EngineDeployer - Interface in org.flowable.common.engine.impl
- EngineInfo - Class in org.flowable.common.engine.impl
-
Represents information about the initialization of the engine.
- EngineInfo(String, String, String) - Constructor for class org.flowable.common.engine.impl.EngineInfo
- engineLifecycleListeners - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- engineName - Variable in class org.flowable.common.engine.impl.AbstractServiceConfiguration
- engineScopeType - Variable in class org.flowable.common.engine.impl.event.FlowableChangeTenantIdEventImpl
- engineScopeType - Variable in class org.flowable.common.engine.impl.tenant.BaseChangeTenantIdCmd
- engineScopeType - Variable in class org.flowable.common.engine.impl.tenant.MyBatisChangeTenantIdManager
- engineType - Variable in class org.flowable.common.engine.impl.cmd.GetLockValueCmd
- engineType - Variable in class org.flowable.common.engine.impl.cmd.GetPropertiesCmd
- engineType - Variable in class org.flowable.common.engine.impl.cmd.GetTableCountCmd
- engineType - Variable in class org.flowable.common.engine.impl.cmd.GetTableMetaDataCmd
- engineType - Variable in class org.flowable.common.engine.impl.cmd.LockCmd
- engineType - Variable in class org.flowable.common.engine.impl.cmd.ReleaseLockCmd
- engineType - Variable in class org.flowable.common.engine.impl.lock.LockManagerImpl
- engineType - Variable in class org.flowable.common.engine.impl.logging.LoggingSessionCommandContextCloseListener
- engineType - Variable in class org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager
- enhanceScriptTrace(ScriptEngineRequest, DefaultScriptTrace) - Method in class org.flowable.common.engine.impl.scripting.ScriptingEngines
- enhanceScriptTrace(ScriptTraceEnhancer.ScriptTraceContext) - Method in interface org.flowable.common.engine.impl.scripting.ScriptTraceEnhancer
-
Allows to add information to script invocations by adding metadata like which can be used to trace the origin of a script invocation.
- EnsureCleanDb - Annotation Interface in org.flowable.common.engine.impl.test
-
Annotation that instructs the internal flowable extensions to assert a clean DB (scans all tables to see if the DB is completely clean).
- EnsureCleanDbUtils - Class in org.flowable.common.engine.impl.test
- EnsureCleanDbUtils() - Constructor for class org.flowable.common.engine.impl.test.EnsureCleanDbUtils
- ensureGeneratorInitialized() - Method in class org.flowable.common.engine.impl.persistence.StrongUuidGenerator
- ensureInitialized(String) - Method in class org.flowable.common.engine.impl.persistence.entity.ByteArrayRef
- entity - Variable in class org.flowable.common.engine.impl.event.FlowableEntityEventImpl
- entity - Variable in class org.flowable.common.engine.impl.event.FlowableEntityExceptionEventImpl
- entity - Variable in class org.flowable.common.engine.impl.persistence.cache.CachedEntity
-
The actual
Entityinstance. - Entity - Interface in org.flowable.common.engine.impl.persistence.entity
- entityCache - Variable in class org.flowable.common.engine.impl.db.DbSqlSession
- EntityCache - Interface in org.flowable.common.engine.impl.persistence.cache
- EntityCacheImpl - Class in org.flowable.common.engine.impl.persistence.cache
- EntityCacheImpl() - Constructor for class org.flowable.common.engine.impl.persistence.cache.EntityCacheImpl
- EntityManager<EntityImpl extends Entity> - Interface in org.flowable.common.engine.impl.persistence.entity
- entityTypes - Variable in class org.flowable.common.engine.impl.tenant.ExecuteChangeTenantIdCmd
- entityTypes - Variable in class org.flowable.common.engine.impl.tenant.MyBatisChangeTenantIdManager
- entityTypes - Variable in class org.flowable.common.engine.impl.tenant.SimulateChangeTenantIdCmd
- entrySet() - Method in class org.flowable.common.engine.impl.cfg.SpringBeanFactoryProxyMap
- entrySet() - Method in class org.flowable.common.engine.impl.scripting.ScriptBindings
- EOF - Enum constant in enum class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner.Symbol
- eq(boolean) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Parser
-
eq := cmp (<EQ> cmp | <NE> cmp)*
- eq(TypeConverter, Object, Object) - Static method in class org.flowable.common.engine.impl.de.odysseus.el.misc.BooleanOperations
- EQ - Enum constant in enum class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Parser.ExtensionPoint
- EQ - Enum constant in enum class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner.Symbol
- EQ - Enum constant in enum class org.flowable.common.engine.impl.el.function.AbstractVariableComparatorExpressionFunction.OPERATOR
- EQ - Static variable in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstBinary
- equals(Object) - Method in class org.flowable.common.engine.impl.db.SuspensionState.SuspensionStateImpl
- equals(Object) - Method in class org.flowable.common.engine.impl.de.odysseus.el.misc.TypeConverterImpl
- equals(Object) - Method in class org.flowable.common.engine.impl.de.odysseus.el.ObjectValueExpression
-
Two object value expressions are equal if and only if their wrapped objects are equal.
- equals(Object) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.Bindings
- equals(Object) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Builder
- equals(Object) - Method in class org.flowable.common.engine.impl.de.odysseus.el.TreeMethodExpression
-
Expressions are compared using the concept of a structural id: variable and function names are anonymized such that two expressions with same tree structure will also have the same structural id and vice versa.
- equals(Object) - Method in class org.flowable.common.engine.impl.de.odysseus.el.TreeValueExpression
-
Expressions are compared using the concept of a structural id: variable and function names are anonymized such that two expressions with same tree structure will also have the same structural id and vice versa.
- equals(Object) - Method in class org.flowable.common.engine.impl.FlowableVersion
- equals(Object) - Method in class org.flowable.common.engine.impl.javax.el.Expression
-
Determines whether the specified object is equal to this Expression.
- equals(Object) - Method in record class org.flowable.common.engine.impl.tenant.ThreadLocalTenantContext.Tenant
-
Indicates whether some other object is "equal to" this one.
- equals(VariableContainer, String, Object) - Static method in class org.flowable.common.engine.impl.el.function.VariableEqualsExpressionFunction
- errorTrace - Variable in exception org.flowable.common.engine.impl.scripting.FlowableScriptEvaluationException
- errorTrace(Duration, ScriptEngineRequest, Throwable) - Static method in class org.flowable.common.engine.impl.scripting.DefaultScriptTrace
- eval() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Parser
-
eval := dynamic | deferred
- eval(boolean, boolean) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Parser
-
dynmamic := <START_EVAL_DYNAMIC> expr <END_EVAL> deferred := <START_EVAL_DEFERRED> expr <END_EVAL>
- eval(Bindings, ELContext) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstBinary
- eval(Bindings, ELContext) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstBoolean
- eval(Bindings, ELContext) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstChoice
- eval(Bindings, ELContext) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstComposite
- eval(Bindings, ELContext) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstEval
- eval(Bindings, ELContext) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstFunction
- eval(Bindings, ELContext) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstIdentifier
- eval(Bindings, ELContext) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstMethod
- eval(Bindings, ELContext) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstNested
- eval(Bindings, ELContext) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstNode
- eval(Bindings, ELContext) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstNull
- eval(Bindings, ELContext) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstNumber
- eval(Bindings, ELContext) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstParameters
- eval(Bindings, ELContext) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstProperty
- eval(Bindings, ELContext) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstString
- eval(Bindings, ELContext) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstText
- eval(Bindings, ELContext) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstUnary
- eval(Bindings, ELContext, boolean) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstMethod
- eval(Bindings, ELContext, AstNode) - Method in interface org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstUnary.Operator
- eval(Bindings, ELContext, AstNode) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstUnary.SimpleOperator
- eval(Bindings, ELContext, AstNode, AstNode) - Method in interface org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstBinary.Operator
- eval(Bindings, ELContext, AstNode, AstNode) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstBinary.SimpleOperator
- evaluate(ScriptEngine, ScriptEngineRequest, Bindings) - Method in class org.flowable.common.engine.impl.scripting.ScriptingEngines
- evaluate(ScriptEngineRequest) - Method in class org.flowable.common.engine.impl.scripting.ScriptingEngines
- evaluate(ScriptEngineRequest, Bindings) - Method in class org.flowable.common.engine.impl.scripting.ScriptingEngines
- evaluateScript(ScriptingEngines, ScriptEngineRequest) - Method in class org.flowable.common.engine.impl.scripting.AbstractScriptEvaluator
- evaluateScriptRequest(ScriptEngineRequest.Builder) - Method in class org.flowable.common.engine.impl.scripting.AbstractScriptEvaluator
- EvaluationState - Enum Class in org.flowable.common.engine.impl.el
-
An evaluation state which is used when getting or setting a value via
Expression. - EventDispatchAction - Interface in org.flowable.common.engine.impl.event
- eventDispatcher - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- eventDispatcher - Variable in class org.flowable.common.engine.impl.AbstractServiceConfiguration
- eventDispatcherSupplier - Variable in class org.flowable.common.engine.impl.persistence.entity.ByteArrayEntityManagerImpl
- eventListeners - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- eventListeners - Variable in class org.flowable.common.engine.impl.AbstractServiceConfiguration
- eventListeners - Variable in class org.flowable.common.engine.impl.event.FlowableEventSupport
- eventRegistryConfigurator - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- eventRegistryEventConsumers - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- eventSupport - Variable in class org.flowable.common.engine.impl.event.FlowableEventDispatcherImpl
- exception - Variable in class org.flowable.common.engine.impl.interceptor.CommandContext
- exception - Variable in class org.flowable.common.engine.impl.scripting.DefaultScriptTrace
- exception(Throwable) - Method in class org.flowable.common.engine.impl.interceptor.CommandContext
-
Stores the provided exception on this
CommandContextinstance. - ExceptionUtil - Class in org.flowable.common.engine.impl.util
- ExceptionUtil() - Constructor for class org.flowable.common.engine.impl.util.ExceptionUtil
- excludeTables() - Element in annotation interface org.flowable.common.engine.impl.test.EnsureCleanDb
-
The names of the tables that should be excluded from a check
- execute() - Method in interface org.flowable.common.engine.impl.db.DbUpgradeStep
- execute(Runnable) - Method in class org.flowable.common.engine.impl.async.DefaultAsyncTaskExecutor
- execute(Mapper) - Method in interface org.flowable.common.engine.impl.cmd.CustomSqlExecution
- execute(SqlSession, Class<? extends Entity>) - Method in class org.flowable.common.engine.impl.db.BulkDeleteOperation
- execute(Command<T>) - Method in class org.flowable.common.engine.impl.cfg.CommandExecutorImpl
- execute(Command<T>) - Method in interface org.flowable.common.engine.impl.interceptor.CommandExecutor
-
Execute a command with the default
CommandConfig. - execute(CommandConfig, Command<T>) - Method in class org.flowable.common.engine.impl.cfg.CommandExecutorImpl
- execute(CommandConfig, Command<T>) - Method in interface org.flowable.common.engine.impl.interceptor.CommandExecutor
-
Execute a command with the specified
CommandConfig. - execute(CommandConfig, Command<T>, CommandExecutor) - Method in class org.flowable.common.engine.impl.interceptor.CommandContextInterceptor
- execute(CommandConfig, Command<T>, CommandExecutor) - Method in interface org.flowable.common.engine.impl.interceptor.CommandInterceptor
- execute(CommandConfig, Command<T>, CommandExecutor) - Method in class org.flowable.common.engine.impl.interceptor.CrDbRetryInterceptor
- execute(CommandConfig, Command<T>, CommandExecutor) - Method in class org.flowable.common.engine.impl.interceptor.DefaultCommandInvoker
- execute(CommandConfig, Command<T>, CommandExecutor) - Method in class org.flowable.common.engine.impl.interceptor.JtaRetryInterceptor
- execute(CommandConfig, Command<T>, CommandExecutor) - Method in class org.flowable.common.engine.impl.interceptor.JtaTransactionInterceptor
- execute(CommandConfig, Command<T>, CommandExecutor) - Method in class org.flowable.common.engine.impl.interceptor.LogInterceptor
- execute(CommandConfig, Command<T>, CommandExecutor) - Method in class org.flowable.common.engine.impl.interceptor.RetryInterceptor
- execute(CommandConfig, Command<T>, CommandExecutor) - Method in class org.flowable.common.engine.impl.interceptor.TransactionContextInterceptor
- execute(CommandContext) - Method in interface org.flowable.common.engine.impl.cfg.TransactionListener
- execute(CommandContext) - Method in class org.flowable.common.engine.impl.cmd.GetLockValueCmd
- execute(CommandContext) - Method in class org.flowable.common.engine.impl.cmd.GetPropertiesCmd
- execute(CommandContext) - Method in class org.flowable.common.engine.impl.cmd.GetTableCountCmd
- execute(CommandContext) - Method in class org.flowable.common.engine.impl.cmd.GetTableMetaDataCmd
- execute(CommandContext) - Method in class org.flowable.common.engine.impl.cmd.LockCmd
- execute(CommandContext) - Method in class org.flowable.common.engine.impl.cmd.ReleaseLockCmd
- execute(CommandContext) - Method in class org.flowable.common.engine.impl.event.ExecuteEventListenerTransactionListener
- execute(CommandContext) - Method in interface org.flowable.common.engine.impl.interceptor.Command
- execute(CommandContext) - Method in class org.flowable.common.engine.impl.persistence.entity.TablePageQueryImpl
- execute(CommandContext) - Method in class org.flowable.common.engine.impl.query.AbstractNativeQuery
- execute(CommandContext) - Method in class org.flowable.common.engine.impl.query.AbstractQuery
- execute(CommandContext) - Method in class org.flowable.common.engine.impl.tenant.BaseChangeTenantIdCmd
- ExecuteChangeTenantIdCmd - Class in org.flowable.common.engine.impl.tenant
- ExecuteChangeTenantIdCmd(ChangeTenantIdBuilderImpl, String, Set<String>) - Constructor for class org.flowable.common.engine.impl.tenant.ExecuteChangeTenantIdCmd
- ExecuteChangeTenantIdCmd(ChangeTenantIdBuilderImpl, String, Set<String>, boolean) - Constructor for class org.flowable.common.engine.impl.tenant.ExecuteChangeTenantIdCmd
- executeChangeWithInClause(List<EntityImpl>, Consumer<List<EntityImpl>>) - Method in class org.flowable.common.engine.impl.db.AbstractDataManager
- executeCloseListenersAfterSessionFlushed() - Method in class org.flowable.common.engine.impl.interceptor.CommandContext
- executeCloseListenersClosed() - Method in class org.flowable.common.engine.impl.interceptor.CommandContext
- executeCloseListenersCloseFailure() - Method in class org.flowable.common.engine.impl.interceptor.CommandContext
- executeCloseListenersClosing() - Method in class org.flowable.common.engine.impl.interceptor.CommandContext
- executeCommand(Command<T>) - Method in class org.flowable.common.engine.impl.lock.LockManagerImpl
- executeCount(CommandContext) - Method in class org.flowable.common.engine.impl.query.AbstractQuery
- executeCount(CommandContext, Map<String, Object>) - Method in class org.flowable.common.engine.impl.query.AbstractNativeQuery
- ExecuteEventListenerTransactionListener - Class in org.flowable.common.engine.impl.event
- ExecuteEventListenerTransactionListener(FlowableEventListener, FlowableEvent) - Constructor for class org.flowable.common.engine.impl.event.ExecuteEventListenerTransactionListener
- ExecuteFutureActionOperation<T> - Class in org.flowable.common.engine.impl.agenda
- ExecuteFutureActionOperation(CompletableFuture<T>, BiConsumer<T, Throwable>) - Constructor for class org.flowable.common.engine.impl.agenda.ExecuteFutureActionOperation
- executeList(CommandContext) - Method in class org.flowable.common.engine.impl.query.AbstractQuery
-
Executes the actual query to retrieve the list of results.
- executeList(CommandContext, Map<String, Object>) - Method in class org.flowable.common.engine.impl.query.AbstractNativeQuery
-
Executes the actual query to retrieve the list of results.
- executeMandatorySchemaResource(String, String) - Method in class org.flowable.common.engine.impl.db.AbstractSqlScriptBasedDbSchemaManager
- executeOperation(DbSqlSession, Map<String, Object>) - Method in class org.flowable.common.engine.impl.tenant.BaseChangeTenantIdCmd
- executeOperation(DbSqlSession, Map<String, Object>) - Method in class org.flowable.common.engine.impl.tenant.ExecuteChangeTenantIdCmd
- executeOperation(DbSqlSession, Map<String, Object>) - Method in class org.flowable.common.engine.impl.tenant.SimulateChangeTenantIdCmd
- executeOperation(CommandContext, Runnable) - Method in interface org.flowable.common.engine.impl.agenda.AgendaOperationRunner
- executeSchemaResource(String, String, String, boolean) - Method in class org.flowable.common.engine.impl.db.AbstractSqlScriptBasedDbSchemaManager
- executeSchemaResource(String, String, String, InputStream) - Method in class org.flowable.common.engine.impl.db.AbstractSqlScriptBasedDbSchemaManager
- executeSingleResult(CommandContext) - Method in class org.flowable.common.engine.impl.query.AbstractNativeQuery
- executeSingleResult(CommandContext) - Method in class org.flowable.common.engine.impl.query.AbstractQuery
- executeTransactionListeners(List<TransactionListener>, CommandContext) - Method in class org.flowable.common.engine.impl.cfg.standalone.StandaloneMybatisTransactionContext
- executorNeedsShutdown - Variable in class org.flowable.common.engine.impl.async.DefaultAsyncTaskExecutor
-
Whether the executor needs a shutdown.
- executorService - Variable in class org.flowable.common.engine.impl.async.DefaultAsyncTaskExecutor
-
The executor service used for task execution.
- exists(VariableContainer, String) - Static method in class org.flowable.common.engine.impl.el.function.VariableExistsExpressionFunction
- expr(boolean) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Parser
-
expr := or (<QUESTION> expr <COLON> expr)?
- Expression - Class in org.flowable.common.engine.impl.javax.el
-
Base class for the expression subclasses
ValueExpressionandMethodExpression, implementing characteristics common to both. - Expression() - Constructor for class org.flowable.common.engine.impl.javax.el.Expression
- expressionCache - Variable in class org.flowable.common.engine.impl.el.DefaultExpressionManager
- expressionFactory - Variable in class org.flowable.common.engine.impl.el.DefaultExpressionManager
- ExpressionFactory - Class in org.flowable.common.engine.impl.javax.el
-
Parses a String into a
ValueExpressionorMethodExpressioninstance for later evaluation. - ExpressionFactory() - Constructor for class org.flowable.common.engine.impl.javax.el.ExpressionFactory
- ExpressionFactoryImpl - Class in org.flowable.common.engine.impl.de.odysseus.el
-
Expression factory implementation.
- ExpressionFactoryImpl() - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.ExpressionFactoryImpl
-
Create a new expression factory using the default builder and cache implementations.
- ExpressionFactoryImpl(Properties) - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.ExpressionFactoryImpl
-
Create a new expression factory using the default builder and cache implementations.
- ExpressionFactoryImpl(Properties, TypeConverter) - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.ExpressionFactoryImpl
-
Create a new expression factory using the default builder and cache implementations.
- ExpressionFactoryImpl(ExpressionFactoryImpl.Profile) - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.ExpressionFactoryImpl
-
Create a new expression factory using the default builder and cache implementations.
- ExpressionFactoryImpl(ExpressionFactoryImpl.Profile, Properties) - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.ExpressionFactoryImpl
-
Create a new expression factory using the default builder and cache implementations.
- ExpressionFactoryImpl(ExpressionFactoryImpl.Profile, Properties, TypeConverter) - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.ExpressionFactoryImpl
-
Create a new expression factory using the default builder and cache implementations.
- ExpressionFactoryImpl(TreeStore) - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.ExpressionFactoryImpl
-
Create a new expression factory.
- ExpressionFactoryImpl(TreeStore, TypeConverter) - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.ExpressionFactoryImpl
-
Create a new expression factory.
- ExpressionFactoryImpl.Profile - Enum Class in org.flowable.common.engine.impl.de.odysseus.el
-
A profile provides a default set of language features that will define the builder's behavior.
- ExpressionFactoryResolver - Class in org.flowable.common.engine.impl.el
-
Class used to get hold of a
ExpressionFactory. - ExpressionFactoryResolver() - Constructor for class org.flowable.common.engine.impl.el.ExpressionFactoryResolver
- expressionManager - Variable in class org.flowable.common.engine.impl.el.JuelExpression
- ExpressionManager - Interface in org.flowable.common.engine.impl.el
-
Used as an entry point for runtime evaluation of the expressions.
- ExpressionNode - Interface in org.flowable.common.engine.impl.de.odysseus.el.tree
-
Expression node interface.
- expressionParsed - Variable in class org.flowable.common.engine.impl.calendar.CronExpression
- expressionText - Variable in class org.flowable.common.engine.impl.el.JuelExpression
- expressionTextLengthCacheLimit - Variable in class org.flowable.common.engine.impl.el.DefaultExpressionManager
- EXTENSION - Enum constant in enum class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner.Symbol
- ExtensionHandler(Parser.ExtensionPoint) - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Parser.ExtensionHandler
- extensions - Variable in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Parser
- ExtensionToken(String) - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner.ExtensionToken
- extractCandidates(Object) - Static method in class org.flowable.common.engine.impl.assignment.CandidateUtil
F
- fail(String) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Parser
-
throw exception
- fail(Scanner.Symbol) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Parser
-
throw exception
- fallbackToDefaultTenant - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
-
Set to true if by default lookups should fallback to the default tenant (an empty string by default or a defined tenant value)
- FALSE - Enum constant in enum class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner.Symbol
- features - Variable in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Builder
- fieldTypeCompatible(Object, Field) - Static method in class org.flowable.common.engine.impl.util.ReflectUtil
- fillLoggingData(String, String, String, String, ObjectMapper) - Static method in class org.flowable.common.engine.impl.logging.LoggingSessionUtil
- fillLoggingData(String, String, String, String, String, String, String, String, String, ObjectMapper) - Static method in class org.flowable.common.engine.impl.logging.LoggingSessionUtil
- findAccessibleMethod(Method) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstNode
- findAll() - Method in interface org.flowable.common.engine.impl.persistence.entity.ByteArrayEntityManager
-
Returns all
ByteArrayEntity. - findAll() - Method in class org.flowable.common.engine.impl.persistence.entity.ByteArrayEntityManagerImpl
- findAll() - Method in interface org.flowable.common.engine.impl.persistence.entity.data.ByteArrayDataManager
- findAll() - Method in class org.flowable.common.engine.impl.persistence.entity.data.impl.MybatisByteArrayDataManager
- findAll() - Method in class org.flowable.common.engine.impl.persistence.entity.data.impl.MybatisPropertyDataManager
- findAll() - Method in interface org.flowable.common.engine.impl.persistence.entity.data.PropertyDataManager
- findAll() - Method in interface org.flowable.common.engine.impl.persistence.entity.PropertyEntityManager
- findAll() - Method in class org.flowable.common.engine.impl.persistence.entity.PropertyEntityManagerImpl
- findById(String) - Method in class org.flowable.common.engine.impl.db.AbstractDataManager
- findById(String) - Method in class org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager
- findById(String) - Method in interface org.flowable.common.engine.impl.persistence.entity.data.DataManager
- findById(String) - Method in interface org.flowable.common.engine.impl.persistence.entity.EntityManager
- findByName(String) - Static method in class org.flowable.common.engine.impl.Direction
- findByQuery(String, Object) - Method in class org.flowable.common.engine.impl.db.AbstractDataManager
- findClassCacheByCheckingSubclasses(Class<?>) - Method in class org.flowable.common.engine.impl.persistence.cache.EntityCacheImpl
- findInCache(Class<T>) - Method in interface org.flowable.common.engine.impl.persistence.cache.EntityCache
-
Returns all cached
Entityinstances of a given type. - findInCache(Class<T>) - Method in class org.flowable.common.engine.impl.persistence.cache.EntityCacheImpl
- findInCache(Class<T>, String) - Method in interface org.flowable.common.engine.impl.persistence.cache.EntityCache
-
Returns the cached
Entityinstance of the given class with the provided id. - findInCache(Class<T>, String) - Method in class org.flowable.common.engine.impl.persistence.cache.EntityCacheImpl
- findInCacheAsCachedObjects(Class<T>) - Method in interface org.flowable.common.engine.impl.persistence.cache.EntityCache
-
Returns all
CachedEntityinstances for the given type. - findInCacheAsCachedObjects(Class<T>) - Method in class org.flowable.common.engine.impl.persistence.cache.EntityCacheImpl
- findMatchingCamMigrationIndex(String) - Static method in class org.flowable.common.engine.impl.FlowableVersions
- findMatchingConstructor(Class<T>, Object[]) - Static method in class org.flowable.common.engine.impl.util.ReflectUtil
- findMatchingVersionIndex(String) - Static method in class org.flowable.common.engine.impl.FlowableVersions
- findMatchingVersionIndex(FlowableVersion) - Static method in class org.flowable.common.engine.impl.FlowableVersions
-
Returns the index in the list of
FlowableVersions.FLOWABLE_VERSIONSmatching the provided string version. - findMethod(String) - Method in class org.flowable.common.engine.impl.el.function.AbstractFlowableVariableExpressionFunction
- findMethod(String, Class<?>, Class<?>, Class<?>[]) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstProperty
- findNextWhiteSpace(int, String) - Method in class org.flowable.common.engine.impl.calendar.CronExpression
- fireEntityDeletedEvent(Entity) - Method in class org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager
- fireEntityInsertedEvent(Entity) - Method in class org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager
- fireEntityUpdatedEvent(Entity) - Method in class org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager
- fireTransactionEvent(TransactionState, boolean) - Method in class org.flowable.common.engine.impl.cfg.standalone.StandaloneMybatisTransactionContext
-
Fires the event for the provided
TransactionState. - first - Variable in class org.flowable.common.engine.impl.cfg.CommandExecutorImpl
- firstResult - Variable in class org.flowable.common.engine.impl.db.ListQueryParameterObject
- firstResult - Variable in class org.flowable.common.engine.impl.Page
- firstResult - Variable in class org.flowable.common.engine.impl.persistence.entity.TablePageQueryImpl
- firstResult - Variable in class org.flowable.common.engine.impl.query.BaseNativeQuery
- fixed(Scanner.Symbol) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner
- FixedValue - Class in org.flowable.common.engine.impl.el
-
Expression that always returns the same value when
getValueis called. - FixedValue(Object) - Constructor for class org.flowable.common.engine.impl.el.FixedValue
- FLOAT - Enum constant in enum class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner.Symbol
- FLOWABLE_VERSIONS - Static variable in class org.flowable.common.engine.impl.FlowableVersions
- FlowableAstFunctionCreator - Interface in org.flowable.common.engine.impl.el
- FlowableChangeTenantIdEventImpl - Class in org.flowable.common.engine.impl.event
- FlowableChangeTenantIdEventImpl(String, String, String, String) - Constructor for class org.flowable.common.engine.impl.event.FlowableChangeTenantIdEventImpl
- flowableContext - Variable in class org.flowable.common.engine.impl.el.FlowableExpressionFactory.FlowableExpressionParserImpl
- FlowableElContext - Class in org.flowable.common.engine.impl.el
- FlowableElContext(ELResolver, FlowableFunctionResolver) - Constructor for class org.flowable.common.engine.impl.el.FlowableElContext
- FlowableEngineEventImpl - Class in org.flowable.common.engine.impl.event
-
Base class for all
FlowableEngineEventimplementations. - FlowableEngineEventImpl(FlowableEngineEventType) - Constructor for class org.flowable.common.engine.impl.event.FlowableEngineEventImpl
-
Creates a new event implementation, not part of an execution context.
- FlowableEngineEventImpl(FlowableEngineEventType, String, String, String) - Constructor for class org.flowable.common.engine.impl.event.FlowableEngineEventImpl
-
Creates a new event implementation, part of an execution context.
- FlowableEngineEventImpl(FlowableEngineEventType, String, String, String, String) - Constructor for class org.flowable.common.engine.impl.event.FlowableEngineEventImpl
-
Creates a new event implementation, part of an execution context.
- FlowableEntityEventImpl - Class in org.flowable.common.engine.impl.event
-
Base class for all
FlowableEventimplementations, related to entities. - FlowableEntityEventImpl(Object, FlowableEngineEventType) - Constructor for class org.flowable.common.engine.impl.event.FlowableEntityEventImpl
- FlowableEntityExceptionEventImpl - Class in org.flowable.common.engine.impl.event
-
Base class for all
FlowableEventimplementations, represents an exception occurred, related to an entity. - FlowableEntityExceptionEventImpl(Object, FlowableEngineEventType, Throwable) - Constructor for class org.flowable.common.engine.impl.event.FlowableEntityExceptionEventImpl
- flowableEvent - Variable in class org.flowable.common.engine.impl.event.ExecuteEventListenerTransactionListener
- FlowableEventDispatcherImpl - Class in org.flowable.common.engine.impl.event
-
Class capable of dispatching events.
- FlowableEventDispatcherImpl() - Constructor for class org.flowable.common.engine.impl.event.FlowableEventDispatcherImpl
- FlowableEventImpl - Class in org.flowable.common.engine.impl.event
-
Base class for all
FlowableEventimplementations. - FlowableEventImpl(FlowableEventType) - Constructor for class org.flowable.common.engine.impl.event.FlowableEventImpl
- FlowableEventSupport - Class in org.flowable.common.engine.impl.event
-
Class that allows adding and removing event listeners and dispatching events to the appropriate listeners.
- FlowableEventSupport() - Constructor for class org.flowable.common.engine.impl.event.FlowableEventSupport
- FlowableExpressionBuilder(Builder.Feature...) - Constructor for class org.flowable.common.engine.impl.el.FlowableExpressionFactory.FlowableExpressionBuilder
- FlowableExpressionFactory - Class in org.flowable.common.engine.impl.el
- FlowableExpressionFactory() - Constructor for class org.flowable.common.engine.impl.el.FlowableExpressionFactory
- FlowableExpressionFactory.FlowableExpressionBuilder - Class in org.flowable.common.engine.impl.el
- FlowableExpressionFactory.FlowableExpressionParserImpl - Class in org.flowable.common.engine.impl.el
- FlowableExpressionParser - Interface in org.flowable.common.engine.impl.el
- FlowableExpressionParserImpl(FlowableExpressionFactory.FlowableExpressionBuilder, String) - Constructor for class org.flowable.common.engine.impl.el.FlowableExpressionFactory.FlowableExpressionParserImpl
- FlowableFunctionMapper - Class in org.flowable.common.engine.impl.el
-
A date function mapper that can be used in EL expressions
- FlowableFunctionMapper(FlowableFunctionResolver) - Constructor for class org.flowable.common.engine.impl.el.FlowableFunctionMapper
- FlowableFunctionResolver - Interface in org.flowable.common.engine.impl.el
- FlowableFunctionResolverFactory - Interface in org.flowable.common.engine.impl.el
- FlowableLiquibaseHubService - Class in org.flowable.common.engine.impl.db
-
This is a special implementation of the Liquibase
HubServicewhich is automatically disabled. - FlowableLiquibaseHubService() - Constructor for class org.flowable.common.engine.impl.db.FlowableLiquibaseHubService
- FlowableLiquibaseLicenseService - Class in org.flowable.common.engine.impl.db
-
A special Liquibase
LicenseServicethat always returnsfalsefor the license check. - FlowableLiquibaseLicenseService() - Constructor for class org.flowable.common.engine.impl.db.FlowableLiquibaseLicenseService
- FlowableMailClientCreator - Class in org.flowable.common.engine.impl.cfg.mail
- FlowableMailClientCreator() - Constructor for class org.flowable.common.engine.impl.cfg.mail.FlowableMailClientCreator
- FlowableScriptEvaluationException - Exception in org.flowable.common.engine.impl.scripting
-
Thrown by ScriptingEngines in case script evaluation failed.
- FlowableScriptEvaluationException(ScriptTrace, Throwable) - Constructor for exception org.flowable.common.engine.impl.scripting.FlowableScriptEvaluationException
- FlowableVersion - Class in org.flowable.common.engine.impl
-
This class is used for auto-upgrade purposes.
- FlowableVersion(String) - Constructor for class org.flowable.common.engine.impl.FlowableVersion
- FlowableVersion(String, List<String>) - Constructor for class org.flowable.common.engine.impl.FlowableVersion
- FlowableVersions - Class in org.flowable.common.engine.impl
- FlowableVersions() - Constructor for class org.flowable.common.engine.impl.FlowableVersions
- flush() - Method in class org.flowable.common.engine.impl.agenda.AbstractAgenda
- flush() - Method in class org.flowable.common.engine.impl.db.DbSqlSession
- flush() - Method in interface org.flowable.common.engine.impl.interceptor.Session
- flush() - Method in class org.flowable.common.engine.impl.logging.LoggingSession
- flush() - Method in class org.flowable.common.engine.impl.persistence.cache.EntityCacheImpl
- flush() - Method in class org.flowable.common.engine.impl.variablelistener.VariableListenerSession
- flushBulkDeletes(Class<? extends Entity>, List<BulkDeleteOperation>) - Method in class org.flowable.common.engine.impl.db.DbSqlSession
- flushBulkInsert(Collection<Entity>, Class<? extends Entity>) - Method in class org.flowable.common.engine.impl.db.DbSqlSession
- flushDeleteEntities(Class<? extends Entity>, Collection<Entity>) - Method in class org.flowable.common.engine.impl.db.DbSqlSession
- flushDeletes() - Method in class org.flowable.common.engine.impl.db.DbSqlSession
- flushInsertEntities(Class<? extends Entity>, Collection<Entity>) - Method in class org.flowable.common.engine.impl.db.DbSqlSession
- flushInserts() - Method in class org.flowable.common.engine.impl.db.DbSqlSession
- flushRegularInsert(Entity, Class<? extends Entity>) - Method in class org.flowable.common.engine.impl.db.DbSqlSession
- flushSessions() - Method in class org.flowable.common.engine.impl.interceptor.CommandContext
- flushUpdates() - Method in class org.flowable.common.engine.impl.db.DbSqlSession
- forceAcquireAfter - Variable in class org.flowable.common.engine.impl.cmd.LockCmd
- forceCloseMybatisConnectionPool - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- formatDate(Date) - Static method in class org.flowable.common.engine.impl.logging.LoggingSessionUtil
- formatDate(DateTime) - Static method in class org.flowable.common.engine.impl.logging.LoggingSessionUtil
- formatDate(LocalDate) - Static method in class org.flowable.common.engine.impl.logging.LoggingSessionUtil
- FULL - Enum constant in enum class org.flowable.common.engine.impl.history.HistoryLevel
- FullDeploymentCache<T> - Class in org.flowable.common.engine.impl.persistence.deploy
-
Default cache: keep everything in memory, without a limit.
- FullDeploymentCache() - Constructor for class org.flowable.common.engine.impl.persistence.deploy.FullDeploymentCache
-
Cache with no limit
- function(String, AstParameters) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Parser
- functionClass() - Method in class org.flowable.common.engine.impl.el.AbstractFlowableFunctionDelegate
-
The class, typically containing static methods.
- functionDelegateMap - Variable in class org.flowable.common.engine.impl.el.FunctionDelegatesFlowableFunctionResolver
- functionDelegates - Variable in class org.flowable.common.engine.impl.el.DefaultExpressionManager
- FunctionDelegatesFlowableFunctionResolver - Class in org.flowable.common.engine.impl.el
- FunctionDelegatesFlowableFunctionResolver(Collection<FlowableFunctionDelegate>) - Constructor for class org.flowable.common.engine.impl.el.FunctionDelegatesFlowableFunctionResolver
- FunctionMapper - Class in org.flowable.common.engine.impl.javax.el
-
The interface to a map between EL function names and methods.
- FunctionMapper() - Constructor for class org.flowable.common.engine.impl.javax.el.FunctionMapper
- functionMethod() - Method in class org.flowable.common.engine.impl.el.function.AbstractFlowableVariableExpressionFunction
- functionName - Variable in class org.flowable.common.engine.impl.el.function.AbstractFlowableVariableExpressionFunction
- functionNamesOptions - Variable in class org.flowable.common.engine.impl.el.function.AbstractFlowableVariableExpressionFunction
- FunctionNode - Interface in org.flowable.common.engine.impl.de.odysseus.el.tree
-
Function node interface.
- functionResolver - Variable in class org.flowable.common.engine.impl.el.DefaultExpressionManager
- functionResolver - Variable in class org.flowable.common.engine.impl.el.FlowableElContext
- functionResolver - Variable in class org.flowable.common.engine.impl.el.FlowableFunctionMapper
- functionResolver - Variable in class org.flowable.common.engine.impl.el.ParsingElContext
- functionResolverFactory - Variable in class org.flowable.common.engine.impl.el.DefaultExpressionManager
- future - Variable in class org.flowable.common.engine.impl.agenda.ExecuteFutureActionOperation
- futureOperations - Variable in class org.flowable.common.engine.impl.agenda.AbstractAgenda
- futureOperations - Variable in class org.flowable.common.engine.impl.agenda.WaitForAnyFutureToFinishOperation
G
- ge(TypeConverter, Object, Object) - Static method in class org.flowable.common.engine.impl.de.odysseus.el.misc.BooleanOperations
- GE - Enum constant in enum class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner.Symbol
- GE - Static variable in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstBinary
- generateParameterMap() - Method in class org.flowable.common.engine.impl.query.BaseNativeQuery
- GenericManagerFactory - Class in org.flowable.common.engine.impl.persistence
- GenericManagerFactory(Class<? extends Session>) - Constructor for class org.flowable.common.engine.impl.persistence.GenericManagerFactory
- GenericManagerFactory(Class<? extends Session>, Class<? extends Session>) - Constructor for class org.flowable.common.engine.impl.persistence.GenericManagerFactory
- get(Object) - Method in class org.flowable.common.engine.impl.cfg.SpringBeanFactoryProxyMap
- get(Object) - Method in class org.flowable.common.engine.impl.scripting.BeansResolverFactory
- get(Object) - Method in class org.flowable.common.engine.impl.scripting.MapResolver
- get(Object) - Method in interface org.flowable.common.engine.impl.scripting.Resolver
- get(Object) - Method in class org.flowable.common.engine.impl.scripting.ScriptBindings
- get(String) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Cache
- get(String) - Method in interface org.flowable.common.engine.impl.de.odysseus.el.tree.TreeCache
-
Lookup tree
- get(String) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.TreeStore
-
Get a
Tree. - get(String) - Method in class org.flowable.common.engine.impl.persistence.deploy.DefaultDeploymentCache
- get(String) - Method in interface org.flowable.common.engine.impl.persistence.deploy.DeploymentCache
- get(String) - Method in class org.flowable.common.engine.impl.persistence.deploy.FullDeploymentCache
- get(String, Object...) - Static method in class org.flowable.common.engine.impl.de.odysseus.el.misc.LocalMessages
- get(VariableContainer, String) - Static method in class org.flowable.common.engine.impl.el.function.VariableGetExpressionFunction
- getAction() - Method in class org.flowable.common.engine.impl.agenda.ExecuteFutureActionOperation
- getAdditionalData() - Method in class org.flowable.common.engine.impl.callback.CallbackData
- getAdditionalDefaultCommandInterceptors() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getAdditionalEventDispatchActions() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getAdditionalEventDispatchActions() - Method in class org.flowable.common.engine.impl.AbstractServiceConfiguration
- getAdditionalResolvers() - Method in class org.flowable.common.engine.impl.scripting.ScriptEngineRequest
- getAgendaFutureMaxWaitTimeoutProvider() - Method in class org.flowable.common.engine.impl.agenda.AbstractAgenda
- getAgendaOperationExecutionListeners() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getAgendaOperationRunner() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getAll() - Method in class org.flowable.common.engine.impl.persistence.deploy.DefaultDeploymentCache
- getAll() - Method in interface org.flowable.common.engine.impl.persistence.deploy.DeploymentCache
- getAll() - Method in class org.flowable.common.engine.impl.persistence.deploy.FullDeploymentCache
- getAllCachedEntities() - Method in interface org.flowable.common.engine.impl.persistence.cache.EntityCache
-
Returns all cached
Entityinstances as a map with following structure: { entityClassName, {entityId, entity} } - getAllCachedEntities() - Method in class org.flowable.common.engine.impl.persistence.cache.EntityCacheImpl
- getAllConfigurators() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getAllTenants() - Method in interface org.flowable.common.engine.impl.cfg.multitenant.TenantInfoHolder
-
Returns all known tenant identifiers.
- getAstFunctionCreator(String) - Method in class org.flowable.common.engine.impl.el.FlowableExpressionFactory.FlowableExpressionBuilder
- getAstFunctionCreators() - Method in class org.flowable.common.engine.impl.el.DefaultExpressionManager
- getAstFunctionCreators() - Method in interface org.flowable.common.engine.impl.el.ExpressionManager
-
Returns the
FlowableAstFunctionCreatorwhich potentially can alter the expression functions during the creation of anExpressioninstance. - getAstFunctionCreators() - Method in class org.flowable.common.engine.impl.el.FlowableExpressionFactory.FlowableExpressionBuilder
- getAttribute(String) - Method in class org.flowable.common.engine.impl.interceptor.CommandContext
- getAuthenticatedUserId() - Static method in class org.flowable.common.engine.impl.identity.Authentication
- getAuthenticatedUserId() - Method in class org.flowable.common.engine.impl.identity.UserIdAuthenticationContext
- getAuthenticationContext() - Static method in class org.flowable.common.engine.impl.identity.Authentication
- getAwaitTerminationPeriod() - Method in class org.flowable.common.engine.impl.async.AsyncTaskExecutorConfiguration
- getBase() - Method in class org.flowable.common.engine.impl.javax.el.ValueReference
- getBeanProperty(String) - Method in class org.flowable.common.engine.impl.javax.el.BeanELResolver.BeanProperties
- getBeanResolver() - Method in class org.flowable.common.engine.impl.el.DefaultExpressionManager
- getBeans() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getBeans() - Method in class org.flowable.common.engine.impl.el.DefaultExpressionManager
- getBeans() - Method in interface org.flowable.common.engine.impl.el.ExpressionManager
-
Returns the beans registered with this expression manager instance.
- getBuilder() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.TreeStore
- getBulkInserteableEntityClasses() - Method in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- getBulkInsertStatement(Class) - Method in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- getBulkInsertStatements() - Method in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- getBusinessCalendar(String) - Method in interface org.flowable.common.engine.impl.calendar.BusinessCalendarManager
- getBusinessCalendar(String) - Method in class org.flowable.common.engine.impl.calendar.MapBusinessCalendarManager
- getByteArrayDataManager() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getByteArrayEntityManager() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getBytes() - Method in interface org.flowable.common.engine.impl.persistence.entity.ByteArrayEntity
- getBytes() - Method in class org.flowable.common.engine.impl.persistence.entity.ByteArrayEntityImpl
- getBytes(String) - Method in class org.flowable.common.engine.impl.persistence.entity.ByteArrayRef
- getBytesFromInputStream(InputStream) - Method in class org.flowable.common.engine.impl.util.io.InputStreamSource
- getCalendarAfter() - Method in class org.flowable.common.engine.impl.calendar.DurationHelper
- getCalendarAfter(Calendar) - Method in class org.flowable.common.engine.impl.calendar.DurationHelper
- getCallbackId() - Method in class org.flowable.common.engine.impl.callback.CallbackData
- getCallbackType() - Method in class org.flowable.common.engine.impl.callback.CallbackData
- getCardinality() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstBinary
- getCardinality() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstBracket
- getCardinality() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstChoice
- getCardinality() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstComposite
- getCardinality() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstDot
- getCardinality() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstEval
- getCardinality() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstFunction
- getCardinality() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstIdentifier
- getCardinality() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstLiteral
- getCardinality() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstMethod
- getCardinality() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstNested
- getCardinality() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstParameters
- getCardinality() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstText
- getCardinality() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstUnary
- getCardinality() - Method in interface org.flowable.common.engine.impl.de.odysseus.el.tree.Node
-
Get the node's number of children.
- getCause() - Method in class org.flowable.common.engine.impl.event.FlowableEntityExceptionEventImpl
- getChangedEntityTypes() - Method in class org.flowable.common.engine.impl.tenant.DefaultChangeTenantIdResult
- getChangedInstances(String) - Method in class org.flowable.common.engine.impl.tenant.DefaultChangeTenantIdResult
- getChangeType() - Method in class org.flowable.common.engine.impl.variablelistener.VariableListenerSessionData
- getChild(int) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstBinary
- getChild(int) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstBracket
- getChild(int) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstChoice
- getChild(int) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstComposite
- getChild(int) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstEval
- getChild(int) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstFunction
- getChild(int) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstIdentifier
- getChild(int) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstLiteral
- getChild(int) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstMethod
- getChild(int) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstNested
- getChild(int) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstParameters
- getChild(int) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstProperty
- getChild(int) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstText
- getChild(int) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstUnary
- getChild(int) - Method in interface org.flowable.common.engine.impl.de.odysseus.el.tree.Node
-
Get i'th child
- getClassLoader() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getClassLoader() - Method in class org.flowable.common.engine.impl.interceptor.CommandContext
- getClassLoader() - Static method in class org.flowable.common.engine.impl.util.ReflectUtil
- getClock() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getClock() - Method in class org.flowable.common.engine.impl.AbstractServiceConfiguration
- getClock() - Method in class org.flowable.common.engine.impl.interceptor.CommandContext
- getClock() - Method in class org.flowable.common.engine.impl.persistence.entity.AbstractEngineEntityManager
- getClock() - Method in class org.flowable.common.engine.impl.persistence.entity.AbstractServiceEngineEntityManager
- getCloseListeners() - Method in class org.flowable.common.engine.impl.interceptor.CommandContext
- getColumnName() - Method in class org.flowable.common.engine.impl.db.ListQueryParameterObject.OrderBy
- getCommand() - Method in class org.flowable.common.engine.impl.interceptor.CommandContext
- getCommandContext() - Method in class org.flowable.common.engine.impl.agenda.AbstractAgenda
- getCommandContext() - Static method in class org.flowable.common.engine.impl.context.Context
- getCommandContext() - Method in class org.flowable.common.engine.impl.db.AbstractDataManager
- getCommandContextFactory() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getCommandContextFactory() - Method in class org.flowable.common.engine.impl.interceptor.CommandContextInterceptor
- getCommandExecutor() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getCommandExecutor() - Method in class org.flowable.common.engine.impl.interceptor.CommandContext
- getCommandExecutor() - Method in class org.flowable.common.engine.impl.persistence.entity.AbstractEngineEntityManager
- getCommandExecutor() - Method in class org.flowable.common.engine.impl.persistence.entity.ByteArrayRefTypeHandler
- getCommandExecutor() - Method in class org.flowable.common.engine.impl.service.CommonEngineServiceImpl
- getCommandInterceptors() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getCommandInvoker() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getCommonPropertyType(ELContext, Object) - Method in class org.flowable.common.engine.impl.de.odysseus.el.util.RootPropertyResolver
- getCommonPropertyType(ELContext, Object) - Method in class org.flowable.common.engine.impl.de.odysseus.el.util.SimpleResolver
- getCommonPropertyType(ELContext, Object) - Method in class org.flowable.common.engine.impl.el.DynamicBeanPropertyELResolver
- getCommonPropertyType(ELContext, Object) - Method in class org.flowable.common.engine.impl.el.JsonNodeELResolver
-
If the base object is not null, returns the most general type that this resolver accepts for the property argument.
- getCommonPropertyType(ELContext, Object) - Method in class org.flowable.common.engine.impl.el.ReadOnlyMapELResolver
- getCommonPropertyType(ELContext, Object) - Method in class org.flowable.common.engine.impl.el.VariableContainerELResolver
- getCommonPropertyType(ELContext, Object) - Method in class org.flowable.common.engine.impl.javax.el.ArrayELResolver
-
If the base object is a Java language array, returns the most general type that this resolver accepts for the property argument.
- getCommonPropertyType(ELContext, Object) - Method in class org.flowable.common.engine.impl.javax.el.BeanELResolver
-
If the base object is not null, returns the most general type that this resolver accepts for the property argument.
- getCommonPropertyType(ELContext, Object) - Method in class org.flowable.common.engine.impl.javax.el.CompositeELResolver
-
Returns the most general type that this resolver accepts for the property argument, given a base object.
- getCommonPropertyType(ELContext, Object) - Method in class org.flowable.common.engine.impl.javax.el.CouldNotResolvePropertyELResolver
- getCommonPropertyType(ELContext, Object) - Method in class org.flowable.common.engine.impl.javax.el.ELResolver
-
Returns the most general type that this resolver accepts for the property argument, given a base object.
- getCommonPropertyType(ELContext, Object) - Method in class org.flowable.common.engine.impl.javax.el.ListELResolver
-
If the base object is a list, returns the most general type that this resolver accepts for the property argument.
- getCommonPropertyType(ELContext, Object) - Method in class org.flowable.common.engine.impl.javax.el.MapELResolver
-
If the base object is a map, returns the most general type that this resolver accepts for the property argument.
- getCommonPropertyType(ELContext, Object) - Method in class org.flowable.common.engine.impl.javax.el.ResourceBundleELResolver
-
If the base object is a ResourceBundle, returns the most general type that this resolver accepts for the property argument.
- getCommonSchemaManager() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getConfiguration() - Method in class org.flowable.common.engine.impl.async.DefaultAsyncTaskExecutor
- getConfiguration() - Method in class org.flowable.common.engine.impl.service.CommonServiceImpl
- getConfigurators() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getConnection() - Method in class org.flowable.common.engine.impl.cfg.multitenant.TenantAwareDataSource
- getConnection() - Method in class org.flowable.common.engine.impl.test.ClosingDataSource
- getConnection(String, String) - Method in class org.flowable.common.engine.impl.cfg.multitenant.TenantAwareDataSource
- getConnection(String, String) - Method in class org.flowable.common.engine.impl.test.ClosingDataSource
- getConnectionMetadataDefaultCatalog() - Method in class org.flowable.common.engine.impl.db.DbSqlSession
- getConnectionMetadataDefaultSchema() - Method in class org.flowable.common.engine.impl.db.DbSqlSession
- getContext(Class<?>) - Method in class org.flowable.common.engine.impl.javax.el.ELContext
-
Returns the context object associated with the given key.
- getCorePoolSize() - Method in class org.flowable.common.engine.impl.async.AsyncTaskExecutorConfiguration
- getCorePoolSize() - Method in class org.flowable.common.engine.impl.async.DefaultAsyncTaskExecutor
- getCronExpression() - Method in class org.flowable.common.engine.impl.calendar.CronExpression
- getCurrentCalendar() - Method in interface org.flowable.common.engine.impl.runtime.ClockReader
- getCurrentCalendar() - Method in class org.flowable.common.engine.impl.util.DefaultClockImpl
- getCurrentCalendar(TimeZone) - Method in interface org.flowable.common.engine.impl.runtime.ClockReader
- getCurrentCalendar(TimeZone) - Method in class org.flowable.common.engine.impl.util.DefaultClockImpl
- getCurrentDataSource() - Method in class org.flowable.common.engine.impl.cfg.multitenant.TenantAwareDataSource
- getCurrentTenantId() - Method in interface org.flowable.common.engine.impl.cfg.multitenant.TenantInfoHolder
-
Returns the current tenant identifier.
- getCurrentTime() - Method in interface org.flowable.common.engine.impl.runtime.ClockReader
- getCurrentTime() - Method in class org.flowable.common.engine.impl.util.DefaultClockImpl
- getCurrentTime() - Method in class org.flowable.common.engine.impl.util.TestClockImpl
- getCurrentTimeZone() - Method in interface org.flowable.common.engine.impl.runtime.ClockReader
- getCurrentTimeZone() - Method in class org.flowable.common.engine.impl.util.DefaultClockImpl
- getCustomClassLoader() - Static method in class org.flowable.common.engine.impl.util.ReflectUtil
- getCustomDeployers() - Method in class org.flowable.common.engine.impl.AbstractEngineConfigurator
- getCustomMapper(Class<T>) - Method in class org.flowable.common.engine.impl.db.DbSqlSession
- getCustomMybatisInterceptors() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getCustomMybatisMappers() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getCustomMybatisXMLMappers() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getCustomPostCommandInterceptors() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getCustomPostDeployers() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getCustomPreCommandInterceptors() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getCustomPreDeployers() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getCustomSessionFactories() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getDatabaseCatalog() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getDatabaseCatalog() - Method in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- getDatabaseCatalog() - Method in class org.flowable.common.engine.impl.db.EngineDatabaseConfiguration
- getDatabaseCatalog() - Method in interface org.flowable.common.engine.impl.db.LiquibaseDatabaseConfiguration
- getDatabaseCatalog() - Method in class org.flowable.common.engine.impl.persistence.entity.TableDataManagerImpl
- getDatabaseConfiguration() - Method in class org.flowable.common.engine.impl.db.LiquibaseBasedSchemaManager
- getDatabaseSchema() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getDatabaseSchema() - Method in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- getDatabaseSchema() - Method in class org.flowable.common.engine.impl.db.EngineDatabaseConfiguration
- getDatabaseSchema() - Method in interface org.flowable.common.engine.impl.db.LiquibaseDatabaseConfiguration
- getDatabaseSchema() - Method in class org.flowable.common.engine.impl.persistence.entity.TableDataManagerImpl
- getDatabaseSchemaUpdate() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getDatabaseSpecificStatements() - Method in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- getDatabaseTablePrefix() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getDatabaseTablePrefix() - Method in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- getDatabaseType() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getDatabaseType() - Method in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- getDatabaseType() - Method in class org.flowable.common.engine.impl.db.ListQueryParameterObject
- getDatabaseWildcardEscapeCharacter() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getDataManager() - Method in class org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager
- getDataSource() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getDataSource() - Method in class org.flowable.common.engine.impl.db.EngineDatabaseConfiguration
- getDataSource() - Method in interface org.flowable.common.engine.impl.db.LiquibaseDatabaseConfiguration
- getDataSourceJndiName() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getDataSources() - Method in class org.flowable.common.engine.impl.cfg.multitenant.TenantAwareDataSource
- getDateAfter() - Method in class org.flowable.common.engine.impl.calendar.DurationHelper
- getDayOfWeekNumber(String) - Method in class org.flowable.common.engine.impl.calendar.CronExpression
- getDbSqlSession() - Method in class org.flowable.common.engine.impl.db.AbstractDataManager
- getDbSqlSession() - Method in class org.flowable.common.engine.impl.db.AbstractSqlScriptBasedDbSchemaManager
- getDbSqlSession() - Method in class org.flowable.common.engine.impl.persistence.entity.TableDataManagerImpl
- getDbSqlSessionFactory() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getDbSqlSessionFactory() - Method in class org.flowable.common.engine.impl.db.DbSqlSession
- getDefaultCommandConfig() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getDefaultCommandInterceptors() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getDefaultConfig() - Method in class org.flowable.common.engine.impl.cfg.CommandExecutorImpl
- getDefaultConfig() - Method in interface org.flowable.common.engine.impl.interceptor.CommandExecutor
- getDefaultDatabaseTypeMappings() - Static method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getDefaultFunctionCreator() - Method in class org.flowable.common.engine.impl.el.FlowableExpressionFactory.FlowableExpressionBuilder
- getDefaultScheduleVersion() - Method in class org.flowable.common.engine.impl.calendar.AdvancedCycleBusinessCalendar
- getDefaultTenant(String, String, String) - Method in interface org.flowable.common.engine.impl.DefaultTenantProvider
- getDefaultTenantProvider() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getDefaultTraceEnhancer() - Method in class org.flowable.common.engine.impl.scripting.ScriptingEngines
- getDefaultValue(MailServerInfo, MailServerInfo, Function<MailServerInfo, T>) - Static method in class org.flowable.common.engine.impl.cfg.mail.FlowableMailClientCreator
- getDefinitionTenantId() - Method in class org.flowable.common.engine.impl.event.FlowableChangeTenantIdEventImpl
- getDefinitionTenantId() - Method in class org.flowable.common.engine.impl.tenant.ChangeTenantIdBuilderImpl
- getDeleteStatement(Class<?>) - Method in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- getDeleteStatements() - Method in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- getDeletionOrder() - Method in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- getDependentEngineMybatisTypeAliasConfigs() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getDependentEngineMybatisTypeHandlerConfigs() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getDependentEngineMyBatisXmlMappers() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getDeployers() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getDeploymentId() - Method in interface org.flowable.common.engine.impl.persistence.entity.ByteArrayEntity
- getDeploymentId() - Method in class org.flowable.common.engine.impl.persistence.entity.ByteArrayEntityImpl
- getDirection() - Method in class org.flowable.common.engine.impl.db.ListQueryParameterObject.OrderBy
- getDuration() - Method in class org.flowable.common.engine.impl.scripting.DefaultScriptTrace
- getDuration() - Method in interface org.flowable.common.engine.impl.scripting.ScriptTrace
- getElContext(VariableContainer) - Method in class org.flowable.common.engine.impl.el.DefaultExpressionManager
- getElContext(VariableContainer) - Method in interface org.flowable.common.engine.impl.el.ExpressionManager
-
Creates an
ELContextagainst whichExpressioninstance can be resolved. - getELContext() - Method in class org.flowable.common.engine.impl.javax.el.ELContextEvent
-
Returns the ELContext that was created.
- getELResolver() - Method in class org.flowable.common.engine.impl.de.odysseus.el.util.SimpleContext
-
Get our resolver.
- getELResolver() - Method in class org.flowable.common.engine.impl.el.FlowableElContext
- getELResolver() - Method in class org.flowable.common.engine.impl.el.ParsingElContext
- getELResolver() - Method in class org.flowable.common.engine.impl.javax.el.ELContext
-
Retrieves the ELResolver associated with this context.
- getEncountered() - Method in exception org.flowable.common.engine.impl.de.odysseus.el.tree.TreeBuilderException
- getEnd() - Method in class org.flowable.common.engine.impl.calendar.DurationHelper
- getEngineByName(String) - Method in class org.flowable.common.engine.impl.scripting.ScriptingEngines
- getEngineCfgKey() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getEngineCfgKey() - Method in class org.flowable.common.engine.impl.interceptor.CommandContextInterceptor
- getEngineConfiguration() - Method in class org.flowable.common.engine.impl.persistence.entity.AbstractEngineEntityManager
- getEngineConfiguration(String) - Method in class org.flowable.common.engine.impl.persistence.entity.ByteArrayRef
- getEngineConfiguration(String, CommandContext) - Method in class org.flowable.common.engine.impl.persistence.entity.ByteArrayRef
- getEngineConfiguration(CommandContext) - Method in class org.flowable.common.engine.impl.tenant.BaseChangeTenantIdCmd
- getEngineConfigurationForAllType(CommandContext) - Method in class org.flowable.common.engine.impl.persistence.entity.ByteArrayRef
- getEngineConfigurations() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getEngineConfigurations() - Method in class org.flowable.common.engine.impl.interceptor.CommandContext
- getEngineConfigurations() - Method in class org.flowable.common.engine.impl.interceptor.CommandContextInterceptor
- getEngineLifecycleListeners() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getEngineName() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getEngineName() - Method in class org.flowable.common.engine.impl.AbstractServiceConfiguration
- getEngineScopeType() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getEngineScopeType() - Method in class org.flowable.common.engine.impl.event.FlowableChangeTenantIdEventImpl
- getEngineSpecificEngineConfigurators() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getEngineType() - Method in class org.flowable.common.engine.impl.logging.LoggingSessionCommandContextCloseListener
- getEntity() - Method in class org.flowable.common.engine.impl.event.FlowableEntityEventImpl
- getEntity() - Method in class org.flowable.common.engine.impl.event.FlowableEntityExceptionEventImpl
- getEntity() - Method in class org.flowable.common.engine.impl.persistence.cache.CachedEntity
- getEntity(String) - Method in class org.flowable.common.engine.impl.persistence.entity.ByteArrayRef
- getEntity(String, Object, SingleCachedEntityMatcher<EntityImpl>, boolean) - Method in class org.flowable.common.engine.impl.db.AbstractDataManager
- getEntityCache() - Method in class org.flowable.common.engine.impl.db.AbstractDataManager
- getEntityDeletionOrder() - Method in class org.flowable.common.engine.impl.AbstractEngineConfigurator
- getEntityInsertionOrder() - Method in class org.flowable.common.engine.impl.AbstractEngineConfigurator
- getErrorTrace() - Method in exception org.flowable.common.engine.impl.scripting.FlowableScriptEvaluationException
- getEvaluationAttribute(String) - Method in interface org.flowable.common.engine.impl.scripting.ScriptEvaluation
- getEvaluationAttribute(String) - Method in class org.flowable.common.engine.impl.scripting.ScriptEvaluationImpl
- getEventDispatcher() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getEventDispatcher() - Method in class org.flowable.common.engine.impl.AbstractServiceConfiguration
- getEventDispatcher() - Method in class org.flowable.common.engine.impl.persistence.entity.AbstractEngineEntityManager
- getEventDispatcher() - Method in class org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager
- getEventDispatcher() - Method in class org.flowable.common.engine.impl.persistence.entity.AbstractServiceEngineEntityManager
- getEventDispatcher() - Method in class org.flowable.common.engine.impl.persistence.entity.ByteArrayEntityManagerImpl
- getEventListeners() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getEventListeners() - Method in class org.flowable.common.engine.impl.AbstractServiceConfiguration
- getEventRegistryConfigurator() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getEventRegistryEventConsumers() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getEventSupport() - Method in class org.flowable.common.engine.impl.event.FlowableEventDispatcherImpl
- getException() - Method in class org.flowable.common.engine.impl.EngineInfo
- getException() - Method in class org.flowable.common.engine.impl.interceptor.CommandContext
- getException() - Method in class org.flowable.common.engine.impl.scripting.DefaultScriptTrace
- getException() - Method in interface org.flowable.common.engine.impl.scripting.ScriptTrace
- getException() - Method in interface org.flowable.common.engine.impl.scripting.ScriptTraceEnhancer.ScriptTraceContext
- getExecutionId() - Method in class org.flowable.common.engine.impl.event.FlowableEngineEventImpl
- getExpected() - Method in exception org.flowable.common.engine.impl.de.odysseus.el.tree.TreeBuilderException
- getExpectedType() - Method in class org.flowable.common.engine.impl.de.odysseus.el.ObjectValueExpression
- getExpectedType() - Method in class org.flowable.common.engine.impl.de.odysseus.el.TreeValueExpression
- getExpectedType() - Method in class org.flowable.common.engine.impl.javax.el.ValueExpression
-
Returns the type the result of the expression will be coerced to after evaluation.
- getExpression() - Method in exception org.flowable.common.engine.impl.de.odysseus.el.tree.TreeBuilderException
- getExpressionCache() - Method in class org.flowable.common.engine.impl.el.DefaultExpressionManager
- getExpressionManager() - Method in interface org.flowable.common.engine.impl.HasExpressionManagerEngineConfiguration
- getExpressionSetSummary(ArrayList<Integer>) - Method in class org.flowable.common.engine.impl.calendar.CronExpression
- getExpressionSetSummary(Set<Integer>) - Method in class org.flowable.common.engine.impl.calendar.CronExpression
- getExpressionString() - Method in class org.flowable.common.engine.impl.de.odysseus.el.ObjectValueExpression
-
Answer
null. - getExpressionString() - Method in class org.flowable.common.engine.impl.de.odysseus.el.TreeMethodExpression
- getExpressionString() - Method in class org.flowable.common.engine.impl.de.odysseus.el.TreeValueExpression
- getExpressionString() - Method in class org.flowable.common.engine.impl.javax.el.Expression
-
Returns the original String used to create this Expression, unmodified.
- getExpressionSummary() - Method in class org.flowable.common.engine.impl.calendar.CronExpression
- getExpressionText() - Method in class org.flowable.common.engine.impl.el.FixedValue
- getExpressionText() - Method in class org.flowable.common.engine.impl.el.JuelExpression
- getExpressionTextLengthCacheLimit() - Method in class org.flowable.common.engine.impl.el.DefaultExpressionManager
- getExtensionHandler(Scanner.Token) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Parser
- getExtensionPoint() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Parser.ExtensionHandler
- getFeatureDescriptors(ELContext, Object) - Method in class org.flowable.common.engine.impl.de.odysseus.el.util.RootPropertyResolver
- getFeatureDescriptors(ELContext, Object) - Method in class org.flowable.common.engine.impl.de.odysseus.el.util.SimpleResolver
- getFeatureDescriptors(ELContext, Object) - Method in class org.flowable.common.engine.impl.el.DynamicBeanPropertyELResolver
- getFeatureDescriptors(ELContext, Object) - Method in class org.flowable.common.engine.impl.el.JsonNodeELResolver
-
If the base object is not null, returns an Iterator containing the set of JavaBeans properties available on the given object.
- getFeatureDescriptors(ELContext, Object) - Method in class org.flowable.common.engine.impl.el.ReadOnlyMapELResolver
- getFeatureDescriptors(ELContext, Object) - Method in class org.flowable.common.engine.impl.el.VariableContainerELResolver
- getFeatureDescriptors(ELContext, Object) - Method in class org.flowable.common.engine.impl.javax.el.ArrayELResolver
-
Always returns null, since there is no reason to iterate through set set of all integers.
- getFeatureDescriptors(ELContext, Object) - Method in class org.flowable.common.engine.impl.javax.el.BeanELResolver
-
If the base object is not null, returns an Iterator containing the set of JavaBeans properties available on the given object.
- getFeatureDescriptors(ELContext, Object) - Method in class org.flowable.common.engine.impl.javax.el.CompositeELResolver
-
Returns information about the set of variables or properties that can be resolved for the given base object.
- getFeatureDescriptors(ELContext, Object) - Method in class org.flowable.common.engine.impl.javax.el.CouldNotResolvePropertyELResolver
- getFeatureDescriptors(ELContext, Object) - Method in class org.flowable.common.engine.impl.javax.el.ELResolver
-
Returns information about the set of variables or properties that can be resolved for the given base object.
- getFeatureDescriptors(ELContext, Object) - Method in class org.flowable.common.engine.impl.javax.el.ListELResolver
-
Always returns null, since there is no reason to iterate through set set of all integers.
- getFeatureDescriptors(ELContext, Object) - Method in class org.flowable.common.engine.impl.javax.el.MapELResolver
-
If the base object is a map, returns an Iterator containing the set of keys available in the Map.
- getFeatureDescriptors(ELContext, Object) - Method in class org.flowable.common.engine.impl.javax.el.ResourceBundleELResolver
-
If the base object is a ResourceBundle, returns an Iterator containing the set of keys available in the ResourceBundle.
- getField(String, Class<?>) - Static method in class org.flowable.common.engine.impl.util.ReflectUtil
-
Returns the field of the given class or null if it doesn't exist.
- getField(String, Object) - Static method in class org.flowable.common.engine.impl.util.ReflectUtil
-
Returns the field of the given object or null if it doesn't exist.
- getFile(String) - Static method in class org.flowable.common.engine.impl.util.IoUtil
- getFinalFireTime() - Method in class org.flowable.common.engine.impl.calendar.CronExpression
-
NOT YET IMPLEMENTED: Returns the final time that the
CronExpressionwill match. - getFirst() - Method in class org.flowable.common.engine.impl.cfg.CommandExecutorImpl
- getFirstEngineConfigurationWithByteArrayEntityManager(CommandContext) - Method in class org.flowable.common.engine.impl.persistence.entity.ByteArrayRef
- getFirstResult() - Method in class org.flowable.common.engine.impl.db.ListQueryParameterObject
- getFirstResult() - Method in class org.flowable.common.engine.impl.Page
- getFirstRow() - Method in class org.flowable.common.engine.impl.db.ListQueryParameterObject
- getFlowableVersionIndexForDbVersion(String) - Static method in class org.flowable.common.engine.impl.FlowableVersions
- getForceTo(MailServerInfo, MailServerInfo) - Static method in class org.flowable.common.engine.impl.cfg.mail.FlowableMailClientCreator
- getFourObjectParameterMethod() - Method in class org.flowable.common.engine.impl.el.AbstractFlowableFunctionDelegate
- getFourObjectParameterMethod(String) - Method in class org.flowable.common.engine.impl.el.AbstractFlowableFunctionDelegate
- getFunction(int) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.Bindings
-
Get function by index.
- getFunctionDelegates() - Method in class org.flowable.common.engine.impl.el.DefaultExpressionManager
- getFunctionDelegates() - Method in interface org.flowable.common.engine.impl.el.ExpressionManager
-
Returns the custom functions registered and usable in expressions.
- getFunctionMapper() - Method in class org.flowable.common.engine.impl.de.odysseus.el.util.SimpleContext
-
Get our function mapper.
- getFunctionMapper() - Method in class org.flowable.common.engine.impl.el.FlowableElContext
- getFunctionMapper() - Method in class org.flowable.common.engine.impl.el.ParsingElContext
- getFunctionMapper() - Method in class org.flowable.common.engine.impl.javax.el.ELContext
-
Retrieves the FunctionMapper associated with this ELContext.
- getFunctionNames() - Method in interface org.flowable.common.engine.impl.el.FlowableAstFunctionCreator
-
The names of the functions that this creator can create.
- getFunctionNames() - Method in class org.flowable.common.engine.impl.el.function.AbstractFlowableVariableExpressionFunction
- getFunctionNodes() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.Tree
-
Get function nodes (in no particular order)
- getFunctionResolverFactory() - Method in class org.flowable.common.engine.impl.el.DefaultExpressionManager
- getFunctionResolverFactory() - Method in interface org.flowable.common.engine.impl.el.ExpressionManager
- getFunctions() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Parser
- getFuture() - Method in class org.flowable.common.engine.impl.agenda.ExecuteFutureActionOperation
- getFutureMaxWaitTimeout() - Method in class org.flowable.common.engine.impl.agenda.AbstractAgenda
- getGetterShorthandName(Method) - Static method in class org.flowable.common.engine.impl.util.ReflectUtil
- getHistoryLevel() - Method in class org.flowable.common.engine.impl.AbstractServiceConfiguration
- getHistoryLevelForKey(String) - Static method in enum class org.flowable.common.engine.impl.history.HistoryLevel
- getId() - Method in class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
- getId() - Method in class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
- getId() - Method in class org.flowable.common.engine.impl.persistence.entity.ByteArrayRef
- getId() - Method in interface org.flowable.common.engine.impl.persistence.entity.Entity
- getId() - Method in interface org.flowable.common.engine.impl.persistence.entity.PropertyEntity
- getId() - Method in class org.flowable.common.engine.impl.persistence.entity.PropertyEntityImpl
- getIdentifierNodes() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.Tree
-
Get identifier nodes (in no particular order)
- getIdentifiers() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Parser
- getIdGenerator() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getIdGenerator() - Method in class org.flowable.common.engine.impl.AbstractServiceConfiguration
- getIdGenerator() - Method in class org.flowable.common.engine.impl.db.AbstractDataManager
- getIdGenerator() - Method in class org.flowable.common.engine.impl.persistence.entity.data.impl.MybatisByteArrayDataManager
- getIdGenerator() - Method in class org.flowable.common.engine.impl.persistence.entity.data.impl.MybatisPropertyDataManager
- getIdmEngineConfigurator() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getIdPrefix() - Method in class org.flowable.common.engine.impl.persistence.entity.ByteArrayEntityImpl
- getIdPrefix() - Method in interface org.flowable.common.engine.impl.persistence.entity.Entity
- getIdPrefix() - Method in class org.flowable.common.engine.impl.persistence.entity.PropertyEntityImpl
- getImage() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner.Token
- getIndex() - Method in interface org.flowable.common.engine.impl.de.odysseus.el.tree.FunctionNode
-
Get the unique index of this identifier in the expression (e.g.
- getIndex() - Method in interface org.flowable.common.engine.impl.de.odysseus.el.tree.IdentifierNode
-
Get the unique index of this identifier in the expression (e.g.
- getIndex() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstFunction
- getIndex() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstIdentifier
- getInput() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner
- getInputStream() - Method in class org.flowable.common.engine.impl.util.io.BytesStreamSource
- getInputStream() - Method in class org.flowable.common.engine.impl.util.io.InputStreamSource
- getInputStream() - Method in interface org.flowable.common.engine.impl.util.io.StreamSource
-
Creates a NEW
InputStreamto the provided resource. - getInputStream() - Method in class org.flowable.common.engine.impl.util.io.StringStreamSource
- getInputStream() - Method in class org.flowable.common.engine.impl.util.io.UrlStreamSource
- getInsertionOrder() - Method in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- getInsertStatement(Class<? extends Entity>) - Method in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- getInsertStatement(Entity) - Method in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- getInsertStatements() - Method in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- getInstanceId() - Method in class org.flowable.common.engine.impl.callback.CallbackData
- getInstanceId() - Method in class org.flowable.common.engine.impl.el.VariableContainerWrapper
- getJdbcDefaultTransactionIsolationLevel() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getJdbcDriver() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getJdbcMaxActiveConnections() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getJdbcMaxCheckoutTime() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getJdbcMaxIdleConnections() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getJdbcMaxWaitTime() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getJdbcPassword() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getJdbcPingConnectionNotUsedFor() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getJdbcPingQuery() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getJdbcUrl() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getJdbcUsername() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getJsonNodeResolver() - Method in class org.flowable.common.engine.impl.el.DefaultExpressionManager
- getKeepAlive() - Method in class org.flowable.common.engine.impl.async.AsyncTaskExecutorConfiguration
- getKeepAliveTime() - Method in class org.flowable.common.engine.impl.async.DefaultAsyncTaskExecutor
- getKey() - Method in enum class org.flowable.common.engine.impl.history.HistoryLevel
-
String representation of this history-level.
- getLanguage() - Method in class org.flowable.common.engine.impl.scripting.ScriptEngineRequest
- getLastDayOfMonth(int, int) - Method in class org.flowable.common.engine.impl.calendar.CronExpression
- getLastId() - Method in class org.flowable.common.engine.impl.db.IdBlock
- getLastRow() - Method in class org.flowable.common.engine.impl.db.ListQueryParameterObject
- getLicenseInfo() - Method in class org.flowable.common.engine.impl.db.FlowableLiquibaseLicenseService
- getList(String, Object) - Method in class org.flowable.common.engine.impl.db.AbstractDataManager
- getList(String, Object, CachedEntityMatcher<EntityImpl>) - Method in class org.flowable.common.engine.impl.db.AbstractDataManager
- getList(String, Object, CachedEntityMatcher<EntityImpl>, boolean) - Method in class org.flowable.common.engine.impl.db.AbstractDataManager
-
Gets a list by querying the database and the cache using
CachedEntityMatcher. - getList(DbSqlSession, String, Object, CachedEntityMatcher<EntityImpl>, boolean) - Method in class org.flowable.common.engine.impl.db.AbstractDataManager
- getList(DbSqlSession, String, Object, CachedEntityMatcher<EntityImpl>, boolean, boolean) - Method in class org.flowable.common.engine.impl.db.AbstractDataManager
- getListeners() - Method in class org.flowable.common.engine.impl.scripting.CompositeScriptTraceListener
- getListFromCache(CachedEntityMatcher<EntityImpl>, Object) - Method in class org.flowable.common.engine.impl.db.AbstractDataManager
- getListFromCache(CachedEntityMatcher<EntityImpl>, Object, boolean) - Method in class org.flowable.common.engine.impl.db.AbstractDataManager
- getLocale() - Method in class org.flowable.common.engine.impl.javax.el.ELContext
-
Get the Locale stored by a previous invocation to
ELContext.setLocale(Locale). - getLockManager(String) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getLockPollRate() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getLockPollRate() - Method in class org.flowable.common.engine.impl.lock.LockManagerImpl
- GetLockValueCmd - Class in org.flowable.common.engine.impl.cmd
- GetLockValueCmd(String, String) - Constructor for class org.flowable.common.engine.impl.cmd.GetLockValueCmd
- getLoggingData() - Method in class org.flowable.common.engine.impl.logging.LoggingSession
- getLoggingListener() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getLoggingListener() - Method in class org.flowable.common.engine.impl.logging.LoggingSessionCommandContextCloseListener
- getLoggingListener() - Method in class org.flowable.common.engine.impl.logging.LoggingSessionFactory
- getLoggingSession() - Method in class org.flowable.common.engine.impl.logging.LoggingSessionCommandContextCloseListener
- getLogicalNameToClassMapping() - Method in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- getLoginTimeout() - Method in class org.flowable.common.engine.impl.cfg.multitenant.TenantAwareDataSource
- getLoginTimeout() - Method in class org.flowable.common.engine.impl.test.ClosingDataSource
- getLogWriter() - Method in class org.flowable.common.engine.impl.cfg.multitenant.TenantAwareDataSource
- getLogWriter() - Method in class org.flowable.common.engine.impl.test.ClosingDataSource
- getMailServerDefaultCharset() - Method in class org.flowable.common.engine.impl.cfg.mail.MailServerInfo
- getMailServerDefaultFrom() - Method in class org.flowable.common.engine.impl.cfg.mail.MailServerInfo
- getMailServerForceTo() - Method in class org.flowable.common.engine.impl.cfg.mail.MailServerInfo
- getMailServerHost() - Method in class org.flowable.common.engine.impl.cfg.mail.MailServerInfo
- getMailServerPassword() - Method in class org.flowable.common.engine.impl.cfg.mail.MailServerInfo
- getMailServerPort() - Method in class org.flowable.common.engine.impl.cfg.mail.MailServerInfo
- getMailServerSSLPort() - Method in class org.flowable.common.engine.impl.cfg.mail.MailServerInfo
- getMailServerUsername() - Method in class org.flowable.common.engine.impl.cfg.mail.MailServerInfo
- getMainVersion() - Method in class org.flowable.common.engine.impl.FlowableVersion
- getManagedEntityClass() - Method in class org.flowable.common.engine.impl.db.AbstractDataManager
- getManagedEntityClass() - Method in class org.flowable.common.engine.impl.persistence.entity.data.impl.MybatisByteArrayDataManager
- getManagedEntityClass() - Method in class org.flowable.common.engine.impl.persistence.entity.data.impl.MybatisPropertyDataManager
- getManagedEntitySubClasses() - Method in class org.flowable.common.engine.impl.db.AbstractDataManager
- getMapperClass() - Method in interface org.flowable.common.engine.impl.cmd.CustomSqlExecution
- getMaxLengthString() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getMaxLengthStringVariableType() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getMaxNrOfStatementsInBulkInsert() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getMaxNrOfStatementsInBulkInsert() - Method in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- getMaxPoolSize() - Method in class org.flowable.common.engine.impl.async.AsyncTaskExecutorConfiguration
- getMaxPoolSize() - Method in class org.flowable.common.engine.impl.async.DefaultAsyncTaskExecutor
- getMaxResults() - Method in class org.flowable.common.engine.impl.db.ListQueryParameterObject
- getMaxResults() - Method in class org.flowable.common.engine.impl.Page
- getMaxWaitTimeout(CommandContext) - Method in interface org.flowable.common.engine.impl.agenda.AgendaFutureMaxWaitTimeoutProvider
- getMethodExpression(Bindings, ELContext, Class<?>, Class<?>[]) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstIdentifier
- getMethodInfo(Bindings, ELContext, Class<?>, Class<?>[]) - Method in interface org.flowable.common.engine.impl.de.odysseus.el.tree.ExpressionNode
-
Get method information.
- getMethodInfo(Bindings, ELContext, Class<?>, Class<?>[]) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstEval
- getMethodInfo(Bindings, ELContext, Class<?>, Class<?>[]) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstIdentifier
- getMethodInfo(Bindings, ELContext, Class<?>, Class<?>[]) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstMethod
- getMethodInfo(Bindings, ELContext, Class<?>, Class<?>[]) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstProperty
- getMethodInfo(Bindings, ELContext, Class<?>, Class<?>[]) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstRightValue
- getMethodInfo(Bindings, ELContext, Class<?>, Class<?>[]) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstText
- getMethodInfo(ELContext) - Method in class org.flowable.common.engine.impl.de.odysseus.el.TreeMethodExpression
-
Evaluates the expression and answers information about the method
- getMethodInfo(ELContext) - Method in class org.flowable.common.engine.impl.javax.el.MethodExpression
-
Evaluates the expression relative to the provided context, and returns information about the actual referenced method.
- getMonthNumber(String) - Method in class org.flowable.common.engine.impl.calendar.CronExpression
- getMybatisCfgPath() - Method in class org.flowable.common.engine.impl.AbstractEngineConfigurator
- getMybatisMappingFile() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getMybatisTypeAliases() - Method in class org.flowable.common.engine.impl.AbstractEngineConfigurator
-
Override when custom type aliases are needed.
- getMybatisTypeHandlers() - Method in class org.flowable.common.engine.impl.AbstractEngineConfigurator
-
Override when custom type handlers are needed.
- getMyBatisXmlConfigurationStream() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getName() - Method in interface org.flowable.common.engine.impl.de.odysseus.el.tree.FunctionNode
-
Get the full function name
- getName() - Method in interface org.flowable.common.engine.impl.de.odysseus.el.tree.IdentifierNode
-
Get the identifier name
- getName() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstFunction
- getName() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstIdentifier
- getName() - Method in class org.flowable.common.engine.impl.Direction
- getName() - Method in class org.flowable.common.engine.impl.EngineInfo
- getName() - Method in class org.flowable.common.engine.impl.identity.UserIdPrincipal
- getName() - Method in class org.flowable.common.engine.impl.javax.el.MethodInfo
-
Returns the name of the method
- getName() - Method in interface org.flowable.common.engine.impl.persistence.entity.ByteArrayEntity
- getName() - Method in class org.flowable.common.engine.impl.persistence.entity.ByteArrayEntityImpl
- getName() - Method in class org.flowable.common.engine.impl.persistence.entity.ByteArrayRef
- getName() - Method in interface org.flowable.common.engine.impl.persistence.entity.PropertyEntity
- getName() - Method in class org.flowable.common.engine.impl.persistence.entity.PropertyEntityImpl
- getNewState() - Method in class org.flowable.common.engine.impl.callback.CallbackData
- getNext() - Method in class org.flowable.common.engine.impl.interceptor.AbstractCommandInterceptor
- getNext() - Method in interface org.flowable.common.engine.impl.interceptor.CommandInterceptor
- getNext() - Method in class org.flowable.common.engine.impl.interceptor.DefaultCommandInvoker
- getNextId() - Method in interface org.flowable.common.engine.impl.cfg.IdGenerator
- getNextId() - Method in class org.flowable.common.engine.impl.db.IdBlock
- getNextId() - Method in class org.flowable.common.engine.impl.persistence.StrongUuidGenerator
- getNextInvalidTimeAfter(Date) - Method in class org.flowable.common.engine.impl.calendar.CronExpression
-
Returns the next date/time after the given date/time which does not satisfy the expression
- getNextOperation() - Method in class org.flowable.common.engine.impl.agenda.AbstractAgenda
- getNextOperation() - Method in interface org.flowable.common.engine.impl.agenda.Agenda
-
Get next operation from agenda and remove operation from the queue.
- getNextValidTimeAfter(Date) - Method in class org.flowable.common.engine.impl.calendar.CronExpression
-
Returns the next date/time after the given date/time which satisfies the cron expression.
- getNoParameterMethod() - Method in class org.flowable.common.engine.impl.el.AbstractFlowableFunctionDelegate
- getNoParameterMethod(String) - Method in class org.flowable.common.engine.impl.el.AbstractFlowableFunctionDelegate
- getNullHandlingColumn() - Method in class org.flowable.common.engine.impl.db.ListQueryParameterObject
- getNullHandlingOnOrder() - Method in class org.flowable.common.engine.impl.db.ListQueryParameterObject.OrderBy
- getNumericValue(String, int) - Method in class org.flowable.common.engine.impl.calendar.CronExpression
- getNumOfRetries() - Method in class org.flowable.common.engine.impl.interceptor.RetryInterceptor
- getObjectMapper() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getObjectMapper() - Method in class org.flowable.common.engine.impl.AbstractServiceConfiguration
- getObjectMapper() - Method in class org.flowable.common.engine.impl.interceptor.CommandContext
- getObjectMapper() - Method in class org.flowable.common.engine.impl.logging.LoggingSessionFactory
- getOldState() - Method in class org.flowable.common.engine.impl.callback.CallbackData
- getOperations() - Method in class org.flowable.common.engine.impl.agenda.AbstractAgenda
- getOperator() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstBinary
- getOperator() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstUnary
- getOrCreateStaticElResolver() - Method in class org.flowable.common.engine.impl.el.DefaultExpressionManager
- getOrDefault(VariableContainer, String, Object) - Static method in class org.flowable.common.engine.impl.el.function.VariableGetOrDefaultExpressionFunction
- getOrder() - Method in class org.flowable.common.engine.impl.persistence.entity.TablePageQueryImpl
- getOrderBy() - Method in class org.flowable.common.engine.impl.db.ListQueryParameterObject
- getOrderByCollectionSafe() - Method in class org.flowable.common.engine.impl.db.ListQueryParameterObject
- getOrderByForWindow() - Method in class org.flowable.common.engine.impl.db.ListQueryParameterObject
- getOriginalPersistentState() - Method in class org.flowable.common.engine.impl.persistence.cache.CachedEntity
- getOriginalPersistentState() - Method in class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
- getOriginalPersistentState() - Method in class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
- getOriginalPersistentState() - Method in interface org.flowable.common.engine.impl.persistence.entity.Entity
- getOuterJoinOrderBy() - Method in class org.flowable.common.engine.impl.db.ListQueryParameterObject
- getParam(int) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstFunction
- getParamCount() - Method in interface org.flowable.common.engine.impl.de.odysseus.el.tree.FunctionNode
-
Get the number of parameters for this function
- getParamCount() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstFunction
- getParameter() - Method in class org.flowable.common.engine.impl.db.BulkDeleteOperation
- getParameter() - Method in class org.flowable.common.engine.impl.db.ListQueryParameterObject
- getParameters() - Method in class org.flowable.common.engine.impl.query.BaseNativeQuery
- getParamTypes() - Method in class org.flowable.common.engine.impl.javax.el.MethodInfo
-
Returns the parameter types of the method
- getParentLogger() - Method in class org.flowable.common.engine.impl.cfg.multitenant.TenantAwareDataSource
- getParentLogger() - Method in class org.flowable.common.engine.impl.test.ClosingDataSource
- getPeriod() - Method in class org.flowable.common.engine.impl.calendar.DurationHelper
- getPersistentState() - Method in class org.flowable.common.engine.impl.persistence.entity.ByteArrayEntityImpl
- getPersistentState() - Method in interface org.flowable.common.engine.impl.persistence.entity.Entity
-
Returns a representation of the object, as would be stored in the database.
- getPersistentState() - Method in interface org.flowable.common.engine.impl.persistence.entity.PropertyEntity
- getPersistentState() - Method in class org.flowable.common.engine.impl.persistence.entity.PropertyEntityImpl
- getPosition() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner
- getPosition() - Method in exception org.flowable.common.engine.impl.de.odysseus.el.tree.TreeBuilderException
- getPrefix() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstProperty
- getPreviousVersion(String) - Static method in class org.flowable.common.engine.impl.FlowableVersions
- getPrincipal() - Method in class org.flowable.common.engine.impl.identity.UserIdAuthenticationContext
- getPriority() - Method in class org.flowable.common.engine.impl.db.FlowableLiquibaseLicenseService
- getPriority() - Method in interface org.flowable.common.engine.impl.EngineConfigurator
-
When the
EngineConfiguratorinstances are used, they are first ordered by this priority number (lowest to highest). - getPriority() - Method in interface org.flowable.common.engine.impl.ServiceConfigurator
-
When the
ServiceConfiguratorinstances are used, they are first ordered by this priority number (lowest to highest). - getProcessDefinitionId() - Method in class org.flowable.common.engine.impl.event.FlowableEngineEventImpl
- getProcessInstanceId() - Method in class org.flowable.common.engine.impl.event.FlowableEngineEventImpl
- GetPropertiesCmd - Class in org.flowable.common.engine.impl.cmd
- GetPropertiesCmd(String) - Constructor for class org.flowable.common.engine.impl.cmd.GetPropertiesCmd
- getProperty() - Method in class org.flowable.common.engine.impl.javax.el.ValueReference
- getProperty(String) - Method in class org.flowable.common.engine.impl.db.AbstractSqlScriptBasedDbSchemaManager
- getProperty(String) - Method in class org.flowable.common.engine.impl.de.odysseus.el.util.RootPropertyResolver
-
Get property value
- getProperty(Bindings, ELContext) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstBracket
- getProperty(Bindings, ELContext) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstDot
- getProperty(Bindings, ELContext) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstProperty
- getPropertyDataManager() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getPropertyEntityManager() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getPropertyTable() - Method in class org.flowable.common.engine.impl.db.AbstractSqlScriptBasedDbSchemaManager
- getPropertyType() - Method in class org.flowable.common.engine.impl.javax.el.BeanELResolver.BeanProperty
- getQueueSize() - Method in class org.flowable.common.engine.impl.async.AsyncTaskExecutorConfiguration
- getQueueSize() - Method in class org.flowable.common.engine.impl.async.DefaultAsyncTaskExecutor
- getReadMethod(Object) - Method in class org.flowable.common.engine.impl.javax.el.BeanELResolver.BeanProperty
- getRejectedExecutionHandler() - Method in class org.flowable.common.engine.impl.async.DefaultAsyncTaskExecutor
- getRemainingCapacity() - Method in class org.flowable.common.engine.impl.async.DefaultAsyncTaskExecutor
- getRequest() - Method in class org.flowable.common.engine.impl.scripting.DefaultScriptTrace
- getRequest() - Method in interface org.flowable.common.engine.impl.scripting.ScriptTrace
- getRequest() - Method in interface org.flowable.common.engine.impl.scripting.ScriptTraceEnhancer.ScriptTraceContext
- getResolverFactories() - Method in class org.flowable.common.engine.impl.scripting.ScriptBindingsFactory
- getResource(String) - Static method in class org.flowable.common.engine.impl.util.ReflectUtil
- getResourceAsStream(String) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getResourceAsStream(String) - Static method in class org.flowable.common.engine.impl.util.ReflectUtil
- getResourceForDbOperation(String, String, String, String) - Method in class org.flowable.common.engine.impl.db.AbstractSqlScriptBasedDbSchemaManager
- getResourcesRootDirectory() - Method in class org.flowable.common.engine.impl.db.AbstractSqlScriptBasedDbSchemaManager
- getResourcesRootDirectory() - Method in class org.flowable.common.engine.impl.db.CommonDbSchemaManager
- getResourceUrl() - Method in class org.flowable.common.engine.impl.EngineInfo
- getResult() - Method in class org.flowable.common.engine.impl.interceptor.CommandContext
- getResult() - Method in interface org.flowable.common.engine.impl.scripting.ScriptEvaluation
- getResult() - Method in class org.flowable.common.engine.impl.scripting.ScriptEvaluationImpl
- getResult(CallableStatement, int) - Method in class org.flowable.common.engine.impl.persistence.entity.ByteArrayRefTypeHandler
- getResult(ResultSet, int) - Method in class org.flowable.common.engine.impl.persistence.entity.ByteArrayRefTypeHandler
- getResult(ResultSet, String) - Method in class org.flowable.common.engine.impl.persistence.entity.ByteArrayRefTypeHandler
- getResultNode(JsonNode, Object, ELContext) - Method in class org.flowable.common.engine.impl.el.JsonNodeELResolver
- getReturnType() - Method in class org.flowable.common.engine.impl.javax.el.MethodInfo
-
Returns the return type of the method
- getRevision() - Method in interface org.flowable.common.engine.impl.db.HasRevision
- getRevision() - Method in class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
- getRevisionNext() - Method in interface org.flowable.common.engine.impl.db.HasRevision
- getRevisionNext() - Method in class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
- getRoot() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.Tree
- getRootPropertyResolver() - Method in class org.flowable.common.engine.impl.de.odysseus.el.util.SimpleResolver
-
Answer our root resolver which provides an API to access top-level properties.
- getSchemaCommandConfig() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getSchemaLockWaitTime() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getSchemaManagementCmd() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getSchemaManager() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getSchemaVersion() - Method in class org.flowable.common.engine.impl.db.ServiceSqlScriptBasedDbSchemaManager
- getScopeDefinitionId() - Method in class org.flowable.common.engine.impl.event.FlowableEngineEventImpl
- getScopeDefinitionId() - Method in class org.flowable.common.engine.impl.variablelistener.VariableListenerSessionData
- getScopeId() - Method in class org.flowable.common.engine.impl.event.FlowableEngineEventImpl
- getScopeId() - Method in class org.flowable.common.engine.impl.variablelistener.VariableListenerSessionData
- getScopeType() - Method in class org.flowable.common.engine.impl.el.VariableContainerWrapper
- getScopeType() - Method in class org.flowable.common.engine.impl.event.FlowableEngineEventImpl
- getScopeType() - Method in class org.flowable.common.engine.impl.variablelistener.VariableListenerSessionData
- getScript() - Method in class org.flowable.common.engine.impl.scripting.AbstractScriptEvaluator
- getScript() - Method in class org.flowable.common.engine.impl.scripting.ScriptEngineRequest
- getScriptBindingsFactory() - Method in class org.flowable.common.engine.impl.scripting.ScriptingEngines
- getScriptEngineManager() - Method in class org.flowable.common.engine.impl.scripting.ScriptingEngines
- getScriptErrorListener() - Method in class org.flowable.common.engine.impl.scripting.ScriptingEngines
- getScriptingEngines() - Method in class org.flowable.common.engine.impl.scripting.AbstractScriptEvaluator
- getScriptingEngines() - Method in interface org.flowable.common.engine.impl.ScriptingEngineAwareEngineConfiguration
- getScriptSuccessListener() - Method in class org.flowable.common.engine.impl.scripting.ScriptingEngines
- getSecondsToWaitOnShutdown() - Method in class org.flowable.common.engine.impl.async.DefaultAsyncTaskExecutor
- getSelectStatement(Class<?>) - Method in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- getSelectStatements() - Method in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- getServiceConfiguration() - Method in class org.flowable.common.engine.impl.persistence.entity.AbstractServiceEngineEntityManager
- getServiceConfigurations() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getSession(Class<T>) - Method in class org.flowable.common.engine.impl.db.AbstractDataManager
- getSession(Class<T>) - Method in class org.flowable.common.engine.impl.interceptor.CommandContext
- getSessionFactories() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getSessionFactories() - Method in class org.flowable.common.engine.impl.interceptor.CommandContext
- getSessionFactories() - Method in class org.flowable.common.engine.impl.interceptor.CommandContextFactory
- getSessions() - Method in class org.flowable.common.engine.impl.interceptor.CommandContext
- getSessionType() - Method in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- getSessionType() - Method in interface org.flowable.common.engine.impl.interceptor.SessionFactory
- getSessionType() - Method in class org.flowable.common.engine.impl.logging.LoggingSessionFactory
- getSessionType() - Method in class org.flowable.common.engine.impl.persistence.GenericManagerFactory
- getSessionType() - Method in class org.flowable.common.engine.impl.variablelistener.VariableListenerSessionFactory
- getSetter(String, Class<?>, Class<?>) - Static method in class org.flowable.common.engine.impl.util.ReflectUtil
-
Returns the setter-method for the given field name or null if no setter exists.
- getSetterShorthandName(Method) - Static method in class org.flowable.common.engine.impl.util.ReflectUtil
- getSingleObjectParameterMethod() - Method in class org.flowable.common.engine.impl.el.AbstractFlowableFunctionDelegate
- getSingleObjectParameterMethod(String) - Method in class org.flowable.common.engine.impl.el.AbstractFlowableFunctionDelegate
- getSize() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner.Token
- getSourceTenantId() - Method in class org.flowable.common.engine.impl.event.FlowableChangeTenantIdEventImpl
- getSourceTenantId() - Method in class org.flowable.common.engine.impl.tenant.ChangeTenantIdBuilderImpl
- getSqlSession() - Method in class org.flowable.common.engine.impl.db.DbSqlSession
- getSqlSessionFactory() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getSqlSessionFactory() - Method in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- getStack(ThreadLocal<Stack<T>>) - Static method in class org.flowable.common.engine.impl.context.Context
- getStack(ThreadLocal<Stack<T>>) - Static method in class org.flowable.common.engine.impl.transaction.TransactionContextHolder
- getStart() - Method in class org.flowable.common.engine.impl.calendar.DurationHelper
- getStartTime() - Method in class org.flowable.common.engine.impl.interceptor.CommandContext
- getStateCode() - Method in interface org.flowable.common.engine.impl.db.SuspensionState
- getStateCode() - Method in class org.flowable.common.engine.impl.db.SuspensionState.SuspensionStateImpl
- getStatement() - Method in class org.flowable.common.engine.impl.db.BulkDeleteOperation
- getStatement(Class<?>, Map<Class<?>, String>, String) - Method in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- getStatementMappings() - Method in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- getStructuralId(Bindings) - Method in interface org.flowable.common.engine.impl.de.odysseus.el.tree.ExpressionNode
-
Get the canonical expression string for this node.
- getStructuralId(Bindings) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstNode
- getSubScopeId() - Method in class org.flowable.common.engine.impl.event.FlowableEngineEventImpl
- getSymbol() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner.Token
- getTableCount() - Method in interface org.flowable.common.engine.impl.persistence.entity.TableDataManager
- getTableCount() - Method in class org.flowable.common.engine.impl.persistence.entity.TableDataManagerImpl
- getTableCount(String) - Method in class org.flowable.common.engine.impl.persistence.entity.TableDataManagerImpl
- GetTableCountCmd - Class in org.flowable.common.engine.impl.cmd
- GetTableCountCmd(String) - Constructor for class org.flowable.common.engine.impl.cmd.GetTableCountCmd
- getTableDataManager() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getTableMetaData(String) - Method in interface org.flowable.common.engine.impl.persistence.entity.TableDataManager
- getTableMetaData(String) - Method in class org.flowable.common.engine.impl.persistence.entity.TableDataManagerImpl
- GetTableMetaDataCmd - Class in org.flowable.common.engine.impl.cmd
- GetTableMetaDataCmd(String, String) - Constructor for class org.flowable.common.engine.impl.cmd.GetTableMetaDataCmd
- getTableName() - Method in class org.flowable.common.engine.impl.persistence.entity.TablePageQueryImpl
- getTableNameFilter(DatabaseMetaData, String, String) - Method in class org.flowable.common.engine.impl.persistence.entity.TableDataManagerImpl
- getTableNames(DatabaseMetaData, String, String, String) - Method in class org.flowable.common.engine.impl.persistence.entity.TableDataManagerImpl
- getTablePage(TablePageQueryImpl, int, int) - Method in interface org.flowable.common.engine.impl.persistence.entity.TableDataManager
- getTablePage(TablePageQueryImpl, int, int) - Method in class org.flowable.common.engine.impl.persistence.entity.TableDataManagerImpl
- getTablesPresentInDatabase() - Method in interface org.flowable.common.engine.impl.persistence.entity.TableDataManager
- getTablesPresentInDatabase() - Method in class org.flowable.common.engine.impl.persistence.entity.TableDataManagerImpl
- getTargetTenantId() - Method in class org.flowable.common.engine.impl.event.FlowableChangeTenantIdEventImpl
- getTargetTenantId() - Method in class org.flowable.common.engine.impl.tenant.ChangeTenantIdBuilderImpl
- getTenantContext() - Static method in class org.flowable.common.engine.impl.tenant.CurrentTenant
- getTenantId() - Method in class org.flowable.common.engine.impl.el.VariableContainerWrapper
- getTenantId() - Method in class org.flowable.common.engine.impl.tenant.ThreadLocalTenantContext
- getTenantId() - Method in class org.flowable.common.engine.impl.variable.MapDelegateVariableContainer
- getThreadFactory() - Method in class org.flowable.common.engine.impl.async.DefaultAsyncTaskExecutor
- getThreadPoolNamingPattern() - Method in class org.flowable.common.engine.impl.async.AsyncTaskExecutorConfiguration
- getThreadPoolNamingPattern() - Method in class org.flowable.common.engine.impl.async.DefaultAsyncTaskExecutor
- getThreadPoolQueue() - Method in class org.flowable.common.engine.impl.async.DefaultAsyncTaskExecutor
- getThreeObjectParameterMethod() - Method in class org.flowable.common.engine.impl.el.AbstractFlowableFunctionDelegate
- getThreeObjectParameterMethod(String) - Method in class org.flowable.common.engine.impl.el.AbstractFlowableFunctionDelegate
- getTimeAfter(Date) - Method in class org.flowable.common.engine.impl.calendar.CronExpression
- getTimeBefore(Date) - Method in class org.flowable.common.engine.impl.calendar.CronExpression
-
NOT YET IMPLEMENTED: Returns the time before the given time that the
CronExpressionmatches. - getTimes() - Method in class org.flowable.common.engine.impl.calendar.DurationHelper
- getTimeZone() - Method in class org.flowable.common.engine.impl.calendar.CronExpression
-
Returns the time zone for which this
CronExpressionwill be resolved. - getToken() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Parser
- getToken() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner
- getTraceEnhancer() - Method in class org.flowable.common.engine.impl.scripting.ScriptEngineRequest
- getTraceTags() - Method in class org.flowable.common.engine.impl.scripting.DefaultScriptTrace
- getTraceTags() - Method in interface org.flowable.common.engine.impl.scripting.ScriptTrace
- getTransaction() - Method in class org.flowable.common.engine.impl.cfg.jta.JtaTransactionContext
- getTransactionContext() - Static method in class org.flowable.common.engine.impl.context.Context
- getTransactionContext() - Static method in class org.flowable.common.engine.impl.transaction.TransactionContextHolder
- getTransactionContextFactory() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getTransactionContextFactory() - Method in class org.flowable.common.engine.impl.interceptor.TransactionContextInterceptor
- getTransactionFactory() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getTransactionPropagation() - Method in class org.flowable.common.engine.impl.interceptor.CommandConfig
- getTransientVariables() - Method in class org.flowable.common.engine.impl.variable.MapDelegateVariableContainer
- getTwoObjectParameterMethod() - Method in class org.flowable.common.engine.impl.el.AbstractFlowableFunctionDelegate
- getTwoObjectParameterMethod(String) - Method in class org.flowable.common.engine.impl.el.AbstractFlowableFunctionDelegate
- getType() - Method in class org.flowable.common.engine.impl.event.FlowableEngineEventImpl
- getType() - Method in class org.flowable.common.engine.impl.event.FlowableEventImpl
- getType(Bindings, ELContext) - Method in interface org.flowable.common.engine.impl.de.odysseus.el.tree.ExpressionNode
-
Get the value type accepted in
ExpressionNode.setValue(Bindings, ELContext, Object). - getType(Bindings, ELContext) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstEval
- getType(Bindings, ELContext) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstIdentifier
- getType(Bindings, ELContext) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstMethod
- getType(Bindings, ELContext) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstProperty
- getType(Bindings, ELContext) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstRightValue
-
according to the spec, the result is undefined for rvalues, so answer
null - getType(Bindings, ELContext) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstText
- getType(ELContext) - Method in class org.flowable.common.engine.impl.de.odysseus.el.ObjectValueExpression
-
Answer
null. - getType(ELContext) - Method in class org.flowable.common.engine.impl.de.odysseus.el.TreeValueExpression
-
Evaluates the expression as an lvalue and answers the result type.
- getType(ELContext) - Method in class org.flowable.common.engine.impl.javax.el.ValueExpression
-
Evaluates the expression relative to the provided context, and returns the most general type that is acceptable for an object to be passed as the value parameter in a future call to the
ValueExpression.setValue(ELContext, Object)method. - getType(ELContext, Object, Object) - Method in class org.flowable.common.engine.impl.de.odysseus.el.util.RootPropertyResolver
- getType(ELContext, Object, Object) - Method in class org.flowable.common.engine.impl.de.odysseus.el.util.SimpleResolver
- getType(ELContext, Object, Object) - Method in class org.flowable.common.engine.impl.el.DynamicBeanPropertyELResolver
- getType(ELContext, Object, Object) - Method in class org.flowable.common.engine.impl.el.JsonNodeELResolver
-
If the base object is a map, returns the most general acceptable type for a value in this map.
- getType(ELContext, Object, Object) - Method in class org.flowable.common.engine.impl.el.ReadOnlyMapELResolver
- getType(ELContext, Object, Object) - Method in class org.flowable.common.engine.impl.el.VariableContainerELResolver
- getType(ELContext, Object, Object) - Method in class org.flowable.common.engine.impl.javax.el.ArrayELResolver
-
If the base object is an array, returns the most general acceptable type for a value in this array.
- getType(ELContext, Object, Object) - Method in class org.flowable.common.engine.impl.javax.el.BeanELResolver
-
If the base object is not null, returns the most general acceptable type that can be set on this bean property.
- getType(ELContext, Object, Object) - Method in class org.flowable.common.engine.impl.javax.el.CompositeELResolver
-
For a given base and property, attempts to identify the most general type that is acceptable for an object to be passed as the value parameter in a future call to the
CompositeELResolver.setValue(ELContext, Object, Object, Object)method. - getType(ELContext, Object, Object) - Method in class org.flowable.common.engine.impl.javax.el.CouldNotResolvePropertyELResolver
- getType(ELContext, Object, Object) - Method in class org.flowable.common.engine.impl.javax.el.ELResolver
-
For a given base and property, attempts to identify the most general type that is acceptable for an object to be passed as the value parameter in a future call to the
ELResolver.setValue(ELContext, Object, Object, Object)method. - getType(ELContext, Object, Object) - Method in class org.flowable.common.engine.impl.javax.el.ListELResolver
-
If the base object is a list, returns the most general acceptable type for a value in this list.
- getType(ELContext, Object, Object) - Method in class org.flowable.common.engine.impl.javax.el.MapELResolver
-
If the base object is a map, returns the most general acceptable type for a value in this map.
- getType(ELContext, Object, Object) - Method in class org.flowable.common.engine.impl.javax.el.ResourceBundleELResolver
-
If the base object is an instance of ResourceBundle, return null, since the resolver is read only.
- getTypedEventListeners() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- getTypedEventListeners() - Method in class org.flowable.common.engine.impl.AbstractServiceConfiguration
- getUpdateStatement(Entity) - Method in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- getUpdateStatements() - Method in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- getUpgradeStartVersion() - Method in class org.flowable.common.engine.impl.db.ServiceSqlScriptBasedDbSchemaManager
- getValue() - Method in interface org.flowable.common.engine.impl.persistence.entity.PropertyEntity
- getValue() - Method in class org.flowable.common.engine.impl.persistence.entity.PropertyEntityImpl
- getValue(int, String, int) - Method in class org.flowable.common.engine.impl.calendar.CronExpression
- getValue(VariableContainer) - Method in class org.flowable.common.engine.impl.el.FixedValue
- getValue(VariableContainer) - Method in class org.flowable.common.engine.impl.el.JuelExpression
- getValue(Bindings, ELContext, Class<?>) - Method in interface org.flowable.common.engine.impl.de.odysseus.el.tree.ExpressionNode
-
Evaluate node.
- getValue(Bindings, ELContext, Class<?>) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstNode
-
evaluate and return the (optionally coerced) result.
- getValue(ELContext) - Method in class org.flowable.common.engine.impl.de.odysseus.el.ObjectValueExpression
-
Answer the wrapped object, coerced to the expected type.
- getValue(ELContext) - Method in class org.flowable.common.engine.impl.de.odysseus.el.TreeValueExpression
-
Evaluates the expression as an rvalue and answers the result.
- getValue(ELContext) - Method in class org.flowable.common.engine.impl.javax.el.ValueExpression
-
Evaluates the expression relative to the provided context, and returns the resulting value.
- getValue(ELContext, Object, Object) - Method in class org.flowable.common.engine.impl.de.odysseus.el.util.RootPropertyResolver
- getValue(ELContext, Object, Object) - Method in class org.flowable.common.engine.impl.de.odysseus.el.util.SimpleResolver
- getValue(ELContext, Object, Object) - Method in class org.flowable.common.engine.impl.el.DynamicBeanPropertyELResolver
- getValue(ELContext, Object, Object) - Method in class org.flowable.common.engine.impl.el.JsonNodeELResolver
-
If the base object is a map, returns the value associated with the given key, as specified by the property argument.
- getValue(ELContext, Object, Object) - Method in class org.flowable.common.engine.impl.el.ReadOnlyMapELResolver
- getValue(ELContext, Object, Object) - Method in class org.flowable.common.engine.impl.el.VariableContainerELResolver
- getValue(ELContext, Object, Object) - Method in class org.flowable.common.engine.impl.javax.el.ArrayELResolver
-
If the base object is a Java language array, returns the value at the given index.
- getValue(ELContext, Object, Object) - Method in class org.flowable.common.engine.impl.javax.el.BeanELResolver
-
If the base object is not null, returns the current value of the given property on this bean.
- getValue(ELContext, Object, Object) - Method in class org.flowable.common.engine.impl.javax.el.CompositeELResolver
-
Attempts to resolve the given property object on the given base object by querying all component resolvers.
- getValue(ELContext, Object, Object) - Method in class org.flowable.common.engine.impl.javax.el.CouldNotResolvePropertyELResolver
- getValue(ELContext, Object, Object) - Method in class org.flowable.common.engine.impl.javax.el.ELResolver
-
Attempts to resolve the given property object on the given base object.
- getValue(ELContext, Object, Object) - Method in class org.flowable.common.engine.impl.javax.el.ListELResolver
-
If the base object is a list, returns the value at the given index.
- getValue(ELContext, Object, Object) - Method in class org.flowable.common.engine.impl.javax.el.MapELResolver
-
If the base object is a map, returns the value associated with the given key, as specified by the property argument.
- getValue(ELContext, Object, Object) - Method in class org.flowable.common.engine.impl.javax.el.ResourceBundleELResolver
-
If the base object is an instance of ResourceBundle, the provided property will first be coerced to a String.
- getValueReference(Bindings, ELContext) - Method in interface org.flowable.common.engine.impl.de.odysseus.el.tree.ExpressionNode
-
Get value reference.
- getValueReference(Bindings, ELContext) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstEval
- getValueReference(Bindings, ELContext) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstIdentifier
- getValueReference(Bindings, ELContext) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstMethod
- getValueReference(Bindings, ELContext) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstProperty
- getValueReference(Bindings, ELContext) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstRightValue
- getValueReference(Bindings, ELContext) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstText
- getValueReference(ELContext) - Method in class org.flowable.common.engine.impl.de.odysseus.el.TreeValueExpression
- getValueReference(ELContext) - Method in class org.flowable.common.engine.impl.javax.el.ValueExpression
-
Returns a
ValueReferencefor this expression instance. - getVariable(int) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.Bindings
-
Get variable by index.
- getVariable(String) - Method in class org.flowable.common.engine.impl.el.VariableContainerWrapper
- getVariable(String) - Method in class org.flowable.common.engine.impl.variable.MapDelegateVariableContainer
-
The method first looks if there is a local transient variable and returns it.
- getVariableContainer() - Method in class org.flowable.common.engine.impl.scripting.ScriptEngineRequest
- getVariableContainer() - Method in interface org.flowable.common.engine.impl.scripting.ScriptTraceEnhancer.ScriptTraceContext
- getVariableContainer(ELContext) - Method in class org.flowable.common.engine.impl.el.VariableContainerELResolver
- getVariableData() - Method in class org.flowable.common.engine.impl.variablelistener.VariableListenerSession
- getVariableMapper() - Method in class org.flowable.common.engine.impl.de.odysseus.el.util.SimpleContext
-
Get our variable mapper.
- getVariableMapper() - Method in class org.flowable.common.engine.impl.el.FlowableElContext
- getVariableMapper() - Method in class org.flowable.common.engine.impl.el.ParsingElContext
- getVariableMapper() - Method in class org.flowable.common.engine.impl.javax.el.ELContext
-
Retrieves the VariableMapper associated with this ELContext.
- getVariables() - Method in class org.flowable.common.engine.impl.scripting.ScriptBindings
- getVariableServiceConfiguration() - Method in interface org.flowable.common.engine.impl.HasVariableServiceConfiguration
- getVariableTypes() - Method in interface org.flowable.common.engine.impl.HasVariableTypes
- getVariableValue(VariableContainer, String) - Static method in class org.flowable.common.engine.impl.el.function.AbstractFlowableVariableExpressionFunction
- getWaitIncreaseFactor() - Method in class org.flowable.common.engine.impl.interceptor.RetryInterceptor
- getWaitTimeInMs() - Method in class org.flowable.common.engine.impl.interceptor.RetryInterceptor
- getWriteMethod(Object) - Method in class org.flowable.common.engine.impl.javax.el.BeanELResolver.BeanProperty
- getXmlEncoding() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- greaterThan(VariableContainer, String, Object) - Static method in class org.flowable.common.engine.impl.el.function.VariableGreaterThanExpressionFunction
- greaterThanOrEquals(VariableContainer, String, Object) - Static method in class org.flowable.common.engine.impl.el.function.VariableGreaterThanOrEqualsExpressionFunction
- GROOVY_SCRIPTING_LANGUAGE - Static variable in class org.flowable.common.engine.impl.scripting.ScriptingEngines
- gt(TypeConverter, Object, Object) - Static method in class org.flowable.common.engine.impl.de.odysseus.el.misc.BooleanOperations
- GT - Enum constant in enum class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner.Symbol
- GT - Enum constant in enum class org.flowable.common.engine.impl.el.function.AbstractVariableComparatorExpressionFunction.OPERATOR
- GT - Static variable in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstBinary
- GTE - Enum constant in enum class org.flowable.common.engine.impl.el.function.AbstractVariableComparatorExpressionFunction.OPERATOR
H
- hasAcquiredLock - Variable in class org.flowable.common.engine.impl.lock.LockManagerImpl
- hasCamMigrationVersion(String) - Static method in class org.flowable.common.engine.impl.FlowableVersions
- hasChanged() - Method in class org.flowable.common.engine.impl.persistence.cache.CachedEntity
- hasException() - Method in interface org.flowable.common.engine.impl.scripting.ScriptTrace
- HasExpressionManagerEngineConfiguration - Interface in org.flowable.common.engine.impl
-
author martin.grofcik
- hashCode() - Method in class org.flowable.common.engine.impl.db.SuspensionState.SuspensionStateImpl
- hashCode() - Method in class org.flowable.common.engine.impl.de.odysseus.el.misc.TypeConverterImpl
- hashCode() - Method in class org.flowable.common.engine.impl.de.odysseus.el.ObjectValueExpression
- hashCode() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.Bindings
- hashCode() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Builder
- hashCode() - Method in class org.flowable.common.engine.impl.de.odysseus.el.TreeMethodExpression
- hashCode() - Method in class org.flowable.common.engine.impl.de.odysseus.el.TreeValueExpression
- hashCode() - Method in class org.flowable.common.engine.impl.FlowableVersion
- hashCode() - Method in class org.flowable.common.engine.impl.javax.el.Expression
-
Returns the hash code for this Expression.
- hashCode() - Method in record class org.flowable.common.engine.impl.tenant.ThreadLocalTenantContext.Tenant
-
Returns a hash code value for this object.
- hasOrderBy() - Method in class org.flowable.common.engine.impl.db.ListQueryParameterObject
- hasOrderByForColumn(String) - Method in class org.flowable.common.engine.impl.db.ListQueryParameterObject
- HasRevision - Interface in org.flowable.common.engine.impl.db
-
Entities that are using revisions for optimistic locking, need to implement this interface.
- hasVariable(String) - Method in class org.flowable.common.engine.impl.el.VariableContainerWrapper
- hasVariable(String) - Method in class org.flowable.common.engine.impl.variable.MapDelegateVariableContainer
-
Checks whether the given key can be resolved by this variable container.
- HasVariableServiceConfiguration - Interface in org.flowable.common.engine.impl
- HasVariableTypes - Interface in org.flowable.common.engine.impl
- historyLevel - Variable in class org.flowable.common.engine.impl.AbstractServiceConfiguration
- HistoryLevel - Enum Class in org.flowable.common.engine.impl.history
-
Enum that contains all possible history-levels.
- hostLockDescription - Static variable in class org.flowable.common.engine.impl.cmd.LockCmd
- HOUR - Static variable in class org.flowable.common.engine.impl.calendar.CronExpression
- hours - Variable in class org.flowable.common.engine.impl.calendar.CronExpression
I
- id - Variable in class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
- id - Variable in class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
- ID - Static variable in class org.flowable.common.engine.impl.logging.LoggingSessionUtil
- IdBlock - Class in org.flowable.common.engine.impl.db
- IdBlock(long, long) - Constructor for class org.flowable.common.engine.impl.db.IdBlock
- identifier(String) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Parser
- IDENTIFIER - Enum constant in enum class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner.Symbol
- IdentifierNode - Interface in org.flowable.common.engine.impl.de.odysseus.el.tree
-
Identifier node interface.
- idGenerator - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- idGenerator - Variable in class org.flowable.common.engine.impl.AbstractServiceConfiguration
- idGenerator - Static variable in class org.flowable.common.engine.impl.logging.LoggingSessionUtil
- idGenerator - Variable in class org.flowable.common.engine.impl.persistence.entity.data.impl.MybatisByteArrayDataManager
- idGenerator - Variable in class org.flowable.common.engine.impl.persistence.entity.data.impl.MybatisPropertyDataManager
- IdGenerator - Interface in org.flowable.common.engine.impl.cfg
-
generates
IdBlocks that are used to assign ids to new objects. - idmEngineConfigurator - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- IGNORE_RETURN_TYPE - Enum constant in enum class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Builder.Feature
-
Do not verify that a method's return type matches the expected return type passed to
ExpressionFactory.createMethodExpression(ELContext, String, Class, Class[]). - ignoreReturnType - Variable in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstProperty
- implementationClass - Variable in class org.flowable.common.engine.impl.persistence.GenericManagerFactory
- incrementRevision(Entity) - Method in class org.flowable.common.engine.impl.db.DbSqlSession
- initAdditionalEventDispatchActions() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- initBeans() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- initClock() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- initClock(AbstractEngineConfiguration, AbstractEngineConfiguration) - Method in class org.flowable.common.engine.impl.AbstractEngineConfigurator
- initCommandContextCloseListener() - Method in class org.flowable.common.engine.impl.logging.LoggingSession
- initCommandContextFactory() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- initCommandContextFactory(AbstractEngineConfiguration, AbstractEngineConfiguration) - Method in class org.flowable.common.engine.impl.AbstractEngineConfigurator
- initCommandExecutor() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- initCommandExecutors() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- initCommandInterceptors() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- initCommandInvoker() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- initConfigurators() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- initCustomMybatisInterceptors(Configuration) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- initCustomMybatisMappers(Configuration) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- initDatabaseType() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- initDataManagers() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- initDataSource() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- initDataSource(AbstractEngineConfiguration, AbstractEngineConfiguration) - Method in class org.flowable.common.engine.impl.AbstractEngineConfigurator
- initDbProperties(AbstractEngineConfiguration, AbstractEngineConfiguration) - Method in class org.flowable.common.engine.impl.AbstractEngineConfigurator
- initDbSqlSessionFactory() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- initDbSqlSessionFactory(AbstractEngineConfiguration, AbstractEngineConfiguration) - Method in class org.flowable.common.engine.impl.AbstractEngineConfigurator
- initDbSqlSessionFactoryEntitySettings() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- initDefaultCommandConfig() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- initEngineConfigurations() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- initEngineConfigurations(AbstractEngineConfiguration, AbstractEngineConfiguration) - Method in class org.flowable.common.engine.impl.AbstractEngineConfigurator
- initEntityManagers() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- initEventDispatcher() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- initEventDispatcher(AbstractEngineConfiguration, AbstractEngineConfiguration) - Method in class org.flowable.common.engine.impl.AbstractEngineConfigurator
- initEventListeners() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- initEventRegistryEventConsumers(AbstractEngineConfiguration, AbstractEngineConfiguration) - Method in class org.flowable.common.engine.impl.AbstractEngineConfigurator
- initialiseCommonProperties(AbstractEngineConfiguration, AbstractEngineConfiguration) - Method in class org.flowable.common.engine.impl.AbstractEngineConfigurator
- initializeExecutor() - Method in class org.flowable.common.engine.impl.async.DefaultAsyncTaskExecutor
- initIdGenerator() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- initIdGenerator(AbstractEngineConfiguration, AbstractEngineConfiguration) - Method in class org.flowable.common.engine.impl.AbstractEngineConfigurator
- initInterceptorChain(List<CommandInterceptor>) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- initMybatisConfiguration(Environment, Reader, Properties) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- initMyBatisLogSqlExecutionTimePlugin(Configuration) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- initMybatisTypeHandlers(Configuration) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- initObjectMapper() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- initObjectMapper(AbstractEngineConfiguration, AbstractEngineConfiguration) - Method in class org.flowable.common.engine.impl.AbstractEngineConfigurator
- initSchema(String) - Method in class org.flowable.common.engine.impl.db.LiquibaseBasedSchemaManager
- initSchemaCommandConfig() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- initSchemaManager() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- initService(Object) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- initServiceConfigurations(AbstractEngineConfiguration, AbstractEngineConfiguration) - Method in class org.flowable.common.engine.impl.AbstractEngineConfigurator
- initSessionFactories() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- initSessionFactories(AbstractEngineConfiguration, AbstractEngineConfiguration) - Method in class org.flowable.common.engine.impl.AbstractEngineConfigurator
- initSqlSessionFactory() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- initTransactionContextFactory() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- initTransactionFactory() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- initTypedEventListeners() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- initVariableTypes(AbstractEngineConfiguration, AbstractEngineConfiguration) - Method in class org.flowable.common.engine.impl.AbstractEngineConfigurator
- inputStream - Variable in class org.flowable.common.engine.impl.util.io.InputStreamSource
- InputStreamSource - Class in org.flowable.common.engine.impl.util.io
- InputStreamSource(InputStream) - Constructor for class org.flowable.common.engine.impl.util.io.InputStreamSource
- insert(EntityImpl) - Method in class org.flowable.common.engine.impl.db.AbstractDataManager
- insert(EntityImpl) - Method in class org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager
- insert(EntityImpl) - Method in interface org.flowable.common.engine.impl.persistence.entity.data.DataManager
- insert(EntityImpl) - Method in interface org.flowable.common.engine.impl.persistence.entity.EntityManager
- insert(EntityImpl, boolean) - Method in class org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager
- insert(EntityImpl, boolean) - Method in interface org.flowable.common.engine.impl.persistence.entity.EntityManager
- insert(Entity, IdGenerator) - Method in class org.flowable.common.engine.impl.db.DbSqlSession
- insertedObjects - Variable in class org.flowable.common.engine.impl.db.DbSqlSession
- insertionOrder - Variable in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- insertStatements - Variable in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- installLicense(Location...) - Method in class org.flowable.common.engine.impl.db.FlowableLiquibaseLicenseService
- INSTANCE - Enum constant in enum class org.flowable.common.engine.impl.history.HistoryLevel
- instanceId - Variable in class org.flowable.common.engine.impl.callback.CallbackData
- instanceId - Variable in class org.flowable.common.engine.impl.el.VariableContainerWrapper
- INSTANCEOF - Enum constant in enum class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner.Symbol
- instantiate(String) - Static method in class org.flowable.common.engine.impl.util.ReflectUtil
- instantiate(String, Object[]) - Static method in class org.flowable.common.engine.impl.util.ReflectUtil
- INTEGER - Enum constant in enum class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner.Symbol
- intercept(Invocation) - Method in class org.flowable.common.engine.impl.db.LogSqlExecutionTimePlugin
- internalDbSchemaCreate() - Method in class org.flowable.common.engine.impl.db.ServiceSqlScriptBasedDbSchemaManager
- invoke(Object, String, Object[]) - Static method in class org.flowable.common.engine.impl.util.ReflectUtil
- invoke(Method, Object, Object...) - Method in class org.flowable.common.engine.impl.javax.el.BeanELResolver
- invoke(Bindings, ELContext, Class<?>, Class<?>[], Object[]) - Method in interface org.flowable.common.engine.impl.de.odysseus.el.tree.ExpressionNode
-
Invoke method.
- invoke(Bindings, ELContext, Class<?>, Class<?>[], Object[]) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstEval
- invoke(Bindings, ELContext, Class<?>, Class<?>[], Object[]) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstIdentifier
- invoke(Bindings, ELContext, Class<?>, Class<?>[], Object[]) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstMethod
- invoke(Bindings, ELContext, Class<?>, Class<?>[], Object[]) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstProperty
- invoke(Bindings, ELContext, Class<?>, Class<?>[], Object[]) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstRightValue
- invoke(Bindings, ELContext, Class<?>, Class<?>[], Object[]) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstText
- invoke(Bindings, ELContext, Object, Method) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstFunction
-
Invoke method.
- invoke(ELContext, Object[]) - Method in class org.flowable.common.engine.impl.de.odysseus.el.TreeMethodExpression
-
Evaluates the expression and invokes the method.
- invoke(ELContext, Object[]) - Method in class org.flowable.common.engine.impl.javax.el.MethodExpression
-
If a String literal is specified as the expression, returns the String literal coerced to the expected return type of the method signature.
- invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class org.flowable.common.engine.impl.de.odysseus.el.util.RootPropertyResolver
- invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class org.flowable.common.engine.impl.de.odysseus.el.util.SimpleResolver
- invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class org.flowable.common.engine.impl.javax.el.BeanELResolver
-
If the base object is not
null, invoke the method, with the given parameters on this bean. - invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class org.flowable.common.engine.impl.javax.el.CompositeELResolver
-
Attempts to resolve and invoke the given
methodon the givenbaseobject by querying all component resolvers. - invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class org.flowable.common.engine.impl.javax.el.ELResolver
-
Attempts to resolve and invoke the given
methodon the givenbaseobject. - invokeSetter(Method, Object, String, Object) - Static method in class org.flowable.common.engine.impl.util.ReflectUtil
- invokeSetterOrField(Object, String, Object, boolean) - Static method in class org.flowable.common.engine.impl.util.ReflectUtil
- IoUtil - Class in org.flowable.common.engine.impl.util
- IoUtil() - Constructor for class org.flowable.common.engine.impl.util.IoUtil
- isAllowCoreThreadTimeout() - Method in class org.flowable.common.engine.impl.async.AsyncTaskExecutorConfiguration
- isAllowCoreThreadTimeout() - Method in class org.flowable.common.engine.impl.async.DefaultAsyncTaskExecutor
- isAlwaysLookupLatestDefinitionVersion() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- isAtLeast(HistoryLevel) - Method in enum class org.flowable.common.engine.impl.history.HistoryLevel
-
Checks if the given level is the same as, or higher in order than the level this method is executed on.
- isBulkInsertable(Class<? extends Entity>) - Method in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- isBulkInsertEnabled - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
-
If set to true, enables bulk insert (grouping sql inserts together).
- isBulkInsertEnabled() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- isCacheEnabled(String) - Method in class org.flowable.common.engine.impl.el.DefaultExpressionManager
- isCacheScriptingEngines() - Method in class org.flowable.common.engine.impl.scripting.ScriptingEngines
- isContextReusePossible() - Method in class org.flowable.common.engine.impl.interceptor.CommandConfig
- isDbHistoryUsed - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- isDbHistoryUsed - Variable in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- isDbHistoryUsed() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- isDbHistoryUsed() - Method in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- isDeferred() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstEval
- isDeferred() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.Tree
- isDeferred() - Method in class org.flowable.common.engine.impl.de.odysseus.el.TreeMethodExpression
-
Answer
trueif this is a deferred expression (starting with#{) - isDeferred() - Method in class org.flowable.common.engine.impl.de.odysseus.el.TreeValueExpression
-
Answer
trueif this is a deferred expression (containing sub-expressions starting with#{) - isDeleted - Variable in class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
- isDeleted - Variable in class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
- isDeleted() - Method in class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
- isDeleted() - Method in class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
- isDeleted() - Method in class org.flowable.common.engine.impl.persistence.entity.ByteArrayRef
- isDeleted() - Method in interface org.flowable.common.engine.impl.persistence.entity.Entity
- isDigit(char) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner
- isDone() - Method in class org.flowable.common.engine.impl.agenda.ExecuteFutureActionOperation
- isDuration(String) - Method in class org.flowable.common.engine.impl.calendar.DurationHelper
- isEmpty() - Method in class org.flowable.common.engine.impl.agenda.AbstractAgenda
- isEmpty() - Method in interface org.flowable.common.engine.impl.agenda.Agenda
-
Returns whether there currently are operations planned on the agenda.
- isEmpty() - Method in class org.flowable.common.engine.impl.cfg.SpringBeanFactoryProxyMap
- isEmpty() - Method in class org.flowable.common.engine.impl.scripting.ScriptBindings
- isEmpty(Collection) - Static method in class org.flowable.common.engine.impl.util.CollectionUtil
- isEmpty(VariableContainer, String) - Static method in class org.flowable.common.engine.impl.el.function.VariableIsEmptyExpressionFunction
- isEnableConfiguratorServiceLoader() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- isEnabled() - Method in class org.flowable.common.engine.impl.event.FlowableEventDispatcherImpl
- isEnabled(Builder.Feature) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Builder
- isEnableEventDispatcher() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- isEnableEventDispatcher() - Method in class org.flowable.common.engine.impl.AbstractServiceConfiguration
- isEnableLogSqlExecutionTime() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- isEnableMybatisXmlMappingValidation() - Method in class org.flowable.common.engine.impl.AbstractEngineConfigurator
- isEntityInserted(Class<?>, String) - Method in class org.flowable.common.engine.impl.db.DbSqlSession
- isEntityInserted(DbSqlSession, String, String) - Method in class org.flowable.common.engine.impl.db.AbstractDataManager
- isEntityInserted(Entity) - Method in class org.flowable.common.engine.impl.db.DbSqlSession
- isEntityToBeDeleted(Entity) - Method in class org.flowable.common.engine.impl.db.DbSqlSession
- isEval() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner
- isEventDispatcherEnabled() - Method in class org.flowable.common.engine.impl.AbstractServiceConfiguration
- isFallbackToDefaultTenant() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- isForceCloseMybatisConnectionPool() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- isFunctionBound(int) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.Bindings
-
Test if given index is bound to a function.
- isGetter(Method) - Static method in class org.flowable.common.engine.impl.util.ReflectUtil
- isHistoryEnabled() - Method in class org.flowable.common.engine.impl.AbstractServiceConfiguration
- isHistoryLevelAtLeast(HistoryLevel) - Method in class org.flowable.common.engine.impl.AbstractServiceConfiguration
- isHistoryUsed() - Method in class org.flowable.common.engine.impl.db.ServiceSqlScriptBasedDbSchemaManager
- isInserted - Variable in class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
- isInserted - Variable in class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
- isInserted() - Method in class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
- isInserted() - Method in class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
- isInserted() - Method in interface org.flowable.common.engine.impl.persistence.entity.Entity
- isJdbcPingEnabled() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- isLeapYear(int) - Method in class org.flowable.common.engine.impl.calendar.CronExpression
- isLeftValue() - Method in interface org.flowable.common.engine.impl.de.odysseus.el.tree.ExpressionNode
- isLeftValue() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstEval
- isLeftValue() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstIdentifier
- isLeftValue() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstMethod
- isLeftValue() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstProperty
- isLeftValue() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstRightValue
- isLeftValue() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstText
- isLeftValue() - Method in class org.flowable.common.engine.impl.de.odysseus.el.TreeValueExpression
-
Answer
trueif this could be used as an lvalue. - isLiteralText() - Method in class org.flowable.common.engine.impl.de.odysseus.el.ObjectValueExpression
-
Answer
false. - isLiteralText() - Method in interface org.flowable.common.engine.impl.de.odysseus.el.tree.ExpressionNode
- isLiteralText() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstEval
- isLiteralText() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstIdentifier
- isLiteralText() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstMethod
- isLiteralText() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstProperty
- isLiteralText() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstRightValue
-
Answer
false - isLiteralText() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstText
- isLiteralText() - Method in class org.flowable.common.engine.impl.de.odysseus.el.TreeMethodExpression
- isLiteralText() - Method in class org.flowable.common.engine.impl.de.odysseus.el.TreeValueExpression
- isLiteralText() - Method in class org.flowable.common.engine.impl.javax.el.Expression
-
Returns whether this expression was created from only literal text.
- isLoggingSessionEnabled() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- isMailServerUseSSL() - Method in class org.flowable.common.engine.impl.cfg.mail.MailServerInfo
- isMailServerUseTLS() - Method in class org.flowable.common.engine.impl.cfg.mail.MailServerInfo
- isMethodInvocation() - Method in interface org.flowable.common.engine.impl.de.odysseus.el.tree.ExpressionNode
- isMethodInvocation() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstEval
- isMethodInvocation() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstIdentifier
- isMethodInvocation() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstMethod
- isMethodInvocation() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstProperty
- isMethodInvocation() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstRightValue
- isMethodInvocation() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstText
- isMysql() - Method in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- isNeedsPaging() - Method in class org.flowable.common.engine.impl.db.ListQueryParameterObject
- isNotEmpty(Collection) - Static method in class org.flowable.common.engine.impl.util.CollectionUtil
- isNotEmpty(VariableContainer, String) - Static method in class org.flowable.common.engine.impl.el.function.VariableIsNotEmptyExpressionFunction
- isOracle() - Method in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- isParmetersProvided() - Method in class org.flowable.common.engine.impl.de.odysseus.el.TreeMethodExpression
- isParmetersProvided() - Method in class org.flowable.common.engine.impl.javax.el.MethodExpression
-
Return whether this MethodExpression was created with parameters.
- isProperty(String) - Method in class org.flowable.common.engine.impl.de.odysseus.el.util.RootPropertyResolver
-
Test property
- isPropertyResolved() - Method in class org.flowable.common.engine.impl.javax.el.ELContext
-
Returns whether an
ELResolverhas successfully resolved a given (base, property) pair. - isReadOnly(Object) - Method in class org.flowable.common.engine.impl.javax.el.BeanELResolver.BeanProperty
- isReadOnly(Bindings, ELContext) - Method in interface org.flowable.common.engine.impl.de.odysseus.el.tree.ExpressionNode
-
Determine whether
ExpressionNode.setValue(Bindings, ELContext, Object)will throw a javax.el.PropertyNotWritableException. - isReadOnly(Bindings, ELContext) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstEval
- isReadOnly(Bindings, ELContext) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstIdentifier
- isReadOnly(Bindings, ELContext) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstMethod
- isReadOnly(Bindings, ELContext) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstProperty
- isReadOnly(Bindings, ELContext) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstRightValue
-
non-lvalues are always readonly, so answer
true - isReadOnly(Bindings, ELContext) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstText
- isReadOnly(ELContext) - Method in class org.flowable.common.engine.impl.de.odysseus.el.ObjectValueExpression
-
Answer
true. - isReadOnly(ELContext) - Method in class org.flowable.common.engine.impl.de.odysseus.el.TreeValueExpression
-
Evaluates the expression as an lvalue and determines if
TreeValueExpression.setValue(ELContext, Object)will always fail. - isReadOnly(ELContext) - Method in class org.flowable.common.engine.impl.javax.el.ValueExpression
-
Evaluates the expression relative to the provided context, and returns true if a call to
ValueExpression.setValue(ELContext, Object)will always fail. - isReadOnly(ELContext, Object, Object) - Method in class org.flowable.common.engine.impl.de.odysseus.el.util.RootPropertyResolver
- isReadOnly(ELContext, Object, Object) - Method in class org.flowable.common.engine.impl.de.odysseus.el.util.SimpleResolver
- isReadOnly(ELContext, Object, Object) - Method in class org.flowable.common.engine.impl.el.DynamicBeanPropertyELResolver
- isReadOnly(ELContext, Object, Object) - Method in class org.flowable.common.engine.impl.el.JsonNodeELResolver
-
If the base object is a map, returns whether a call to
JsonNodeELResolver.setValue(ELContext, Object, Object, Object)will always fail. - isReadOnly(ELContext, Object, Object) - Method in class org.flowable.common.engine.impl.el.ReadOnlyMapELResolver
- isReadOnly(ELContext, Object, Object) - Method in class org.flowable.common.engine.impl.el.VariableContainerELResolver
- isReadOnly(ELContext, Object, Object) - Method in class org.flowable.common.engine.impl.javax.el.ArrayELResolver
-
If the base object is a Java language array, returns whether a call to
ArrayELResolver.setValue(ELContext, Object, Object, Object)will always fail. - isReadOnly(ELContext, Object, Object) - Method in class org.flowable.common.engine.impl.javax.el.BeanELResolver
-
If the base object is not null, returns whether a call to
BeanELResolver.setValue(ELContext, Object, Object, Object)will always fail. - isReadOnly(ELContext, Object, Object) - Method in class org.flowable.common.engine.impl.javax.el.CompositeELResolver
-
For a given base and property, attempts to determine whether a call to
CompositeELResolver.setValue(ELContext, Object, Object, Object)will always fail. - isReadOnly(ELContext, Object, Object) - Method in class org.flowable.common.engine.impl.javax.el.CouldNotResolvePropertyELResolver
- isReadOnly(ELContext, Object, Object) - Method in class org.flowable.common.engine.impl.javax.el.ELResolver
-
For a given base and property, attempts to determine whether a call to
ELResolver.setValue(ELContext, Object, Object, Object)will always fail. - isReadOnly(ELContext, Object, Object) - Method in class org.flowable.common.engine.impl.javax.el.ListELResolver
-
If the base object is a list, returns whether a call to
ListELResolver.setValue(ELContext, Object, Object, Object)will always fail. - isReadOnly(ELContext, Object, Object) - Method in class org.flowable.common.engine.impl.javax.el.MapELResolver
-
If the base object is a map, returns whether a call to
MapELResolver.setValue(ELContext, Object, Object, Object)will always fail. - isReadOnly(ELContext, Object, Object) - Method in class org.flowable.common.engine.impl.javax.el.ResourceBundleELResolver
-
If the base object is not null and an instanceof java.util.ResourceBundle, return true.
- isRepeat() - Method in class org.flowable.common.engine.impl.calendar.DurationHelper
- isRetained(EntityImpl, Object) - Method in interface org.flowable.common.engine.impl.db.SingleCachedEntityMatcher
- isRetained(EntityImpl, Object) - Method in class org.flowable.common.engine.impl.persistence.cache.CachedEntityMatcherAdapter
- isRetained(Collection<EntityImpl>, Collection<CachedEntity>, EntityImpl, Object) - Method in interface org.flowable.common.engine.impl.persistence.cache.CachedEntityMatcher
-
Returns true if an entity from the cache should be retained (i.e.
- isRetained(Collection<EntityImpl>, Collection<CachedEntity>, EntityImpl, Object) - Method in class org.flowable.common.engine.impl.persistence.cache.CachedEntityMatcherAdapter
- isReused() - Method in class org.flowable.common.engine.impl.interceptor.CommandContext
- isRootUsageOfCurrentEngine() - Method in class org.flowable.common.engine.impl.interceptor.CommandContext
- isSatisfiedBy(Date) - Method in class org.flowable.common.engine.impl.calendar.CronExpression
-
Indicates whether the given date satisfies the cron expression.
- isSetter(Method) - Static method in class org.flowable.common.engine.impl.util.ReflectUtil
- isSetter(Method, boolean) - Static method in class org.flowable.common.engine.impl.util.ReflectUtil
- isStoreScriptVariables() - Method in class org.flowable.common.engine.impl.scripting.ScriptEngineRequest
- isSuccess() - Method in interface org.flowable.common.engine.impl.scripting.ScriptTrace
- isTablePrefixIsSchema() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- isTablePrefixIsSchema() - Method in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- isTablePresent(String) - Method in class org.flowable.common.engine.impl.db.AbstractSqlScriptBasedDbSchemaManager
- isTenantIdSet() - Method in class org.flowable.common.engine.impl.tenant.ThreadLocalTenantContext
- isTransactionContextActive() - Static method in class org.flowable.common.engine.impl.transaction.TransactionContextHolder
- isTransactionRetryException(Throwable) - Method in class org.flowable.common.engine.impl.interceptor.CrDbRetryInterceptor
- isTransactionsExternallyManaged() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- isUpdated - Variable in class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
- isUpdated - Variable in class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
- isUpdated() - Method in class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
- isUpdated() - Method in class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
- isUpdated() - Method in interface org.flowable.common.engine.impl.persistence.entity.Entity
- isUpdateNeeded() - Method in class org.flowable.common.engine.impl.db.ServiceSqlScriptBasedDbSchemaManager
- isUseClassForNameClassLoading() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- isUseClassForNameClassLoading() - Method in class org.flowable.common.engine.impl.interceptor.CommandContext
- isUseLockForDatabaseSchemaUpdate() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- isUsePrefixId() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- isUsePrefixId() - Method in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- isUsingRelationalDatabase() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- isUsingSchemaMgmt() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- isValidDate(Date) - Method in class org.flowable.common.engine.impl.calendar.DurationHelper
- isValidExpression(String, ClockReader) - Static method in class org.flowable.common.engine.impl.calendar.CronExpression
-
Indicates whether the specified cron expression can be parsed into a valid cron expression
- isVarArgs() - Method in interface org.flowable.common.engine.impl.de.odysseus.el.tree.FunctionNode
- isVarArgs() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstFunction
- isVariableBound(int) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.Bindings
-
Test if given index is bound to a variable.
- isWrapperFor(Class<?>) - Method in class org.flowable.common.engine.impl.cfg.multitenant.TenantAwareDataSource
- isWrapperFor(Class<?>) - Method in class org.flowable.common.engine.impl.test.ClosingDataSource
J
- javaKeyword(String) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner
- JDBC_METADATA_TABLE_TYPES - Static variable in class org.flowable.common.engine.impl.db.AbstractSqlScriptBasedDbSchemaManager
- JDBC_METADATA_TABLE_TYPES - Static variable in class org.flowable.common.engine.impl.db.DbSqlSession
- jdbcDefaultTransactionIsolationLevel - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- jdbcDriver - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- jdbcMaxActiveConnections - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- jdbcMaxCheckoutTime - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- jdbcMaxIdleConnections - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- jdbcMaxWaitTime - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- jdbcPassword - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- jdbcPingConnectionNotUsedFor - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- jdbcPingEnabled - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- jdbcPingQuery - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- jdbcUrl - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- jdbcUsername - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- JEE5 - Enum constant in enum class org.flowable.common.engine.impl.de.odysseus.el.ExpressionFactoryImpl.Profile
-
JEE5: none
- JEE6 - Enum constant in enum class org.flowable.common.engine.impl.de.odysseus.el.ExpressionFactoryImpl.Profile
-
JEE6:
javax.el.methodInvocations,javax.el.varArgs. - JsonNodeELResolver - Class in org.flowable.common.engine.impl.el
-
Defines property resolution behavior on JsonNodes.
- JsonNodeELResolver() - Constructor for class org.flowable.common.engine.impl.el.JsonNodeELResolver
-
Creates a new read/write BeanELResolver.
- JsonNodeELResolver(boolean) - Constructor for class org.flowable.common.engine.impl.el.JsonNodeELResolver
-
Creates a new BeanELResolver whose read-only status is determined by the given parameter.
- jsonNodeResolver - Variable in class org.flowable.common.engine.impl.el.DefaultExpressionManager
- JtaRetryInterceptor - Class in org.flowable.common.engine.impl.interceptor
-
We cannot perform a retry if we are called in an existing transaction.
- JtaRetryInterceptor(TransactionManager) - Constructor for class org.flowable.common.engine.impl.interceptor.JtaRetryInterceptor
- JtaTransactionContext - Class in org.flowable.common.engine.impl.cfg.jta
- JtaTransactionContext(TransactionManager) - Constructor for class org.flowable.common.engine.impl.cfg.jta.JtaTransactionContext
- JtaTransactionContext.TransactionStateSynchronization - Class in org.flowable.common.engine.impl.cfg.jta
- JtaTransactionContextFactory - Class in org.flowable.common.engine.impl.cfg.jta
- JtaTransactionContextFactory(TransactionManager) - Constructor for class org.flowable.common.engine.impl.cfg.jta.JtaTransactionContextFactory
- JtaTransactionInterceptor - Class in org.flowable.common.engine.impl.interceptor
- JtaTransactionInterceptor(TransactionManager) - Constructor for class org.flowable.common.engine.impl.interceptor.JtaTransactionInterceptor
- JuelExpression - Class in org.flowable.common.engine.impl.el
-
Expression implementation backed by a JUEL
ValueExpression. - JuelExpression(ExpressionManager, ValueExpression, String) - Constructor for class org.flowable.common.engine.impl.el.JuelExpression
K
- keepAlive - Variable in class org.flowable.common.engine.impl.async.AsyncTaskExecutorConfiguration
-
The time a thread used for job execution must be kept alive before it is destroyed.
- KEY_APP_ENGINE_CONFIG - Static variable in interface org.flowable.common.engine.impl.interceptor.EngineConfigurationConstants
- KEY_BATCH_SERVICE_CONFIG - Static variable in interface org.flowable.common.engine.impl.interceptor.EngineConfigurationConstants
- KEY_CMMN_ENGINE_CONFIG - Static variable in interface org.flowable.common.engine.impl.interceptor.EngineConfigurationConstants
- KEY_CONTENT_ENGINE_CONFIG - Static variable in interface org.flowable.common.engine.impl.interceptor.EngineConfigurationConstants
- KEY_DMN_ENGINE_CONFIG - Static variable in interface org.flowable.common.engine.impl.interceptor.EngineConfigurationConstants
- KEY_ENTITY_LINK_SERVICE_CONFIG - Static variable in interface org.flowable.common.engine.impl.interceptor.EngineConfigurationConstants
- KEY_EVENT_REGISTRY_CONFIG - Static variable in interface org.flowable.common.engine.impl.interceptor.EngineConfigurationConstants
- KEY_EVENT_SUBSCRIPTION_SERVICE_CONFIG - Static variable in interface org.flowable.common.engine.impl.interceptor.EngineConfigurationConstants
- KEY_FORM_ENGINE_CONFIG - Static variable in interface org.flowable.common.engine.impl.interceptor.EngineConfigurationConstants
- KEY_IDENTITY_LINK_SERVICE_CONFIG - Static variable in interface org.flowable.common.engine.impl.interceptor.EngineConfigurationConstants
- KEY_IDM_ENGINE_CONFIG - Static variable in interface org.flowable.common.engine.impl.interceptor.EngineConfigurationConstants
- KEY_JOB_SERVICE_CONFIG - Static variable in interface org.flowable.common.engine.impl.interceptor.EngineConfigurationConstants
- KEY_PROCESS_ENGINE_CONFIG - Static variable in interface org.flowable.common.engine.impl.interceptor.EngineConfigurationConstants
- KEY_TASK_SERVICE_CONFIG - Static variable in interface org.flowable.common.engine.impl.interceptor.EngineConfigurationConstants
- KEY_VARIABLE_SERVICE_CONFIG - Static variable in interface org.flowable.common.engine.impl.interceptor.EngineConfigurationConstants
- keySet() - Method in class org.flowable.common.engine.impl.cfg.SpringBeanFactoryProxyMap
- keySet() - Method in class org.flowable.common.engine.impl.scripting.ScriptBindings
- keyword(String) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner
L
- language - Variable in class org.flowable.common.engine.impl.scripting.AbstractScriptEvaluator
-
The language of the script e.g.
- language - Variable in class org.flowable.common.engine.impl.scripting.ScriptEngineRequest.Builder
- language - Variable in class org.flowable.common.engine.impl.scripting.ScriptEngineRequest
- language(String) - Method in class org.flowable.common.engine.impl.scripting.ScriptEngineRequest.Builder
-
The script language for the script.
- LAST_V5_VERSION - Static variable in class org.flowable.common.engine.impl.FlowableVersions
- LAST_V6_VERSION_BEFORE_SERVICES - Static variable in class org.flowable.common.engine.impl.FlowableVersions
- lastdayOffset - Variable in class org.flowable.common.engine.impl.calendar.CronExpression
- lastdayOfMonth - Variable in class org.flowable.common.engine.impl.calendar.CronExpression
- lastdayOfWeek - Variable in class org.flowable.common.engine.impl.calendar.CronExpression
- LBRACK - Enum constant in enum class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner.Symbol
- le(TypeConverter, Object, Object) - Static method in class org.flowable.common.engine.impl.de.odysseus.el.misc.BooleanOperations
- LE - Enum constant in enum class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner.Symbol
- LE - Static variable in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstBinary
- licenseIsAboutToExpire() - Method in class org.flowable.common.engine.impl.db.FlowableLiquibaseLicenseService
- licenseIsInstalled() - Method in class org.flowable.common.engine.impl.db.FlowableLiquibaseLicenseService
- licenseIsValid(String) - Method in class org.flowable.common.engine.impl.db.FlowableLiquibaseLicenseService
- LIQUIBASE_SCOPE_VALUES - Static variable in class org.flowable.common.engine.impl.db.LiquibaseBasedSchemaManager
- LiquibaseBasedSchemaManager - Class in org.flowable.common.engine.impl.db
- LiquibaseBasedSchemaManager(String, String, String) - Constructor for class org.flowable.common.engine.impl.db.LiquibaseBasedSchemaManager
- LiquibaseDatabaseConfiguration - Interface in org.flowable.common.engine.impl.db
-
A configuration that is used by the
LiquibaseBasedSchemaManagerto ease the access to certain database properties. - list() - Method in class org.flowable.common.engine.impl.query.AbstractNativeQuery
- list() - Method in class org.flowable.common.engine.impl.query.AbstractQuery
- LIST - Enum constant in enum class org.flowable.common.engine.impl.db.ListQueryParameterObject.ResultType
- LIST - Enum constant in enum class org.flowable.common.engine.impl.query.BaseNativeQuery.ResultType
- LIST_PAGE - Enum constant in enum class org.flowable.common.engine.impl.db.ListQueryParameterObject.ResultType
- LIST_PAGE - Enum constant in enum class org.flowable.common.engine.impl.query.BaseNativeQuery.ResultType
- ListELResolver - Class in org.flowable.common.engine.impl.javax.el
-
Defines property resolution behavior on instances of java.util.List.
- ListELResolver() - Constructor for class org.flowable.common.engine.impl.javax.el.ListELResolver
-
Creates a new read/write ListELResolver.
- ListELResolver(boolean) - Constructor for class org.flowable.common.engine.impl.javax.el.ListELResolver
-
Creates a new ListELResolver whose read-only status is determined by the given parameter.
- listener - Variable in class org.flowable.common.engine.impl.event.ExecuteEventListenerTransactionListener
- listeners - Variable in class org.flowable.common.engine.impl.scripting.CompositeScriptTraceListener
- listPage(int, int) - Method in class org.flowable.common.engine.impl.persistence.entity.TablePageQueryImpl
- listPage(int, int) - Method in class org.flowable.common.engine.impl.query.AbstractNativeQuery
- listPage(int, int) - Method in class org.flowable.common.engine.impl.query.AbstractQuery
- ListQueryParameterObject - Class in org.flowable.common.engine.impl.db
- ListQueryParameterObject() - Constructor for class org.flowable.common.engine.impl.db.ListQueryParameterObject
- ListQueryParameterObject(Object, int, int) - Constructor for class org.flowable.common.engine.impl.db.ListQueryParameterObject
- ListQueryParameterObject.OrderBy - Class in org.flowable.common.engine.impl.db
- ListQueryParameterObject.ResultType - Enum Class in org.flowable.common.engine.impl.db
- literal() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Parser
-
literal := <TRUE> | <FALSE> | <STRING> | <INTEGER> | <FLOAT> | <NULL>
- LITERAL - Enum constant in enum class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Parser.ExtensionPoint
- loadClass(ClassLoader, String) - Static method in class org.flowable.common.engine.impl.util.ReflectUtil
- loadClass(String) - Static method in class org.flowable.common.engine.impl.util.ReflectUtil
- LocalMessages - Class in org.flowable.common.engine.impl.de.odysseus.el.misc
- LocalMessages() - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.misc.LocalMessages
- localName() - Method in class org.flowable.common.engine.impl.el.function.AbstractFlowableVariableExpressionFunction
- localNames() - Method in class org.flowable.common.engine.impl.el.function.AbstractFlowableVariableExpressionFunction
- LOCK_NAME_MAX_LENGTH - Static variable in class org.flowable.common.engine.impl.lock.LockManagerImpl
- LockCmd - Class in org.flowable.common.engine.impl.cmd
- LockCmd(String, String) - Constructor for class org.flowable.common.engine.impl.cmd.LockCmd
- LockCmd(String, Duration, String) - Constructor for class org.flowable.common.engine.impl.cmd.LockCmd
- lockCommandConfig - Variable in class org.flowable.common.engine.impl.lock.LockManagerImpl
- lockForceAcquireAfter - Variable in class org.flowable.common.engine.impl.lock.LockManagerImpl
- LockManager - Interface in org.flowable.common.engine.impl.lock
- LockManagerImpl - Class in org.flowable.common.engine.impl.lock
- LockManagerImpl(CommandExecutor, String, Duration, String) - Constructor for class org.flowable.common.engine.impl.lock.LockManagerImpl
- LockManagerImpl(CommandExecutor, String, Duration, Duration, String) - Constructor for class org.flowable.common.engine.impl.lock.LockManagerImpl
- lockName - Variable in class org.flowable.common.engine.impl.cmd.GetLockValueCmd
- lockName - Variable in class org.flowable.common.engine.impl.cmd.LockCmd
- lockName - Variable in class org.flowable.common.engine.impl.cmd.ReleaseLockCmd
- lockName - Variable in class org.flowable.common.engine.impl.lock.LockManagerImpl
- lockPollRate - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
-
Duration between the checks when acquiring a lock.
- lockPollRate - Variable in class org.flowable.common.engine.impl.lock.LockManagerImpl
- log(String, String) - Static method in class org.flowable.common.engine.impl.logging.LoggingSessionLoggerOutput
- LOG_NUMBER - Static variable in class org.flowable.common.engine.impl.logging.LoggingSessionUtil
- logException() - Method in class org.flowable.common.engine.impl.interceptor.CommandContext
- logExecutionException(Throwable) - Static method in class org.flowable.common.engine.impl.test.LoggingExtension
- LOGGED_IN_USER_KEY - Static variable in class org.flowable.common.engine.impl.el.VariableContainerELResolver
- logger - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- logger - Variable in class org.flowable.common.engine.impl.AbstractServiceConfiguration
- logger - Variable in class org.flowable.common.engine.impl.async.DefaultAsyncTaskExecutor
- logger - Variable in class org.flowable.common.engine.impl.async.DefaultAsyncTaskInvoker
- logger - Variable in class org.flowable.common.engine.impl.db.AbstractSqlScriptBasedDbSchemaManager
- logger - Variable in class org.flowable.common.engine.impl.db.LiquibaseBasedSchemaManager
- LOGGER - Static variable in class org.flowable.common.engine.impl.lock.LockManagerImpl
- LOGGER - Static variable in class org.flowable.common.engine.impl.tenant.ExecuteChangeTenantIdCmd
- LOGGER - Static variable in class org.flowable.common.engine.impl.tenant.SimulateChangeTenantIdCmd
- LOGGER - Static variable in class org.flowable.common.engine.impl.util.TestClockImpl
- loggingData - Variable in class org.flowable.common.engine.impl.logging.LoggingSession
- LoggingExtension - Class in org.flowable.common.engine.impl.test
- LoggingExtension() - Constructor for class org.flowable.common.engine.impl.test.LoggingExtension
- loggingGenerated(List<ObjectNode>) - Method in interface org.flowable.common.engine.impl.logging.LoggingListener
- loggingListener - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- loggingListener - Variable in class org.flowable.common.engine.impl.logging.LoggingSession
- loggingListener - Variable in class org.flowable.common.engine.impl.logging.LoggingSessionCommandContextCloseListener
- loggingListener - Variable in class org.flowable.common.engine.impl.logging.LoggingSessionFactory
- LoggingListener - Interface in org.flowable.common.engine.impl.logging
- loggingSession - Variable in class org.flowable.common.engine.impl.logging.LoggingSessionCommandContextCloseListener
- LoggingSession - Class in org.flowable.common.engine.impl.logging
- LoggingSession(CommandContext, LoggingListener, ObjectMapper) - Constructor for class org.flowable.common.engine.impl.logging.LoggingSession
- LoggingSessionCommandContextCloseListener - Class in org.flowable.common.engine.impl.logging
- LoggingSessionCommandContextCloseListener() - Constructor for class org.flowable.common.engine.impl.logging.LoggingSessionCommandContextCloseListener
- LoggingSessionCommandContextCloseListener(LoggingSession, LoggingListener, ObjectMapper) - Constructor for class org.flowable.common.engine.impl.logging.LoggingSessionCommandContextCloseListener
- LoggingSessionConstants - Interface in org.flowable.common.engine.impl.logging
- LoggingSessionFactory - Class in org.flowable.common.engine.impl.logging
- LoggingSessionFactory() - Constructor for class org.flowable.common.engine.impl.logging.LoggingSessionFactory
- LoggingSessionLoggerOutput - Class in org.flowable.common.engine.impl.logging
- LoggingSessionLoggerOutput() - Constructor for class org.flowable.common.engine.impl.logging.LoggingSessionLoggerOutput
- LoggingSessionUtil - Class in org.flowable.common.engine.impl.logging
- LoggingSessionUtil() - Constructor for class org.flowable.common.engine.impl.logging.LoggingSessionUtil
- logicalNameToClassMapping - Variable in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- LogInterceptor - Class in org.flowable.common.engine.impl.interceptor
- LogInterceptor() - Constructor for class org.flowable.common.engine.impl.interceptor.LogInterceptor
- LogSqlExecutionTimePlugin - Class in org.flowable.common.engine.impl.db
- LogSqlExecutionTimePlugin() - Constructor for class org.flowable.common.engine.impl.db.LogSqlExecutionTimePlugin
- lookahead(int) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Parser
-
get lookahead symbol.
- lowerThan(VariableContainer, String, Object) - Static method in class org.flowable.common.engine.impl.el.function.VariableLowerThanExpressionFunction
- lowerThanOrEquals(VariableContainer, String, Object) - Static method in class org.flowable.common.engine.impl.el.function.VariableLowerThanOrEqualsExpressionFunction
- LPAREN - Enum constant in enum class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner.Symbol
- lt(TypeConverter, Object, Object) - Static method in class org.flowable.common.engine.impl.de.odysseus.el.misc.BooleanOperations
- LT - Enum constant in enum class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner.Symbol
- LT - Enum constant in enum class org.flowable.common.engine.impl.el.function.AbstractVariableComparatorExpressionFunction.OPERATOR
- LT - Static variable in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstBinary
- LTE - Enum constant in enum class org.flowable.common.engine.impl.el.function.AbstractVariableComparatorExpressionFunction.OPERATOR
- lvalue - Variable in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstProperty
M
- mailServerDefaultCharset - Variable in class org.flowable.common.engine.impl.cfg.mail.MailServerInfo
- mailServerDefaultFrom - Variable in class org.flowable.common.engine.impl.cfg.mail.MailServerInfo
- mailServerForceTo - Variable in class org.flowable.common.engine.impl.cfg.mail.MailServerInfo
- mailServerHost - Variable in class org.flowable.common.engine.impl.cfg.mail.MailServerInfo
- MailServerInfo - Class in org.flowable.common.engine.impl.cfg.mail
- MailServerInfo() - Constructor for class org.flowable.common.engine.impl.cfg.mail.MailServerInfo
- mailServerPassword - Variable in class org.flowable.common.engine.impl.cfg.mail.MailServerInfo
- mailServerPort - Variable in class org.flowable.common.engine.impl.cfg.mail.MailServerInfo
- mailServerSSLPort - Variable in class org.flowable.common.engine.impl.cfg.mail.MailServerInfo
- mailServerUsername - Variable in class org.flowable.common.engine.impl.cfg.mail.MailServerInfo
- mailServerUseSSL - Variable in class org.flowable.common.engine.impl.cfg.mail.MailServerInfo
- mailServerUseTLS - Variable in class org.flowable.common.engine.impl.cfg.mail.MailServerInfo
- main(String[]) - Static method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Builder
-
Dump out abstract syntax tree for a given expression
- mainVersion - Variable in class org.flowable.common.engine.impl.FlowableVersion
- map - Variable in class org.flowable.common.engine.impl.scripting.MapResolver
- map(Object...) - Static method in class org.flowable.common.engine.impl.util.CollectionUtil
-
Helper method to easily create a map.
- MapBusinessCalendarManager - Class in org.flowable.common.engine.impl.calendar
- MapBusinessCalendarManager() - Constructor for class org.flowable.common.engine.impl.calendar.MapBusinessCalendarManager
- MapBusinessCalendarManager(Map<String, BusinessCalendar>) - Constructor for class org.flowable.common.engine.impl.calendar.MapBusinessCalendarManager
- MapDelegateVariableContainer - Class in org.flowable.common.engine.impl.variable
-
A simple VariableContainer implementation with the ability to add transient variables in addition to a VariableContainer.
- MapDelegateVariableContainer() - Constructor for class org.flowable.common.engine.impl.variable.MapDelegateVariableContainer
- MapDelegateVariableContainer(Map<String, Object>, VariableContainer) - Constructor for class org.flowable.common.engine.impl.variable.MapDelegateVariableContainer
- MapDelegateVariableContainer(VariableContainer) - Constructor for class org.flowable.common.engine.impl.variable.MapDelegateVariableContainer
- MapELResolver - Class in org.flowable.common.engine.impl.javax.el
-
Defines property resolution behavior on instances of java.util.Map.
- MapELResolver() - Constructor for class org.flowable.common.engine.impl.javax.el.MapELResolver
-
Creates a new read/write MapELResolver.
- MapELResolver(boolean) - Constructor for class org.flowable.common.engine.impl.javax.el.MapELResolver
-
Creates a new MapELResolver whose read-only status is determined by the given parameter.
- mapOrderByToSql(ListQueryParameterObject.OrderBy) - Method in class org.flowable.common.engine.impl.db.ListQueryParameterObject
- MapResolver - Class in org.flowable.common.engine.impl.scripting
-
Simplest implementation of a
Resolverbacked by a Map. - MapResolver() - Constructor for class org.flowable.common.engine.impl.scripting.MapResolver
- MapResolver(Map<Object, Object>) - Constructor for class org.flowable.common.engine.impl.scripting.MapResolver
- mapStatement(String) - Method in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- matches(Class<?>[], Object[]) - Static method in class org.flowable.common.engine.impl.util.ReflectUtil
- matches(String) - Method in class org.flowable.common.engine.impl.FlowableVersion
- MAX_ENTRIES_IN_CLAUSE - Static variable in class org.flowable.common.engine.impl.db.AbstractDataManager
- MAX_YEAR - Static variable in class org.flowable.common.engine.impl.calendar.CronExpression
- maxLengthStringVariableType - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
-
Define a max length for storing String variable types in the database.
- maxNrOfStatementsInBulkInsert - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
-
Some databases have a limit of how many parameters one sql insert can have (eg SQL Server, 2000 params (!= insert statements) ).
- maxNrOfStatementsInBulkInsert - Variable in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- maxPoolSize - Variable in class org.flowable.common.engine.impl.async.AsyncTaskExecutorConfiguration
-
The maximum number of threads that are kept alive in the thread pool for job execution
- maxResults - Variable in class org.flowable.common.engine.impl.db.ListQueryParameterObject
- maxResults - Variable in class org.flowable.common.engine.impl.Page
- maxResults - Variable in class org.flowable.common.engine.impl.persistence.entity.TablePageQueryImpl
- maxResults - Variable in class org.flowable.common.engine.impl.query.BaseNativeQuery
- method - Variable in class org.flowable.common.engine.impl.el.function.AbstractFlowableVariableExpressionFunction
- METHOD_INVOCATIONS - Enum constant in enum class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Builder.Feature
-
Method invocations as in
${foo.bar(1)}as specified in JSR 245, maintenance release 2. - MethodExpression - Class in org.flowable.common.engine.impl.javax.el
-
An Expression that refers to a method on an object.
- MethodExpression() - Constructor for class org.flowable.common.engine.impl.javax.el.MethodExpression
- MethodInfo - Class in org.flowable.common.engine.impl.javax.el
-
Holds information about a method that a
MethodExpressionevaluated to. - MethodInfo(String, Class<?>, Class<?>[]) - Constructor for class org.flowable.common.engine.impl.javax.el.MethodInfo
-
Creates a new instance of MethodInfo with the given information.
- MethodNotFoundException - Exception in org.flowable.common.engine.impl.javax.el
-
Thrown when a method could not be found while evaluating a
MethodExpression. - MethodNotFoundException() - Constructor for exception org.flowable.common.engine.impl.javax.el.MethodNotFoundException
-
Creates a MethodNotFoundException with no detail message.
- MethodNotFoundException(String) - Constructor for exception org.flowable.common.engine.impl.javax.el.MethodNotFoundException
-
Creates a MethodNotFoundException with the provided detail message.
- MethodNotFoundException(String, Throwable) - Constructor for exception org.flowable.common.engine.impl.javax.el.MethodNotFoundException
-
Creates a MethodNotFoundException with the given detail message and root cause.
- MethodNotFoundException(Throwable) - Constructor for exception org.flowable.common.engine.impl.javax.el.MethodNotFoundException
-
Creates a MethodNotFoundException with the given root cause.
- MINUS - Enum constant in enum class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner.Symbol
- MINUTE - Static variable in class org.flowable.common.engine.impl.calendar.CronExpression
- minutes - Variable in class org.flowable.common.engine.impl.calendar.CronExpression
- mod(TypeConverter, Object, Object) - Static method in class org.flowable.common.engine.impl.de.odysseus.el.misc.NumberOperations
- MOD - Enum constant in enum class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner.Symbol
- MOD - Static variable in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstBinary
- MONTH - Static variable in class org.flowable.common.engine.impl.calendar.CronExpression
- monthMap - Static variable in class org.flowable.common.engine.impl.calendar.CronExpression
- months - Variable in class org.flowable.common.engine.impl.calendar.CronExpression
- mul(boolean) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Parser
-
mul := unary (<MUL> unary | <DIV> unary | <MOD> unary)*
- mul(TypeConverter, Object, Object) - Static method in class org.flowable.common.engine.impl.de.odysseus.el.misc.NumberOperations
- MUL - Enum constant in enum class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Parser.ExtensionPoint
- MUL - Enum constant in enum class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner.Symbol
- MUL - Static variable in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstBinary
- multipleAllowed() - Method in interface org.flowable.common.engine.impl.interceptor.CommandContextCloseListener
-
Determines if there are multiple occurrences allowed of this close listener
- multipleAllowed() - Method in class org.flowable.common.engine.impl.interceptor.TransactionCommandContextCloseListener
- multipleAllowed() - Method in class org.flowable.common.engine.impl.logging.LoggingSessionCommandContextCloseListener
- MybatisByteArrayDataManager - Class in org.flowable.common.engine.impl.persistence.entity.data.impl
- MybatisByteArrayDataManager(IdGenerator) - Constructor for class org.flowable.common.engine.impl.persistence.entity.data.impl.MybatisByteArrayDataManager
- MyBatisChangeTenantIdManager - Class in org.flowable.common.engine.impl.tenant
- MyBatisChangeTenantIdManager(CommandExecutor, String, Set<String>) - Constructor for class org.flowable.common.engine.impl.tenant.MyBatisChangeTenantIdManager
- mybatisMappingFile - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- MybatisPropertyDataManager - Class in org.flowable.common.engine.impl.persistence.entity.data.impl
- MybatisPropertyDataManager(IdGenerator) - Constructor for class org.flowable.common.engine.impl.persistence.entity.data.impl.MybatisPropertyDataManager
- MybatisTypeAliasConfigurator - Interface in org.flowable.common.engine.impl.db
-
This class configures typeAliases in
TypeAliasRegistry - MybatisTypeHandlerConfigurator - Interface in org.flowable.common.engine.impl.db
-
This class configures
TypeHandlerinTypeHandlerRegistry
N
- name - Variable in class org.flowable.common.engine.impl.db.SuspensionState.SuspensionStateImpl
- name - Variable in class org.flowable.common.engine.impl.persistence.entity.ByteArrayEntityImpl
- name - Variable in class org.flowable.common.engine.impl.persistence.entity.PropertyEntityImpl
- NAME - Static variable in class org.flowable.common.engine.impl.calendar.CycleBusinessCalendar
- NAME - Static variable in class org.flowable.common.engine.impl.calendar.DueDateBusinessCalendar
- NAME - Static variable in class org.flowable.common.engine.impl.calendar.DurationBusinessCalendar
- ne(TypeConverter, Object, Object) - Static method in class org.flowable.common.engine.impl.de.odysseus.el.misc.BooleanOperations
- NE - Enum constant in enum class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner.Symbol
- NE - Static variable in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstBinary
- nearestWeekday - Variable in class org.flowable.common.engine.impl.calendar.CronExpression
- neg(TypeConverter, Object) - Static method in class org.flowable.common.engine.impl.de.odysseus.el.misc.NumberOperations
- NEG - Static variable in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstUnary
- newInstance() - Static method in class org.flowable.common.engine.impl.javax.el.ExpressionFactory
-
Creates a new instance of a ExpressionFactory.
- newInstance(Properties) - Static method in class org.flowable.common.engine.impl.javax.el.ExpressionFactory
-
Create a new instance of a ExpressionFactory, with optional properties.
- newState - Variable in class org.flowable.common.engine.impl.callback.CallbackData
- next - Variable in class org.flowable.common.engine.impl.interceptor.AbstractCommandInterceptor
- next() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner
-
Scan next token.
- nextEval() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner
-
token inside an eval expression
- nextNumber() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner
-
number token
- nextString() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner
-
string token
- nextText() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner
-
text token
- nextToken() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner
- NO_SPEC - Static variable in class org.flowable.common.engine.impl.calendar.CronExpression
- NO_SPEC_INT - Static variable in class org.flowable.common.engine.impl.calendar.CronExpression
- NO_TENANT_ID - Static variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
-
The tenant id indicating 'no tenant'
- NO_TENANT_ID - Static variable in class org.flowable.common.engine.impl.AbstractServiceConfiguration
-
The tenant id indicating 'no tenant'
- Node - Interface in org.flowable.common.engine.impl.de.odysseus.el.tree
-
Basic node interface.
- NodePrinter - Class in org.flowable.common.engine.impl.de.odysseus.el.tree
-
Node pretty printer for debugging purposes.
- NodePrinter() - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.tree.NodePrinter
- NONE - Enum constant in enum class org.flowable.common.engine.impl.history.HistoryLevel
- nonliteral() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Parser
-
nonliteral := <IDENTIFIER> | function | <LPAREN> expr <RPAREN> function := (<IDENTIFIER> <COLON>)? <IDENTIFIER> <LPAREN> list? <RPAREN>
- NOT - Enum constant in enum class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner.Symbol
- NOT - Static variable in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstUnary
- NOT_SUPPORTED - Enum constant in enum class org.flowable.common.engine.impl.cfg.TransactionPropagation
- notEquals(VariableContainer, String, Object) - Static method in class org.flowable.common.engine.impl.el.function.VariableNotEqualsExpressionFunction
- notifyScriptTraceListener(ScriptTraceListener, ScriptTrace) - Method in class org.flowable.common.engine.impl.scripting.ScriptingEngines
- nrRetries - Variable in class org.flowable.common.engine.impl.interceptor.CrDbRetryInterceptor
- nthdayOfWeek - Variable in class org.flowable.common.engine.impl.calendar.CronExpression
- NULL - Enum constant in enum class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner.Symbol
- NULL_PROPERTIES - Enum constant in enum class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Builder.Feature
-
For some reason we don't understand, the specification does not allow to resolve
nullproperty values. - nullHandlingColumn - Variable in class org.flowable.common.engine.impl.db.ListQueryParameterObject
- nullHandlingOnOrder - Variable in class org.flowable.common.engine.impl.db.ListQueryParameterObject
- nullHandlingOnOrder - Variable in class org.flowable.common.engine.impl.db.ListQueryParameterObject.OrderBy
- NumberOperations - Class in org.flowable.common.engine.impl.de.odysseus.el.misc
-
Arithmetic Operations as specified in chapter 1.7.
- NumberOperations() - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.misc.NumberOperations
- numOfRetries - Variable in class org.flowable.common.engine.impl.interceptor.RetryInterceptor
O
- objectMapper - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- objectMapper - Variable in class org.flowable.common.engine.impl.AbstractServiceConfiguration
- objectMapper - Variable in class org.flowable.common.engine.impl.interceptor.CommandContext
- objectMapper - Variable in class org.flowable.common.engine.impl.interceptor.CommandContextInterceptor
- objectMapper - Variable in class org.flowable.common.engine.impl.logging.LoggingSession
- objectMapper - Variable in class org.flowable.common.engine.impl.logging.LoggingSessionCommandContextCloseListener
- objectMapper - Variable in class org.flowable.common.engine.impl.logging.LoggingSessionFactory
- ObjectValueExpression - Class in org.flowable.common.engine.impl.de.odysseus.el
-
Object wrapper expression.
- ObjectValueExpression(TypeConverter, Object, Class<?>) - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.ObjectValueExpression
-
Wrap an object into a value expression.
- oldState - Variable in class org.flowable.common.engine.impl.callback.CallbackData
- onEngineBuilt(Engine) - Method in class org.flowable.common.engine.impl.test.ClosingDataSource
- onEngineClosed(Engine) - Method in class org.flowable.common.engine.impl.test.ClosingDataSource
- onScriptTrace(ScriptTrace) - Method in class org.flowable.common.engine.impl.scripting.CompositeScriptTraceListener
- onScriptTrace(ScriptTrace) - Method in interface org.flowable.common.engine.impl.scripting.ScriptTraceListener
-
Called after script invocation.
- openSession(CommandContext) - Method in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- openSession(CommandContext) - Method in interface org.flowable.common.engine.impl.interceptor.SessionFactory
- openSession(CommandContext) - Method in class org.flowable.common.engine.impl.logging.LoggingSessionFactory
- openSession(CommandContext) - Method in class org.flowable.common.engine.impl.persistence.GenericManagerFactory
- openSession(CommandContext) - Method in class org.flowable.common.engine.impl.variablelistener.VariableListenerSessionFactory
- openTransactionContext(CommandContext) - Method in class org.flowable.common.engine.impl.cfg.jta.JtaTransactionContextFactory
- openTransactionContext(CommandContext) - Method in class org.flowable.common.engine.impl.cfg.standalone.StandaloneMybatisTransactionContextFactory
- openTransactionContext(CommandContext) - Method in interface org.flowable.common.engine.impl.cfg.TransactionContextFactory
- operations - Variable in class org.flowable.common.engine.impl.agenda.AbstractAgenda
- or(boolean) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Parser
-
or := and (<OR> and)*
- OR - Enum constant in enum class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Parser.ExtensionPoint
- OR - Enum constant in enum class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner.Symbol
- OR - Static variable in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstBinary
- order - Variable in class org.flowable.common.engine.impl.persistence.entity.TablePageQueryImpl
- order() - Method in interface org.flowable.common.engine.impl.interceptor.CommandContextCloseListener
-
Determines the order in which the close listeners will be executed
- order() - Method in class org.flowable.common.engine.impl.interceptor.TransactionCommandContextCloseListener
- order() - Method in class org.flowable.common.engine.impl.logging.LoggingSessionCommandContextCloseListener
- orderAsc(String) - Method in class org.flowable.common.engine.impl.persistence.entity.TablePageQueryImpl
- orderBy(QueryProperty) - Method in class org.flowable.common.engine.impl.query.AbstractQuery
- orderBy(QueryProperty, Query.NullHandlingOnOrder) - Method in class org.flowable.common.engine.impl.query.AbstractQuery
- OrderBy(String, String, Query.NullHandlingOnOrder) - Constructor for class org.flowable.common.engine.impl.db.ListQueryParameterObject.OrderBy
- orderByCollection - Variable in class org.flowable.common.engine.impl.db.ListQueryParameterObject
- orderDesc(String) - Method in class org.flowable.common.engine.impl.persistence.entity.TablePageQueryImpl
- orderProperty - Variable in class org.flowable.common.engine.impl.db.ListQueryParameterObject
- org.flowable.common.engine.impl - package org.flowable.common.engine.impl
- org.flowable.common.engine.impl.agenda - package org.flowable.common.engine.impl.agenda
- org.flowable.common.engine.impl.assignment - package org.flowable.common.engine.impl.assignment
- org.flowable.common.engine.impl.async - package org.flowable.common.engine.impl.async
- org.flowable.common.engine.impl.calendar - package org.flowable.common.engine.impl.calendar
- org.flowable.common.engine.impl.callback - package org.flowable.common.engine.impl.callback
- org.flowable.common.engine.impl.cfg - package org.flowable.common.engine.impl.cfg
- org.flowable.common.engine.impl.cfg.jta - package org.flowable.common.engine.impl.cfg.jta
- org.flowable.common.engine.impl.cfg.mail - package org.flowable.common.engine.impl.cfg.mail
- org.flowable.common.engine.impl.cfg.multitenant - package org.flowable.common.engine.impl.cfg.multitenant
- org.flowable.common.engine.impl.cfg.standalone - package org.flowable.common.engine.impl.cfg.standalone
- org.flowable.common.engine.impl.cmd - package org.flowable.common.engine.impl.cmd
- org.flowable.common.engine.impl.context - package org.flowable.common.engine.impl.context
- org.flowable.common.engine.impl.db - package org.flowable.common.engine.impl.db
- org.flowable.common.engine.impl.de.odysseus.el - package org.flowable.common.engine.impl.de.odysseus.el
- org.flowable.common.engine.impl.de.odysseus.el.misc - package org.flowable.common.engine.impl.de.odysseus.el.misc
- org.flowable.common.engine.impl.de.odysseus.el.tree - package org.flowable.common.engine.impl.de.odysseus.el.tree
- org.flowable.common.engine.impl.de.odysseus.el.tree.impl - package org.flowable.common.engine.impl.de.odysseus.el.tree.impl
- org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast - package org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast
- org.flowable.common.engine.impl.de.odysseus.el.util - package org.flowable.common.engine.impl.de.odysseus.el.util
- org.flowable.common.engine.impl.el - package org.flowable.common.engine.impl.el
- org.flowable.common.engine.impl.el.function - package org.flowable.common.engine.impl.el.function
- org.flowable.common.engine.impl.event - package org.flowable.common.engine.impl.event
- org.flowable.common.engine.impl.history - package org.flowable.common.engine.impl.history
- org.flowable.common.engine.impl.identity - package org.flowable.common.engine.impl.identity
- org.flowable.common.engine.impl.interceptor - package org.flowable.common.engine.impl.interceptor
- org.flowable.common.engine.impl.javax.el - package org.flowable.common.engine.impl.javax.el
- org.flowable.common.engine.impl.lock - package org.flowable.common.engine.impl.lock
- org.flowable.common.engine.impl.logging - package org.flowable.common.engine.impl.logging
- org.flowable.common.engine.impl.persistence - package org.flowable.common.engine.impl.persistence
- org.flowable.common.engine.impl.persistence.cache - package org.flowable.common.engine.impl.persistence.cache
- org.flowable.common.engine.impl.persistence.deploy - package org.flowable.common.engine.impl.persistence.deploy
- org.flowable.common.engine.impl.persistence.entity - package org.flowable.common.engine.impl.persistence.entity
- org.flowable.common.engine.impl.persistence.entity.data - package org.flowable.common.engine.impl.persistence.entity.data
- org.flowable.common.engine.impl.persistence.entity.data.impl - package org.flowable.common.engine.impl.persistence.entity.data.impl
- org.flowable.common.engine.impl.query - package org.flowable.common.engine.impl.query
- org.flowable.common.engine.impl.runtime - package org.flowable.common.engine.impl.runtime
- org.flowable.common.engine.impl.scripting - package org.flowable.common.engine.impl.scripting
- org.flowable.common.engine.impl.service - package org.flowable.common.engine.impl.service
- org.flowable.common.engine.impl.tenant - package org.flowable.common.engine.impl.tenant
- org.flowable.common.engine.impl.test - package org.flowable.common.engine.impl.test
- org.flowable.common.engine.impl.transaction - package org.flowable.common.engine.impl.transaction
- org.flowable.common.engine.impl.util - package org.flowable.common.engine.impl.util
- org.flowable.common.engine.impl.util.io - package org.flowable.common.engine.impl.util.io
- org.flowable.common.engine.impl.variable - package org.flowable.common.engine.impl.variable
- org.flowable.common.engine.impl.variablelistener - package org.flowable.common.engine.impl.variablelistener
- originalPersistentState - Variable in class org.flowable.common.engine.impl.persistence.cache.CachedEntity
-
Represents the 'persistence state' at the moment this
CachedEntityinstance was created. - originalPersistentState - Variable in class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
- originalPersistentState - Variable in class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
P
- Page - Class in org.flowable.common.engine.impl
-
holds the parameters of a page (partial result) for a query.
- Page(int, int) - Constructor for class org.flowable.common.engine.impl.Page
- parameter - Variable in class org.flowable.common.engine.impl.db.BulkDeleteOperation
- parameter - Variable in class org.flowable.common.engine.impl.db.ListQueryParameterObject
- parameter(String, Object) - Method in class org.flowable.common.engine.impl.query.AbstractNativeQuery
- parameter(String, Object) - Method in class org.flowable.common.engine.impl.query.BaseNativeQuery
- parameters - Variable in class org.flowable.common.engine.impl.query.BaseNativeQuery
- params() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Parser
-
params := <LPAREN> (expr (<COMMA> expr)*)? <RPAREN>
- parseCustomMybatisXMLMappers(Configuration) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- parseDate(String) - Method in class org.flowable.common.engine.impl.calendar.DurationHelper
- parseDependentEngineMybatisXMLMappers(Configuration) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- parseEngineConfiguration(Resource, String) - Static method in class org.flowable.common.engine.impl.cfg.BeansConfigurationHelper
- parseEngineConfigurationFromInputStream(InputStream, String) - Static method in class org.flowable.common.engine.impl.cfg.BeansConfigurationHelper
- parseEngineConfigurationFromResource(String, String) - Static method in class org.flowable.common.engine.impl.cfg.BeansConfigurationHelper
- ParseException(int, String, String) - Constructor for exception org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Parser.ParseException
- parseFloat(String) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Parser
-
Parse a floating point literal.
- parseInteger(String) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Parser
-
Parse an integer literal.
- parseMybatisConfiguration(XMLConfigBuilder) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- parseMybatisXmlMapping(Configuration, String) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- parsePeriod(String) - Method in class org.flowable.common.engine.impl.calendar.DurationHelper
- Parser - Class in org.flowable.common.engine.impl.de.odysseus.el.tree.impl
-
Handcrafted top-down parser.
- Parser(Builder, String) - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Parser
- Parser.ExtensionHandler - Class in org.flowable.common.engine.impl.de.odysseus.el.tree.impl
-
Provide limited support for syntax extensions.
- Parser.ExtensionPoint - Enum Class in org.flowable.common.engine.impl.de.odysseus.el.tree.impl
- Parser.ParseException - Exception in org.flowable.common.engine.impl.de.odysseus.el.tree.impl
-
Parse exception type
- parsingElContext - Variable in class org.flowable.common.engine.impl.el.DefaultExpressionManager
- ParsingElContext - Class in org.flowable.common.engine.impl.el
-
Simple implementation of the
ELContextused during parsings. - ParsingElContext(FlowableFunctionResolver) - Constructor for class org.flowable.common.engine.impl.el.ParsingElContext
- partition(Collection<T>, int) - Static method in class org.flowable.common.engine.impl.util.CollectionUtil
- pathToEngineDbProperties() - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- planFutureOperation(CompletableFuture<V>, BiConsumer<V, Throwable>) - Method in class org.flowable.common.engine.impl.agenda.AbstractAgenda
- planFutureOperation(CompletableFuture<V>, BiConsumer<V, Throwable>) - Method in interface org.flowable.common.engine.impl.agenda.Agenda
-
Plan an operation for a future execution
- planOperation(Runnable) - Method in class org.flowable.common.engine.impl.agenda.AbstractAgenda
-
Generic method to plan a
Runnable. - planOperation(Runnable) - Method in interface org.flowable.common.engine.impl.agenda.Agenda
-
Plan operation for execution
- plugin(Object) - Method in class org.flowable.common.engine.impl.db.LogSqlExecutionTimePlugin
- PLUS - Enum constant in enum class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner.Symbol
- popEngineCfgStack() - Method in class org.flowable.common.engine.impl.interceptor.CommandContext
- postDefaultResolvers - Variable in class org.flowable.common.engine.impl.el.DefaultExpressionManager
- preBeanResolvers - Variable in class org.flowable.common.engine.impl.el.DefaultExpressionManager
- preDefaultResolvers - Variable in class org.flowable.common.engine.impl.el.DefaultExpressionManager
- prefix - Variable in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstProperty
- prefix() - Method in class org.flowable.common.engine.impl.el.function.AbstractFlowableVariableExpressionFunction
- prefixes() - Method in class org.flowable.common.engine.impl.el.function.AbstractFlowableVariableExpressionFunction
- prependDatabaseTablePrefix(String) - Method in class org.flowable.common.engine.impl.db.AbstractSqlScriptBasedDbSchemaManager
- PREVIOUS_TIME - Static variable in class org.flowable.common.engine.impl.util.TestClockImpl
- printLogNodes(List<ObjectNode>) - Static method in class org.flowable.common.engine.impl.logging.LoggingSessionLoggerOutput
- printLogNodes(List<ObjectNode>, String) - Static method in class org.flowable.common.engine.impl.logging.LoggingSessionLoggerOutput
- PRIORITY_ENGINE_CMMN - Static variable in interface org.flowable.common.engine.impl.interceptor.EngineConfigurationConstants
- PRIORITY_ENGINE_CONTENT - Static variable in interface org.flowable.common.engine.impl.interceptor.EngineConfigurationConstants
- PRIORITY_ENGINE_DMN - Static variable in interface org.flowable.common.engine.impl.interceptor.EngineConfigurationConstants
- PRIORITY_ENGINE_EVENT_REGISTRY - Static variable in interface org.flowable.common.engine.impl.interceptor.EngineConfigurationConstants
- PRIORITY_ENGINE_FORM - Static variable in interface org.flowable.common.engine.impl.interceptor.EngineConfigurationConstants
- PRIORITY_ENGINE_IDM - Static variable in interface org.flowable.common.engine.impl.interceptor.EngineConfigurationConstants
- PRIORITY_ENGINE_PROCESS - Static variable in interface org.flowable.common.engine.impl.interceptor.EngineConfigurationConstants
- PRODUCT_NAME_CRDB - Static variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- PRODUCT_NAME_POSTGRES - Static variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- PROP_CACHE_SIZE - Static variable in class org.flowable.common.engine.impl.de.odysseus.el.ExpressionFactoryImpl
-
javax.el.cacheSize - PROP_IGNORE_RETURN_TYPE - Static variable in class org.flowable.common.engine.impl.de.odysseus.el.ExpressionFactoryImpl
-
javax.el.ignoreReturnType - PROP_METHOD_INVOCATIONS - Static variable in class org.flowable.common.engine.impl.de.odysseus.el.ExpressionFactoryImpl
-
javax.el.methodInvocations - PROP_NULL_PROPERTIES - Static variable in class org.flowable.common.engine.impl.de.odysseus.el.ExpressionFactoryImpl
-
javax.el.nullProperties - PROP_VAR_ARGS - Static variable in class org.flowable.common.engine.impl.de.odysseus.el.ExpressionFactoryImpl
-
javax.el.varArgs - properties() - Method in class org.flowable.common.engine.impl.de.odysseus.el.util.RootPropertyResolver
-
Get properties
- property - Variable in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstBracket
- property - Variable in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstDot
- PROPERTY_TABLE - Static variable in class org.flowable.common.engine.impl.db.AbstractSqlScriptBasedDbSchemaManager
- propertyDataManager - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- PropertyDataManager - Interface in org.flowable.common.engine.impl.persistence.entity.data
- PropertyEntity - Interface in org.flowable.common.engine.impl.persistence.entity
- PropertyEntityImpl - Class in org.flowable.common.engine.impl.persistence.entity
- PropertyEntityImpl() - Constructor for class org.flowable.common.engine.impl.persistence.entity.PropertyEntityImpl
- propertyEntityManager - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- PropertyEntityManager - Interface in org.flowable.common.engine.impl.persistence.entity
- PropertyEntityManagerImpl - Class in org.flowable.common.engine.impl.persistence.entity
- PropertyEntityManagerImpl(AbstractEngineConfiguration, PropertyDataManager) - Constructor for class org.flowable.common.engine.impl.persistence.entity.PropertyEntityManagerImpl
- PropertyNotFoundException - Exception in org.flowable.common.engine.impl.javax.el
-
Thrown when a property could not be found while evaluating a
ValueExpressionorMethodExpression. - PropertyNotFoundException() - Constructor for exception org.flowable.common.engine.impl.javax.el.PropertyNotFoundException
-
Creates a PropertyNotFoundException with no detail message.
- PropertyNotFoundException(String) - Constructor for exception org.flowable.common.engine.impl.javax.el.PropertyNotFoundException
-
Creates a PropertyNotFoundException with the provided detail message.
- PropertyNotFoundException(String, Throwable) - Constructor for exception org.flowable.common.engine.impl.javax.el.PropertyNotFoundException
-
Creates a PropertyNotFoundException with the given detail message and root cause.
- PropertyNotFoundException(Throwable) - Constructor for exception org.flowable.common.engine.impl.javax.el.PropertyNotFoundException
-
Creates a PropertyNotFoundException with the given root cause.
- PropertyNotWritableException - Exception in org.flowable.common.engine.impl.javax.el
-
Thrown when a property could not be written to while setting the value on a
ValueExpression. - PropertyNotWritableException() - Constructor for exception org.flowable.common.engine.impl.javax.el.PropertyNotWritableException
-
Creates a PropertyNotWritableException with no detail message.
- PropertyNotWritableException(String) - Constructor for exception org.flowable.common.engine.impl.javax.el.PropertyNotWritableException
-
Creates a PropertyNotWritableException with the provided detail message.
- PropertyNotWritableException(String, Throwable) - Constructor for exception org.flowable.common.engine.impl.javax.el.PropertyNotWritableException
-
Creates a PropertyNotWritableException with the given detail message and root cause.
- PropertyNotWritableException(Throwable) - Constructor for exception org.flowable.common.engine.impl.javax.el.PropertyNotWritableException
-
Creates a PropertyNotWritableException with the given root cause.
- pushEngineCfgToStack(String) - Method in class org.flowable.common.engine.impl.interceptor.CommandContext
- put(Object, Object) - Method in class org.flowable.common.engine.impl.cfg.SpringBeanFactoryProxyMap
- put(Object, Object) - Method in class org.flowable.common.engine.impl.scripting.MapResolver
- put(String, Object) - Method in class org.flowable.common.engine.impl.scripting.ScriptBindings
- put(String, Tree) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Cache
- put(String, Tree) - Method in interface org.flowable.common.engine.impl.de.odysseus.el.tree.TreeCache
-
Cache tree
- put(Entity, boolean) - Method in interface org.flowable.common.engine.impl.persistence.cache.EntityCache
-
Adds the gives
Entityto the cache. - put(Entity, boolean) - Method in class org.flowable.common.engine.impl.persistence.cache.EntityCacheImpl
- putAll(Map<? extends Object, ? extends Object>) - Method in class org.flowable.common.engine.impl.cfg.SpringBeanFactoryProxyMap
- putAll(Map<? extends String, ? extends Object>) - Method in class org.flowable.common.engine.impl.scripting.ScriptBindings
- putContext(Class<?>, Object) - Method in class org.flowable.common.engine.impl.javax.el.ELContext
-
Associates a context object with this ELContext.
- putExtensionHandler(Scanner.ExtensionToken, Parser.ExtensionHandler) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Parser
Q
- queryWithRawParameter(String, CacheAwareQuery, Class, boolean) - Method in class org.flowable.common.engine.impl.db.DbSqlSession
- queryWithRawParameterNoCacheLoadAndStore(String, CacheAwareQuery, Class) - Method in class org.flowable.common.engine.impl.db.DbSqlSession
- QUESTION - Enum constant in enum class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner.Symbol
- queueSize - Variable in class org.flowable.common.engine.impl.async.AsyncTaskExecutorConfiguration
-
The size of the queue on which jobs to be executed are placed
R
- RBRACK - Enum constant in enum class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner.Symbol
- READ - Enum constant in enum class org.flowable.common.engine.impl.el.EvaluationState
-
Read evaluation via
Expression.getValue(VariableContainer - readFileAsString(String) - Static method in class org.flowable.common.engine.impl.util.IoUtil
- readInputStream(InputStream, String) - Static method in class org.flowable.common.engine.impl.util.IoUtil
- readMethodName - Variable in class org.flowable.common.engine.impl.el.DynamicBeanPropertyELResolver
- readNextTrimmedLine(BufferedReader) - Method in class org.flowable.common.engine.impl.db.AbstractSqlScriptBasedDbSchemaManager
- readOnly - Variable in class org.flowable.common.engine.impl.el.DynamicBeanPropertyELResolver
- ReadOnlyMapELResolver - Class in org.flowable.common.engine.impl.el
-
An
ELResolverthat exposed object values in the map, under the name of the entry's key. - ReadOnlyMapELResolver(Map<Object, Object>) - Constructor for class org.flowable.common.engine.impl.el.ReadOnlyMapELResolver
- ReflectUtil - Class in org.flowable.common.engine.impl.util
- ReflectUtil() - Constructor for class org.flowable.common.engine.impl.util.ReflectUtil
- registerCustomDeployers(AbstractEngineConfiguration) - Method in class org.flowable.common.engine.impl.AbstractEngineConfigurator
- registerCustomMybatisMappings(AbstractEngineConfiguration) - Method in class org.flowable.common.engine.impl.AbstractEngineConfigurator
- rejectedExecutionHandler - Variable in class org.flowable.common.engine.impl.async.DefaultAsyncTaskExecutor
- releaseAndDeleteLock() - Method in interface org.flowable.common.engine.impl.lock.LockManager
-
Release the lock and delete the resources for the lock if needed.
- releaseAndDeleteLock() - Method in class org.flowable.common.engine.impl.lock.LockManagerImpl
- releaseLock() - Method in interface org.flowable.common.engine.impl.lock.LockManager
-
Release the lock.
- releaseLock() - Method in class org.flowable.common.engine.impl.lock.LockManagerImpl
- ReleaseLockCmd - Class in org.flowable.common.engine.impl.cmd
- ReleaseLockCmd(String, String, boolean) - Constructor for class org.flowable.common.engine.impl.cmd.ReleaseLockCmd
- remove(Object) - Method in class org.flowable.common.engine.impl.cfg.SpringBeanFactoryProxyMap
- remove(Object) - Method in class org.flowable.common.engine.impl.scripting.ScriptBindings
- remove(String) - Method in class org.flowable.common.engine.impl.persistence.deploy.DefaultDeploymentCache
- remove(String) - Method in interface org.flowable.common.engine.impl.persistence.deploy.DeploymentCache
- remove(String) - Method in class org.flowable.common.engine.impl.persistence.deploy.FullDeploymentCache
- removeAttribute(String) - Method in class org.flowable.common.engine.impl.interceptor.CommandContext
- removeCommandContext() - Static method in class org.flowable.common.engine.impl.context.Context
- removeDataSource(Object) - Method in class org.flowable.common.engine.impl.cfg.multitenant.TenantAwareDataSource
- removeEventListener(FlowableEventListener) - Method in class org.flowable.common.engine.impl.event.FlowableEventDispatcherImpl
- removeEventListener(FlowableEventListener) - Method in class org.flowable.common.engine.impl.event.FlowableEventSupport
- removeTransactionContext() - Static method in class org.flowable.common.engine.impl.context.Context
- removeTransactionContext() - Static method in class org.flowable.common.engine.impl.transaction.TransactionContextHolder
- removeTransientVariable(String) - Method in class org.flowable.common.engine.impl.variable.MapDelegateVariableContainer
- removeUnnecessaryOperations() - Method in class org.flowable.common.engine.impl.db.DbSqlSession
-
Clears all deleted and inserted objects from the cache, and removes inserts and deletes that cancel each other.
- request - Variable in class org.flowable.common.engine.impl.scripting.DefaultScriptTrace
- REQUIRED - Enum constant in enum class org.flowable.common.engine.impl.cfg.TransactionPropagation
- REQUIRES_NEW - Enum constant in enum class org.flowable.common.engine.impl.cfg.TransactionPropagation
- reset() - Method in interface org.flowable.common.engine.impl.runtime.Clock
- reset() - Method in class org.flowable.common.engine.impl.util.DefaultClockImpl
- resetException() - Method in class org.flowable.common.engine.impl.interceptor.CommandContext
- RESOLVABLE_AT_DESIGN_TIME - Static variable in class org.flowable.common.engine.impl.javax.el.ELResolver
-
The attribute name of the named attribute in the FeatureDescriptor that specifies whether the variable or property can be resolved at runtime.
- resolve(String, ClockReader, TimeZone) - Method in interface org.flowable.common.engine.impl.calendar.AdvancedSchedulerResolver
-
Resolves a due date using the specified time zone (if supported)
- resolve(String, ClockReader, TimeZone) - Method in class org.flowable.common.engine.impl.calendar.AdvancedSchedulerResolverWithoutTimeZone
- resolve(String, ClockReader, TimeZone) - Method in class org.flowable.common.engine.impl.calendar.AdvancedSchedulerResolverWithTimeZone
- resolveDuedate(String) - Method in interface org.flowable.common.engine.impl.calendar.BusinessCalendar
- resolveDuedate(String) - Method in class org.flowable.common.engine.impl.calendar.BusinessCalendarImpl
- resolveDuedate(String) - Method in class org.flowable.common.engine.impl.calendar.DefaultBusinessCalendar
- resolveDuedate(String, int) - Method in class org.flowable.common.engine.impl.calendar.AdvancedCycleBusinessCalendar
- resolveDuedate(String, int) - Method in interface org.flowable.common.engine.impl.calendar.BusinessCalendar
- resolveDuedate(String, int) - Method in class org.flowable.common.engine.impl.calendar.BusinessCalendarImpl
- resolveDuedate(String, int) - Method in class org.flowable.common.engine.impl.calendar.CycleBusinessCalendar
- resolveDuedate(String, int) - Method in class org.flowable.common.engine.impl.calendar.DefaultBusinessCalendar
- resolveDuedate(String, int) - Method in class org.flowable.common.engine.impl.calendar.DueDateBusinessCalendar
- resolveDuedate(String, int) - Method in class org.flowable.common.engine.impl.calendar.DurationBusinessCalendar
- resolveEndDate(String) - Method in interface org.flowable.common.engine.impl.calendar.BusinessCalendar
- resolveEndDate(String) - Method in class org.flowable.common.engine.impl.calendar.BusinessCalendarImpl
- resolveEndDate(String) - Method in class org.flowable.common.engine.impl.calendar.DefaultBusinessCalendar
- resolveExpressionFactory() - Static method in class org.flowable.common.engine.impl.el.ExpressionFactoryResolver
- resolveFunction(String, String) - Method in class org.flowable.common.engine.impl.el.FlowableFunctionMapper
- resolveFunction(String, String) - Method in interface org.flowable.common.engine.impl.el.FlowableFunctionResolver
- resolveFunction(String, String) - Method in class org.flowable.common.engine.impl.el.FunctionDelegatesFlowableFunctionResolver
- resolveFunction(String, String) - Method in class org.flowable.common.engine.impl.javax.el.FunctionMapper
-
Resolves the specified prefix and local name into a java.lang.Method.
- resolveFunction(FlowableFunctionDelegate) - Method in class org.flowable.common.engine.impl.el.FunctionDelegatesFlowableFunctionResolver
- resolveGetValueExpression(ELContext) - Method in class org.flowable.common.engine.impl.el.JuelExpression
- Resolver - Interface in org.flowable.common.engine.impl.scripting
- resolverFactories - Variable in class org.flowable.common.engine.impl.scripting.ScriptBindingsFactory
- ResolverFactory - Interface in org.flowable.common.engine.impl.scripting
- resolveSetValueExpression(Object, ELContext) - Method in class org.flowable.common.engine.impl.el.JuelExpression
- resolveVariable(String) - Method in class org.flowable.common.engine.impl.javax.el.VariableMapper
-
Resolves the specified variable name to a ValueExpression.
- ResourceBundleELResolver - Class in org.flowable.common.engine.impl.javax.el
-
Defines property resolution behavior on instances of java.util.ResourceBundle.
- ResourceBundleELResolver() - Constructor for class org.flowable.common.engine.impl.javax.el.ResourceBundleELResolver
- result - Variable in class org.flowable.common.engine.impl.scripting.ScriptEvaluationImpl
- resultStack - Variable in class org.flowable.common.engine.impl.interceptor.CommandContext
- resultType - Variable in class org.flowable.common.engine.impl.db.ListQueryParameterObject
- resultType - Variable in class org.flowable.common.engine.impl.query.BaseNativeQuery
- resultVariable - Variable in class org.flowable.common.engine.impl.scripting.AbstractScriptEvaluator
-
The name of the result variable to store the result of the script evaluation in the variableScope.
- rethrowExceptionIfNeeded() - Method in class org.flowable.common.engine.impl.interceptor.CommandContext
- RetryInterceptor - Class in org.flowable.common.engine.impl.interceptor
-
Intercepts
FlowableOptimisticLockingExceptionand tries to run the same command again. - RetryInterceptor() - Constructor for class org.flowable.common.engine.impl.interceptor.RetryInterceptor
- reused - Variable in class org.flowable.common.engine.impl.interceptor.CommandContext
- revision - Variable in class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
- rollback() - Method in class org.flowable.common.engine.impl.cfg.jta.JtaTransactionContext
- rollback() - Method in class org.flowable.common.engine.impl.cfg.standalone.StandaloneMybatisTransactionContext
- rollback() - Method in interface org.flowable.common.engine.impl.cfg.TransactionContext
- rollback() - Method in class org.flowable.common.engine.impl.db.DbSqlSession
- ROLLED_BACK - Enum constant in enum class org.flowable.common.engine.impl.cfg.TransactionState
- ROLLINGBACK - Enum constant in enum class org.flowable.common.engine.impl.cfg.TransactionState
- RootPropertyResolver - Class in org.flowable.common.engine.impl.de.odysseus.el.util
-
Simple root property resolver implementation.
- RootPropertyResolver() - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.util.RootPropertyResolver
-
Create a read/write root property resolver
- RootPropertyResolver(boolean) - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.util.RootPropertyResolver
-
Create a root property resolver
- RPAREN - Enum constant in enum class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner.Symbol
- run() - Method in class org.flowable.common.engine.impl.agenda.ExecuteFutureActionOperation
- run() - Method in class org.flowable.common.engine.impl.agenda.WaitForAnyFutureToFinishOperation
- runForLiquibase(Runnable) - Method in class org.flowable.common.engine.impl.db.LiquibaseBasedSchemaManager
- RuntimeInstanceStateChangeCallback - Interface in org.flowable.common.engine.impl.callback
S
- ScanException(int, String, String) - Constructor for exception org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner.ScanException
- scanner - Variable in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Parser
- Scanner - Class in org.flowable.common.engine.impl.de.odysseus.el.tree.impl
-
Handcrafted scanner.
- Scanner(String) - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner
-
Constructor.
- Scanner.ExtensionToken - Class in org.flowable.common.engine.impl.de.odysseus.el.tree.impl
- Scanner.ScanException - Exception in org.flowable.common.engine.impl.de.odysseus.el.tree.impl
-
Scan exception type
- Scanner.Symbol - Enum Class in org.flowable.common.engine.impl.de.odysseus.el.tree.impl
-
Symbol type
- Scanner.Token - Class in org.flowable.common.engine.impl.de.odysseus.el.tree.impl
- SCHEMA_VERSION_PROPERTY - Static variable in class org.flowable.common.engine.impl.db.AbstractSqlScriptBasedDbSchemaManager
- schemaCheckVersion() - Method in class org.flowable.common.engine.impl.db.LiquibaseBasedSchemaManager
- schemaCheckVersion() - Method in interface org.flowable.common.engine.impl.db.SchemaManager
- schemaCheckVersion() - Method in class org.flowable.common.engine.impl.db.ServiceSqlScriptBasedDbSchemaManager
- schemaCommandConfig - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- schemaComponent - Variable in class org.flowable.common.engine.impl.db.ServiceSqlScriptBasedDbSchemaManager
- schemaComponentHistory - Variable in class org.flowable.common.engine.impl.db.ServiceSqlScriptBasedDbSchemaManager
- schemaCreate() - Method in class org.flowable.common.engine.impl.db.LiquibaseBasedSchemaManager
- schemaCreate() - Method in interface org.flowable.common.engine.impl.db.SchemaManager
- schemaCreate() - Method in class org.flowable.common.engine.impl.db.ServiceSqlScriptBasedDbSchemaManager
- schemaDrop() - Method in class org.flowable.common.engine.impl.db.LiquibaseBasedSchemaManager
- schemaDrop() - Method in interface org.flowable.common.engine.impl.db.SchemaManager
- schemaDrop() - Method in class org.flowable.common.engine.impl.db.ServiceSqlScriptBasedDbSchemaManager
- schemaLockWaitTime - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
-
Duration to wait for the DB Schema lock before giving up.
- schemaManagementCmd - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- schemaManager - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- SchemaManager - Interface in org.flowable.common.engine.impl.db
- schemaUpdate() - Method in class org.flowable.common.engine.impl.db.LiquibaseBasedSchemaManager
- schemaUpdate() - Method in interface org.flowable.common.engine.impl.db.SchemaManager
- schemaUpdate() - Method in class org.flowable.common.engine.impl.db.ServiceSqlScriptBasedDbSchemaManager
- schemaUpdate(String) - Method in interface org.flowable.common.engine.impl.db.SchemaManager
- schemaUpdate(String) - Method in class org.flowable.common.engine.impl.db.ServiceSqlScriptBasedDbSchemaManager
- schemaVersionProperty - Variable in class org.flowable.common.engine.impl.db.ServiceSqlScriptBasedDbSchemaManager
- scopeDefinitionId - Variable in class org.flowable.common.engine.impl.event.FlowableEngineEventImpl
- scopeDefinitionId - Variable in class org.flowable.common.engine.impl.variablelistener.VariableListenerSessionData
- scopeId - Variable in class org.flowable.common.engine.impl.event.FlowableEngineEventImpl
- scopeId - Variable in class org.flowable.common.engine.impl.variablelistener.VariableListenerSessionData
- scopeType - Variable in class org.flowable.common.engine.impl.el.VariableContainerWrapper
- scopeType - Variable in class org.flowable.common.engine.impl.event.FlowableEngineEventImpl
- scopeType - Variable in class org.flowable.common.engine.impl.variablelistener.VariableListenerSessionData
- script - Variable in class org.flowable.common.engine.impl.scripting.AbstractScriptEvaluator
-
The actual payload of the script in the given language.
- script - Variable in class org.flowable.common.engine.impl.scripting.ScriptEngineRequest.Builder
- script - Variable in class org.flowable.common.engine.impl.scripting.ScriptEngineRequest
- script(String) - Method in class org.flowable.common.engine.impl.scripting.ScriptEngineRequest.Builder
-
The script content for the given language.
- ScriptBindings - Class in org.flowable.common.engine.impl.scripting
- ScriptBindings(List<Resolver>, VariableContainer) - Constructor for class org.flowable.common.engine.impl.scripting.ScriptBindings
- ScriptBindings(List<Resolver>, VariableContainer, boolean) - Constructor for class org.flowable.common.engine.impl.scripting.ScriptBindings
- scriptBindingsFactory - Variable in class org.flowable.common.engine.impl.scripting.ScriptingEngines
- ScriptBindingsFactory - Class in org.flowable.common.engine.impl.scripting
- ScriptBindingsFactory(AbstractEngineConfiguration, List<ResolverFactory>) - Constructor for class org.flowable.common.engine.impl.scripting.ScriptBindingsFactory
- ScriptEngineRequest - Class in org.flowable.common.engine.impl.scripting
-
Request to execute a script in the scripting environment.
- ScriptEngineRequest.Builder - Class in org.flowable.common.engine.impl.scripting
-
Builder for
ScriptEngineRequest. - scriptErrorListener - Variable in class org.flowable.common.engine.impl.scripting.ScriptingEngines
- ScriptEvaluation - Interface in org.flowable.common.engine.impl.scripting
- ScriptEvaluationImpl - Class in org.flowable.common.engine.impl.scripting
- ScriptEvaluationImpl(Bindings, Object) - Constructor for class org.flowable.common.engine.impl.scripting.ScriptEvaluationImpl
- ScriptingEngineAwareEngineConfiguration - Interface in org.flowable.common.engine.impl
-
Interface that could be implemented by EngineConfiguration to access ScriptingEngines.
- ScriptingEngines - Class in org.flowable.common.engine.impl.scripting
-
Manages and provides access to JSR-223
ScriptEngines. - ScriptingEngines(ScriptEngineManager) - Constructor for class org.flowable.common.engine.impl.scripting.ScriptingEngines
- ScriptingEngines(ScriptBindingsFactory) - Constructor for class org.flowable.common.engine.impl.scripting.ScriptingEngines
- scriptResolvers - Variable in class org.flowable.common.engine.impl.scripting.ScriptBindings
- scriptSuccessListener - Variable in class org.flowable.common.engine.impl.scripting.ScriptingEngines
- ScriptTrace - Interface in org.flowable.common.engine.impl.scripting
-
Captures meta information about a script invocation, like the start time, the duration of the script execution, tags, whether it ended with an exception, etc.
- ScriptTraceEnhancer - Interface in org.flowable.common.engine.impl.scripting
-
Functional interface to enhance
ScriptTraceEnhancer.ScriptTraceContextinformation with metadata - ScriptTraceEnhancer.ScriptTraceContext - Interface in org.flowable.common.engine.impl.scripting
-
Allows enhancing of
ScriptTraceswith additional meta information. - ScriptTraceListener - Interface in org.flowable.common.engine.impl.scripting
-
Listener interface notified after script invocations.
- SECOND - Static variable in class org.flowable.common.engine.impl.calendar.CronExpression
- seconds - Variable in class org.flowable.common.engine.impl.calendar.CronExpression
- selectById(Class<T>, String) - Method in class org.flowable.common.engine.impl.db.DbSqlSession
- selectById(Class<T>, String, boolean) - Method in class org.flowable.common.engine.impl.db.DbSqlSession
- selectList(String) - Method in class org.flowable.common.engine.impl.db.DbSqlSession
- selectList(String, Object) - Method in class org.flowable.common.engine.impl.db.DbSqlSession
- selectList(String, Object, int, int) - Method in class org.flowable.common.engine.impl.db.DbSqlSession
- selectList(String, Object, Page) - Method in class org.flowable.common.engine.impl.db.DbSqlSession
- selectList(String, ListQueryParameterObject) - Method in class org.flowable.common.engine.impl.db.DbSqlSession
- selectList(String, ListQueryParameterObject, Class) - Method in class org.flowable.common.engine.impl.db.DbSqlSession
- selectListNoCacheLoadAndStore(String, Object) - Method in class org.flowable.common.engine.impl.db.DbSqlSession
- selectListNoCacheLoadAndStore(String, ListQueryParameterObject) - Method in class org.flowable.common.engine.impl.db.DbSqlSession
- selectListNoCacheLoadAndStore(String, ListQueryParameterObject, Class) - Method in class org.flowable.common.engine.impl.db.DbSqlSession
- selectListWithRawParameter(String, Object) - Method in class org.flowable.common.engine.impl.db.DbSqlSession
- selectListWithRawParameter(String, Object, boolean) - Method in class org.flowable.common.engine.impl.db.DbSqlSession
- selectListWithRawParameterNoCacheLoadAndStore(String, Object) - Method in class org.flowable.common.engine.impl.db.DbSqlSession
- selectListWithRawParameterNoCacheLoadAndStore(String, ListQueryParameterObject) - Method in class org.flowable.common.engine.impl.db.DbSqlSession
- selectListWithRawParameterNoCacheLoadAndStore(String, ListQueryParameterObject, Class) - Method in class org.flowable.common.engine.impl.db.DbSqlSession
- selectOne(String, Object) - Method in class org.flowable.common.engine.impl.db.DbSqlSession
- selectStatements - Variable in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- serviceConfiguration - Variable in class org.flowable.common.engine.impl.persistence.entity.AbstractServiceEngineEntityManager
- serviceConfigurations - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- ServiceConfigurator<S> - Interface in org.flowable.common.engine.impl
- ServiceSqlScriptBasedDbSchemaManager - Class in org.flowable.common.engine.impl.db
- ServiceSqlScriptBasedDbSchemaManager(String, String, String, String) - Constructor for class org.flowable.common.engine.impl.db.ServiceSqlScriptBasedDbSchemaManager
- Session - Interface in org.flowable.common.engine.impl.interceptor
- sessionFactories - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- sessionFactories - Variable in class org.flowable.common.engine.impl.interceptor.CommandContext
- sessionFactories - Variable in class org.flowable.common.engine.impl.interceptor.CommandContextFactory
- SessionFactory - Interface in org.flowable.common.engine.impl.interceptor
- sessions - Variable in class org.flowable.common.engine.impl.interceptor.CommandContext
- setAdditionalData(Map<String, Object>) - Method in class org.flowable.common.engine.impl.callback.CallbackData
- setAdditionalEventDispatchActions(List<EventDispatchAction>) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setAdditionalEventDispatchActions(List<EventDispatchAction>) - Method in class org.flowable.common.engine.impl.AbstractServiceConfiguration
- setAgendaOperationExecutionListeners(Collection<AgendaOperationExecutionListener>) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setAgendaOperationRunner(AgendaOperationRunner) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setAllowCoreThreadTimeout(boolean) - Method in class org.flowable.common.engine.impl.async.AsyncTaskExecutorConfiguration
- setAllowCoreThreadTimeout(boolean) - Method in class org.flowable.common.engine.impl.async.DefaultAsyncTaskExecutor
- setAlwaysLookupLatestDefinitionVersion(boolean) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setAstFunctionCreators(Collection<FlowableAstFunctionCreator>) - Method in class org.flowable.common.engine.impl.el.FlowableExpressionFactory
- setAstFunctionCreators(List<FlowableAstFunctionCreator>) - Method in class org.flowable.common.engine.impl.el.DefaultExpressionManager
- setAstFunctionCreators(List<FlowableAstFunctionCreator>) - Method in interface org.flowable.common.engine.impl.el.ExpressionManager
-
Sets the
FlowableAstFunctionCreatorinstances which can alter the expression functions during the creation of anExpressioninstance. - setAuthenticatedUserId(String) - Static method in class org.flowable.common.engine.impl.identity.Authentication
- setAuthenticationContext(AuthenticationContext) - Static method in class org.flowable.common.engine.impl.identity.Authentication
- setAwaitTerminationPeriod(Duration) - Method in class org.flowable.common.engine.impl.async.AsyncTaskExecutorConfiguration
- setBeanResolver(ELResolver) - Method in class org.flowable.common.engine.impl.el.DefaultExpressionManager
- setBeans(Map<Object, Object>) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setBeans(Map<Object, Object>) - Method in class org.flowable.common.engine.impl.el.DefaultExpressionManager
- setBeans(Map<Object, Object>) - Method in interface org.flowable.common.engine.impl.el.ExpressionManager
-
Sets the beans which can be used in expressions.
- setBulkInserteableEntityClasses(Set<Class<? extends Entity>>) - Method in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- setBulkInsertEnabled(boolean) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setBulkInsertStatements(Map<Class<?>, String>) - Method in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- setByteArrayDataManager(ByteArrayDataManager) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setByteArrayEntityManager(ByteArrayEntityManager) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setBytes(byte[]) - Method in interface org.flowable.common.engine.impl.persistence.entity.ByteArrayEntity
- setBytes(byte[]) - Method in class org.flowable.common.engine.impl.persistence.entity.ByteArrayEntityImpl
- setBytes(byte[], String) - Method in class org.flowable.common.engine.impl.persistence.entity.ByteArrayRef
- setCacheScriptingEngines(boolean) - Method in class org.flowable.common.engine.impl.scripting.ScriptingEngines
- setCalendarHour(Calendar, int) - Method in class org.flowable.common.engine.impl.calendar.CronExpression
-
Advance the calendar to the particular hour paying particular attention to daylight saving problems.
- setCallbackId(String) - Method in class org.flowable.common.engine.impl.callback.CallbackData
- setCallbackType(String) - Method in class org.flowable.common.engine.impl.callback.CallbackData
- setChangeType(String) - Method in class org.flowable.common.engine.impl.variablelistener.VariableListenerSessionData
- setClassLoader(ClassLoader) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setClassLoader(ClassLoader) - Method in class org.flowable.common.engine.impl.interceptor.CommandContext
- setClock(Clock) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setClock(Clock) - Method in class org.flowable.common.engine.impl.AbstractServiceConfiguration
- setClock(Clock) - Method in class org.flowable.common.engine.impl.interceptor.CommandContext
- setCommandContext(CommandContext) - Method in class org.flowable.common.engine.impl.agenda.AbstractAgenda
- setCommandContext(CommandContext) - Static method in class org.flowable.common.engine.impl.context.Context
- setCommandContextFactory(CommandContextFactory) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setCommandContextFactory(CommandContextFactory) - Method in class org.flowable.common.engine.impl.interceptor.CommandContextInterceptor
- setCommandExecutor(CommandExecutor) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setCommandExecutor(CommandExecutor) - Method in class org.flowable.common.engine.impl.interceptor.CommandContext
- setCommandExecutor(CommandExecutor) - Method in class org.flowable.common.engine.impl.query.AbstractNativeQuery
- setCommandExecutor(CommandExecutor) - Method in class org.flowable.common.engine.impl.query.AbstractQuery
- setCommandExecutor(CommandExecutor) - Method in class org.flowable.common.engine.impl.service.CommonEngineServiceImpl
- setCommandInterceptors(List<CommandInterceptor>) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setCommandInvoker(CommandInterceptor) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setCommonSchemaManager(SchemaManager) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setConfigurators(List<EngineConfigurator>) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setConnectionMetadataDefaultCatalog(String) - Method in class org.flowable.common.engine.impl.db.DbSqlSession
- setConnectionMetadataDefaultSchema(String) - Method in class org.flowable.common.engine.impl.db.DbSqlSession
- setContextReusePossible(boolean) - Method in class org.flowable.common.engine.impl.interceptor.CommandConfig
- setCorePoolSize(int) - Method in class org.flowable.common.engine.impl.async.AsyncTaskExecutorConfiguration
- setCorePoolSize(int) - Method in class org.flowable.common.engine.impl.async.DefaultAsyncTaskExecutor
- setCurrentCalendar(Calendar) - Method in interface org.flowable.common.engine.impl.runtime.Clock
- setCurrentCalendar(Calendar) - Method in class org.flowable.common.engine.impl.util.DefaultClockImpl
- setCurrentTenantId(String) - Method in interface org.flowable.common.engine.impl.cfg.multitenant.TenantInfoHolder
-
Sets the current tenant identifier.
- setCurrentTime(Date) - Method in interface org.flowable.common.engine.impl.runtime.Clock
- setCurrentTime(Date) - Method in class org.flowable.common.engine.impl.util.DefaultClockImpl
- setCustomMybatisInterceptors(List<Interceptor>) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setCustomMybatisMappers(Set<Class<?>>) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setCustomMybatisXMLMappers(Set<String>) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setCustomPostCommandInterceptors(List<CommandInterceptor>) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setCustomPostDeployers(List<EngineDeployer>) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setCustomPreCommandInterceptors(List<CommandInterceptor>) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setCustomPreDeployers(List<EngineDeployer>) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setCustomSessionFactories(List<SessionFactory>) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setDatabaseCatalog(String) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setDatabaseCatalog(String) - Method in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- setDatabaseSchema(String) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setDatabaseSchema(String) - Method in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- setDatabaseSchemaUpdate(String) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setDatabaseSpecificStatements(Map<String, Map<String, String>>) - Method in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- setDatabaseTablePrefix(String) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setDatabaseTablePrefix(String) - Method in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- setDatabaseType(String) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setDatabaseType(String) - Method in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- setDatabaseType(String) - Method in class org.flowable.common.engine.impl.db.ListQueryParameterObject
- setDatabaseWildcardEscapeCharacter(String) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setDataManager(DM) - Method in class org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager
- setDataSource(DataSource) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setDataSourceJndiName(String) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setDataSources(Map<Object, DataSource>) - Method in class org.flowable.common.engine.impl.cfg.multitenant.TenantAwareDataSource
- setDbHistoryUsed(boolean) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setDbHistoryUsed(boolean) - Method in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- setDbSqlSessionFactory(DbSqlSessionFactory) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setDefaultCommandConfig(CommandConfig) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setDefaultCommandInterceptors(Collection<? extends CommandInterceptor>) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setDefaultFunctionCreator(FlowableAstFunctionCreator) - Method in class org.flowable.common.engine.impl.el.FlowableExpressionFactory.FlowableExpressionBuilder
- setDefaultScheduleVersion(Integer) - Method in class org.flowable.common.engine.impl.calendar.AdvancedCycleBusinessCalendar
- setDefaultTenantProvider(DefaultTenantProvider) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setDefaultTenantValue(String) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setDefaultTraceEnhancer(ScriptTraceEnhancer) - Method in class org.flowable.common.engine.impl.scripting.ScriptingEngines
- setDeleted(boolean) - Method in class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
- setDeleted(boolean) - Method in class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
- setDeleted(boolean) - Method in interface org.flowable.common.engine.impl.persistence.entity.Entity
- setDeleteStatements(Map<Class<?>, String>) - Method in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- setDeletionOrder(List<Class<? extends Entity>>) - Method in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- setDependentEngineMybatisTypeAliasConfigs(List<MybatisTypeAliasConfigurator>) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setDependentEngineMybatisTypeHandlerConfigs(List<MybatisTypeHandlerConfigurator>) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setDependentEngineMyBatisXmlMappers(Set<String>) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setDeployers(List<EngineDeployer>) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setDeploymentId(String) - Method in interface org.flowable.common.engine.impl.persistence.entity.ByteArrayEntity
- setDeploymentId(String) - Method in class org.flowable.common.engine.impl.persistence.entity.ByteArrayEntityImpl
- setELResolver(ELResolver) - Method in class org.flowable.common.engine.impl.de.odysseus.el.util.SimpleContext
-
Set our resolver.
- setEnableConfiguratorServiceLoader(boolean) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setEnabled(boolean) - Method in class org.flowable.common.engine.impl.event.FlowableEventDispatcherImpl
- setEnableEventDispatcher(boolean) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setEnableEventDispatcher(boolean) - Method in class org.flowable.common.engine.impl.AbstractServiceConfiguration
- setEnableLogSqlExecutionTime(boolean) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setEnableMybatisXmlMappingValidation(boolean) - Method in class org.flowable.common.engine.impl.AbstractEngineConfigurator
- setEngineCfgKey(String) - Method in class org.flowable.common.engine.impl.interceptor.CommandContextInterceptor
- setEngineConfigurations(Map<String, AbstractEngineConfiguration>) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setEngineConfigurations(Map<String, AbstractEngineConfiguration>) - Method in class org.flowable.common.engine.impl.interceptor.CommandContext
- setEngineConfigurations(Map<String, AbstractEngineConfiguration>) - Method in class org.flowable.common.engine.impl.interceptor.CommandContextInterceptor
- setEngineLifecycleListeners(List<EngineLifecycleListener>) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setEngineName(String) - Method in class org.flowable.common.engine.impl.AbstractServiceConfiguration
- setEngineType(String) - Method in class org.flowable.common.engine.impl.logging.LoggingSessionCommandContextCloseListener
- setEntity(Entity) - Method in class org.flowable.common.engine.impl.persistence.cache.CachedEntity
- setEventDispatcher(FlowableEventDispatcher) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setEventDispatcher(FlowableEventDispatcher) - Method in class org.flowable.common.engine.impl.AbstractServiceConfiguration
- setEventDispatcherSupplier(Supplier<FlowableEventDispatcher>) - Method in class org.flowable.common.engine.impl.persistence.entity.ByteArrayEntityManagerImpl
- setEventListeners(List<FlowableEventListener>) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setEventListeners(List<FlowableEventListener>) - Method in class org.flowable.common.engine.impl.AbstractServiceConfiguration
- setEventRegistryConfigurator(EngineConfigurator) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setEventRegistryEventConsumers(Map<String, EventRegistryEventConsumer>) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setEventSupport(FlowableEventSupport) - Method in class org.flowable.common.engine.impl.event.FlowableEventDispatcherImpl
- setExecutionId(String) - Method in class org.flowable.common.engine.impl.event.FlowableEngineEventImpl
- setExpressionCache(DeploymentCache<Expression>) - Method in class org.flowable.common.engine.impl.el.DefaultExpressionManager
- setExpressionFactory(ExpressionFactory) - Method in class org.flowable.common.engine.impl.el.DefaultExpressionManager
- setExpressionManager(ExpressionManager) - Method in interface org.flowable.common.engine.impl.HasExpressionManagerEngineConfiguration
- setExpressionTextLengthCacheLimit(int) - Method in class org.flowable.common.engine.impl.el.DefaultExpressionManager
- setFallbackToDefaultTenant(boolean) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setField(Field, Object, Object) - Static method in class org.flowable.common.engine.impl.util.ReflectUtil
- setFirst(CommandInterceptor) - Method in class org.flowable.common.engine.impl.cfg.CommandExecutorImpl
- setFirstResult(int) - Method in class org.flowable.common.engine.impl.db.ListQueryParameterObject
- setForceCloseMybatisConnectionPool(boolean) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setFunction(String, String, Method) - Method in class org.flowable.common.engine.impl.de.odysseus.el.util.SimpleContext
-
Define a function.
- setFunctionDelegates(List<FlowableFunctionDelegate>) - Method in class org.flowable.common.engine.impl.el.DefaultExpressionManager
- setFunctionDelegates(List<FlowableFunctionDelegate>) - Method in interface org.flowable.common.engine.impl.el.ExpressionManager
-
Set the custom functions usable in expressions.
- setFunctionResolver(FlowableFunctionResolver) - Method in class org.flowable.common.engine.impl.el.FlowableFunctionMapper
- setFunctionResolverFactory(FlowableFunctionResolverFactory) - Method in class org.flowable.common.engine.impl.el.DefaultExpressionManager
- setFunctionResolverFactory(FlowableFunctionResolverFactory) - Method in interface org.flowable.common.engine.impl.el.ExpressionManager
- setHistoryLevel(HistoryLevel) - Method in class org.flowable.common.engine.impl.AbstractServiceConfiguration
- setId(String) - Method in class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
- setId(String) - Method in class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
- setId(String) - Method in interface org.flowable.common.engine.impl.persistence.entity.Entity
- setId(String) - Method in class org.flowable.common.engine.impl.persistence.entity.PropertyEntityImpl
- setIdGenerator(IdGenerator) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setIdGenerator(IdGenerator) - Method in class org.flowable.common.engine.impl.AbstractServiceConfiguration
- setIdmEngineConfigurator(EngineConfigurator) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setInserted(boolean) - Method in class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
- setInserted(boolean) - Method in class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
- setInserted(boolean) - Method in interface org.flowable.common.engine.impl.persistence.entity.Entity
- setInsertionOrder(List<Class<? extends Entity>>) - Method in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- setInsertStatements(Map<Class<?>, String>) - Method in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- setInstanceId(String) - Method in class org.flowable.common.engine.impl.callback.CallbackData
- setInstanceId(String) - Method in class org.flowable.common.engine.impl.el.VariableContainerWrapper
- setJdbcDefaultTransactionIsolationLevel(int) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setJdbcDriver(String) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setJdbcMaxActiveConnections(int) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setJdbcMaxCheckoutTime(int) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setJdbcMaxIdleConnections(int) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setJdbcMaxWaitTime(int) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setJdbcPassword(String) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setJdbcPingConnectionNotUsedFor(int) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setJdbcPingEnabled(boolean) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setJdbcPingQuery(String) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setJdbcUrl(String) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setJdbcUsername(String) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setJsonNodeResolver(ELResolver) - Method in class org.flowable.common.engine.impl.el.DefaultExpressionManager
- setKeepAlive(Duration) - Method in class org.flowable.common.engine.impl.async.AsyncTaskExecutorConfiguration
- setKeepAliveTime(long) - Method in class org.flowable.common.engine.impl.async.DefaultAsyncTaskExecutor
- setLanguage(Expression) - Method in class org.flowable.common.engine.impl.scripting.AbstractScriptEvaluator
- setLocale(Locale) - Method in class org.flowable.common.engine.impl.javax.el.ELContext
-
Set the Locale for this instance.
- setLockPollRate(Duration) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setLoggingData(List<ObjectNode>) - Method in class org.flowable.common.engine.impl.logging.LoggingSession
- setLoggingListener(LoggingListener) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setLoggingListener(LoggingListener) - Method in class org.flowable.common.engine.impl.logging.LoggingSessionCommandContextCloseListener
- setLoggingListener(LoggingListener) - Method in class org.flowable.common.engine.impl.logging.LoggingSessionFactory
- setLoggingSession(LoggingSession) - Method in class org.flowable.common.engine.impl.logging.LoggingSessionCommandContextCloseListener
- setLogicalNameToClassMapping(Map<String, Class<?>>) - Method in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- setLoginTimeout(int) - Method in class org.flowable.common.engine.impl.cfg.multitenant.TenantAwareDataSource
- setLoginTimeout(int) - Method in class org.flowable.common.engine.impl.test.ClosingDataSource
- setLogWriter(PrintWriter) - Method in class org.flowable.common.engine.impl.cfg.multitenant.TenantAwareDataSource
- setLogWriter(PrintWriter) - Method in class org.flowable.common.engine.impl.test.ClosingDataSource
- setMailServerDefaultCharset(Charset) - Method in class org.flowable.common.engine.impl.cfg.mail.MailServerInfo
- setMailServerDefaultFrom(String) - Method in class org.flowable.common.engine.impl.cfg.mail.MailServerInfo
- setMailServerForceTo(String) - Method in class org.flowable.common.engine.impl.cfg.mail.MailServerInfo
- setMailServerHost(String) - Method in class org.flowable.common.engine.impl.cfg.mail.MailServerInfo
- setMailServerPassword(String) - Method in class org.flowable.common.engine.impl.cfg.mail.MailServerInfo
- setMailServerPort(int) - Method in class org.flowable.common.engine.impl.cfg.mail.MailServerInfo
- setMailServerSSLPort(int) - Method in class org.flowable.common.engine.impl.cfg.mail.MailServerInfo
- setMailServerUsername(String) - Method in class org.flowable.common.engine.impl.cfg.mail.MailServerInfo
- setMailServerUseSSL(boolean) - Method in class org.flowable.common.engine.impl.cfg.mail.MailServerInfo
- setMailServerUseTLS(boolean) - Method in class org.flowable.common.engine.impl.cfg.mail.MailServerInfo
- setMaxLengthStringVariableType(int) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setMaxNrOfStatementsInBulkInsert(int) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setMaxNrOfStatementsInBulkInsert(int) - Method in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- setMaxPoolSize(int) - Method in class org.flowable.common.engine.impl.async.AsyncTaskExecutorConfiguration
- setMaxPoolSize(int) - Method in class org.flowable.common.engine.impl.async.DefaultAsyncTaskExecutor
- setMaxResults(int) - Method in class org.flowable.common.engine.impl.db.ListQueryParameterObject
- setMybatisMappingFile(String) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setName(String) - Method in interface org.flowable.common.engine.impl.persistence.entity.ByteArrayEntity
- setName(String) - Method in class org.flowable.common.engine.impl.persistence.entity.ByteArrayEntityImpl
- setName(String) - Method in interface org.flowable.common.engine.impl.persistence.entity.PropertyEntity
- setName(String) - Method in class org.flowable.common.engine.impl.persistence.entity.PropertyEntityImpl
- setNewState(String) - Method in class org.flowable.common.engine.impl.callback.CallbackData
- setNext(CommandInterceptor) - Method in class org.flowable.common.engine.impl.interceptor.AbstractCommandInterceptor
- setNext(CommandInterceptor) - Method in interface org.flowable.common.engine.impl.interceptor.CommandInterceptor
- setNext(CommandInterceptor) - Method in class org.flowable.common.engine.impl.interceptor.DefaultCommandInvoker
- setNullHandlingColumn(String) - Method in class org.flowable.common.engine.impl.db.ListQueryParameterObject
- setNumOfRetries(int) - Method in class org.flowable.common.engine.impl.interceptor.RetryInterceptor
- setObjectMapper(ObjectMapper) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setObjectMapper(ObjectMapper) - Method in class org.flowable.common.engine.impl.AbstractServiceConfiguration
- setObjectMapper(ObjectMapper) - Method in class org.flowable.common.engine.impl.interceptor.CommandContext
- setObjectMapper(ObjectMapper) - Method in class org.flowable.common.engine.impl.logging.LoggingSessionFactory
- setOldState(String) - Method in class org.flowable.common.engine.impl.callback.CallbackData
- setOriginalPersistentState(Object) - Method in class org.flowable.common.engine.impl.persistence.cache.CachedEntity
- setOriginalPersistentState(Object) - Method in class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
- setOriginalPersistentState(Object) - Method in class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
- setOriginalPersistentState(Object) - Method in interface org.flowable.common.engine.impl.persistence.entity.Entity
- setParameter(Object) - Method in class org.flowable.common.engine.impl.db.BulkDeleteOperation
- setParameter(Object) - Method in class org.flowable.common.engine.impl.db.ListQueryParameterObject
- setParameter(PreparedStatement, int, ByteArrayRef, JdbcType) - Method in class org.flowable.common.engine.impl.persistence.entity.ByteArrayRefTypeHandler
- setPrincipal(Principal) - Method in class org.flowable.common.engine.impl.identity.UserIdAuthenticationContext
- setProcessDefinitionId(String) - Method in class org.flowable.common.engine.impl.event.FlowableEngineEventImpl
- setProcessInstanceId(String) - Method in class org.flowable.common.engine.impl.event.FlowableEngineEventImpl
- setProperties(Properties) - Method in class org.flowable.common.engine.impl.db.LogSqlExecutionTimePlugin
- setProperty(String, Object) - Method in class org.flowable.common.engine.impl.de.odysseus.el.util.RootPropertyResolver
-
Set property value
- setPropertyDataManager(PropertyDataManager) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setPropertyEntityManager(PropertyEntityManager) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setPropertyResolved(boolean) - Method in class org.flowable.common.engine.impl.javax.el.ELContext
-
Called to indicate that a ELResolver has successfully resolved a given (base, property) pair.
- setQueueSize(int) - Method in class org.flowable.common.engine.impl.async.AsyncTaskExecutorConfiguration
- setQueueSize(int) - Method in class org.flowable.common.engine.impl.async.DefaultAsyncTaskExecutor
- setRejectedExecutionHandler(RejectedExecutionHandler) - Method in class org.flowable.common.engine.impl.async.DefaultAsyncTaskExecutor
- setResolverFactories(List<ResolverFactory>) - Method in class org.flowable.common.engine.impl.scripting.ScriptBindingsFactory
- setResult(Object) - Method in class org.flowable.common.engine.impl.interceptor.CommandContext
- setResultVariable(Expression) - Method in class org.flowable.common.engine.impl.scripting.AbstractScriptEvaluator
- setReused(boolean) - Method in class org.flowable.common.engine.impl.interceptor.CommandContext
- setRevision(int) - Method in interface org.flowable.common.engine.impl.db.HasRevision
- setRevision(int) - Method in class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
- setSchemaCommandConfig(CommandConfig) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setSchemaLockWaitTime(Duration) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setSchemaManagementCmd(Command<Void>) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setSchemaManager(SchemaManager) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setScopeDefinitionId(String) - Method in class org.flowable.common.engine.impl.event.FlowableEngineEventImpl
- setScopeDefinitionId(String) - Method in class org.flowable.common.engine.impl.variablelistener.VariableListenerSessionData
- setScopeId(String) - Method in class org.flowable.common.engine.impl.event.FlowableEngineEventImpl
- setScopeId(String) - Method in class org.flowable.common.engine.impl.variablelistener.VariableListenerSessionData
- setScopeType(String) - Method in class org.flowable.common.engine.impl.el.VariableContainerWrapper
- setScopeType(String) - Method in class org.flowable.common.engine.impl.event.FlowableEngineEventImpl
- setScopeType(String) - Method in class org.flowable.common.engine.impl.variablelistener.VariableListenerSessionData
- setScript(String) - Method in class org.flowable.common.engine.impl.scripting.AbstractScriptEvaluator
- setScript(Expression) - Method in class org.flowable.common.engine.impl.scripting.AbstractScriptEvaluator
-
Sets the script as Expression for backwards compatibility.
- setScriptBindingsFactory(ScriptBindingsFactory) - Method in class org.flowable.common.engine.impl.scripting.ScriptingEngines
- setScriptEngineFactories(List<ScriptEngineFactory>) - Method in class org.flowable.common.engine.impl.scripting.ScriptingEngines
- setScriptErrorListener(ScriptTraceListener) - Method in class org.flowable.common.engine.impl.scripting.ScriptingEngines
- setScriptingEngines(ScriptingEngines) - Method in interface org.flowable.common.engine.impl.ScriptingEngineAwareEngineConfiguration
- setScriptSuccessListener(ScriptTraceListener) - Method in class org.flowable.common.engine.impl.scripting.ScriptingEngines
- setSecondsToWaitOnShutdown(long) - Method in class org.flowable.common.engine.impl.async.DefaultAsyncTaskExecutor
- setSelectStatements(Map<Class<?>, String>) - Method in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- setServiceConfigurations(Map<String, AbstractServiceConfiguration>) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setSessionFactories(Map<Class<?>, SessionFactory>) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setSessionFactories(Map<Class<?>, SessionFactory>) - Method in class org.flowable.common.engine.impl.interceptor.CommandContext
- setSessionFactories(Map<Class<?>, SessionFactory>) - Method in class org.flowable.common.engine.impl.interceptor.CommandContextFactory
- setSqlSessionFactory(SqlSessionFactory) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setSqlSessionFactory(SqlSessionFactory) - Method in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- setStatement(String) - Method in class org.flowable.common.engine.impl.db.BulkDeleteOperation
- setStatementMappings(Map<String, String>) - Method in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- setSubScopeId(String) - Method in class org.flowable.common.engine.impl.event.FlowableEngineEventImpl
- setTableDataManager(TableDataManager) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setTablePrefixIsSchema(boolean) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setTablePrefixIsSchema(boolean) - Method in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- setTenantContext(TenantContext) - Static method in class org.flowable.common.engine.impl.tenant.CurrentTenant
- setTenantId(String) - Method in class org.flowable.common.engine.impl.el.VariableContainerWrapper
- setTenantId(String) - Method in class org.flowable.common.engine.impl.tenant.ThreadLocalTenantContext
- setThreadFactory(ThreadFactory) - Method in class org.flowable.common.engine.impl.async.DefaultAsyncTaskExecutor
- setThreadNamePrefix(String) - Method in class org.flowable.common.engine.impl.async.AsyncTaskExecutorConfiguration
- setThreadPoolNamingPattern(String) - Method in class org.flowable.common.engine.impl.async.AsyncTaskExecutorConfiguration
- setThreadPoolNamingPattern(String) - Method in class org.flowable.common.engine.impl.async.DefaultAsyncTaskExecutor
- setThreadPoolQueue(BlockingQueue<Runnable>) - Method in class org.flowable.common.engine.impl.async.DefaultAsyncTaskExecutor
- setTimeZone(TimeZone) - Method in class org.flowable.common.engine.impl.calendar.CronExpression
-
Sets the time zone for which this
CronExpressionwill be resolved. - setTransactionContext(TransactionContext) - Static method in class org.flowable.common.engine.impl.context.Context
- setTransactionContext(TransactionContext) - Static method in class org.flowable.common.engine.impl.transaction.TransactionContextHolder
- setTransactionContextFactory(TransactionContextFactory) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setTransactionContextFactory(TransactionContextFactory) - Method in class org.flowable.common.engine.impl.interceptor.TransactionContextInterceptor
- setTransactionFactory(TransactionFactory) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setTransactionsExternallyManaged(boolean) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setTransientVariable(String, Object) - Method in class org.flowable.common.engine.impl.el.VariableContainerWrapper
- setTransientVariable(String, Object) - Method in class org.flowable.common.engine.impl.variable.MapDelegateVariableContainer
-
Sets a transient variable, which is local to this variable container.
- setType(FlowableEngineEventType) - Method in class org.flowable.common.engine.impl.event.FlowableEngineEventImpl
- setTypedEventListeners(Map<String, List<FlowableEventListener>>) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setTypedEventListeners(Map<String, List<FlowableEventListener>>) - Method in class org.flowable.common.engine.impl.AbstractServiceConfiguration
- setUpdated(boolean) - Method in class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
- setUpdated(boolean) - Method in class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
- setUpdated(boolean) - Method in interface org.flowable.common.engine.impl.persistence.entity.Entity
- setUpdateStatements(Map<Class<?>, String>) - Method in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- setUseClassForNameClassLoading(boolean) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setUseClassForNameClassLoading(boolean) - Method in class org.flowable.common.engine.impl.interceptor.CommandContext
- setUseLockForDatabaseSchemaUpdate(boolean) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setUsePrefixId(boolean) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setUsePrefixId(boolean) - Method in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- setUsingRelationalDatabase(boolean) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setUsingSchemaMgmt(boolean) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- setValue(Object, VariableContainer) - Method in class org.flowable.common.engine.impl.el.FixedValue
- setValue(Object, VariableContainer) - Method in class org.flowable.common.engine.impl.el.JuelExpression
- setValue(String) - Method in interface org.flowable.common.engine.impl.persistence.entity.PropertyEntity
- setValue(String) - Method in class org.flowable.common.engine.impl.persistence.entity.PropertyEntityImpl
- setValue(String, byte[], String) - Method in class org.flowable.common.engine.impl.persistence.entity.ByteArrayRef
- setValue(String, String, String) - Method in class org.flowable.common.engine.impl.persistence.entity.ByteArrayRef
-
Set the specified
Stringas the value of the byte array reference. - setValue(Bindings, ELContext, Object) - Method in interface org.flowable.common.engine.impl.de.odysseus.el.tree.ExpressionNode
-
Assign value.
- setValue(Bindings, ELContext, Object) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstEval
- setValue(Bindings, ELContext, Object) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstIdentifier
- setValue(Bindings, ELContext, Object) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstMethod
- setValue(Bindings, ELContext, Object) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstProperty
- setValue(Bindings, ELContext, Object) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstRightValue
-
non-lvalues are always readonly, so throw an exception
- setValue(Bindings, ELContext, Object) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstText
- setValue(ELContext, ArrayNode, Object, Object) - Method in class org.flowable.common.engine.impl.el.JsonNodeELResolver
- setValue(ELContext, ObjectNode, Object, Object) - Method in class org.flowable.common.engine.impl.el.JsonNodeELResolver
- setValue(ELContext, Object) - Method in class org.flowable.common.engine.impl.de.odysseus.el.ObjectValueExpression
-
Throw an exception.
- setValue(ELContext, Object) - Method in class org.flowable.common.engine.impl.de.odysseus.el.TreeValueExpression
-
Evaluates the expression as an lvalue and assigns the given value.
- setValue(ELContext, Object) - Method in class org.flowable.common.engine.impl.javax.el.ValueExpression
-
Evaluates the expression relative to the provided context, and sets the result to the provided value.
- setValue(ELContext, Object, Object, Object) - Method in class org.flowable.common.engine.impl.de.odysseus.el.util.RootPropertyResolver
- setValue(ELContext, Object, Object, Object) - Method in class org.flowable.common.engine.impl.de.odysseus.el.util.SimpleResolver
- setValue(ELContext, Object, Object, Object) - Method in class org.flowable.common.engine.impl.el.DynamicBeanPropertyELResolver
- setValue(ELContext, Object, Object, Object) - Method in class org.flowable.common.engine.impl.el.JsonNodeELResolver
-
If the base object is a map, attempts to set the value associated with the given key, as specified by the property argument.
- setValue(ELContext, Object, Object, Object) - Method in class org.flowable.common.engine.impl.el.ReadOnlyMapELResolver
- setValue(ELContext, Object, Object, Object) - Method in class org.flowable.common.engine.impl.el.VariableContainerELResolver
- setValue(ELContext, Object, Object, Object) - Method in class org.flowable.common.engine.impl.javax.el.ArrayELResolver
-
If the base object is a Java language array, attempts to set the value at the given index with the given value.
- setValue(ELContext, Object, Object, Object) - Method in class org.flowable.common.engine.impl.javax.el.BeanELResolver
-
If the base object is not null, attempts to set the value of the given property on this bean.
- setValue(ELContext, Object, Object, Object) - Method in class org.flowable.common.engine.impl.javax.el.CompositeELResolver
-
Attempts to set the value of the given property object on the given base object.
- setValue(ELContext, Object, Object, Object) - Method in class org.flowable.common.engine.impl.javax.el.CouldNotResolvePropertyELResolver
- setValue(ELContext, Object, Object, Object) - Method in class org.flowable.common.engine.impl.javax.el.ELResolver
-
Attempts to set the value of the given property object on the given base object.
- setValue(ELContext, Object, Object, Object) - Method in class org.flowable.common.engine.impl.javax.el.ListELResolver
-
If the base object is a list, attempts to set the value at the given index with the given value.
- setValue(ELContext, Object, Object, Object) - Method in class org.flowable.common.engine.impl.javax.el.MapELResolver
-
If the base object is a map, attempts to set the value associated with the given key, as specified by the property argument.
- setValue(ELContext, Object, Object, Object) - Method in class org.flowable.common.engine.impl.javax.el.ResourceBundleELResolver
-
If the base object is a ResourceBundle, throw a
PropertyNotWritableException. - setVariable(String, Object) - Method in class org.flowable.common.engine.impl.el.VariableContainerWrapper
- setVariable(String, Object) - Method in class org.flowable.common.engine.impl.variable.MapDelegateVariableContainer
-
Sets the variable to the delegate.
- setVariable(String, ValueExpression) - Method in class org.flowable.common.engine.impl.de.odysseus.el.util.SimpleContext
-
Define a variable.
- setVariable(String, ValueExpression) - Method in class org.flowable.common.engine.impl.javax.el.VariableMapper
-
Assign a ValueExpression to an EL variable, replacing any previously assignment to the same variable.
- setVariableData(Map<String, List<VariableListenerSessionData>>) - Method in class org.flowable.common.engine.impl.variablelistener.VariableListenerSession
- setVariableTypes(VariableTypes) - Method in interface org.flowable.common.engine.impl.HasVariableTypes
- setWaitIncreaseFactor(int) - Method in class org.flowable.common.engine.impl.interceptor.RetryInterceptor
- setWaitTimeInMs(int) - Method in class org.flowable.common.engine.impl.interceptor.RetryInterceptor
- setXmlEncoding(String) - Method in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- shutdown() - Method in class org.flowable.common.engine.impl.async.DefaultAsyncTaskExecutor
- SimpleContext - Class in org.flowable.common.engine.impl.de.odysseus.el.util
-
Simple context implementation.
- SimpleContext() - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.util.SimpleContext
-
Create a context.
- SimpleContext(ELResolver) - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.util.SimpleContext
-
Create a context, use the specified resolver.
- SimpleOperator() - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstBinary.SimpleOperator
- SimpleOperator() - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstUnary.SimpleOperator
- SimpleResolver - Class in org.flowable.common.engine.impl.de.odysseus.el.util
-
Simple resolver implementation.
- SimpleResolver() - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.util.SimpleResolver
-
Create a read/write resolver capable of resolving top-level identifiers, array values, list values, map values, resource values and bean properties.
- SimpleResolver(boolean) - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.util.SimpleResolver
-
Create a resolver capable of resolving top-level identifiers, array values, list values, map values, resource values and bean properties.
- SimpleResolver(ELResolver) - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.util.SimpleResolver
-
Create a read/write resolver capable of resolving top-level identifiers.
- SimpleResolver(ELResolver, boolean) - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.util.SimpleResolver
-
Create a resolver capable of resolving top-level identifiers.
- simulate() - Method in class org.flowable.common.engine.impl.tenant.ChangeTenantIdBuilderImpl
- simulate(ChangeTenantIdBuilderImpl) - Method in interface org.flowable.common.engine.impl.tenant.ChangeTenantIdManager
- simulate(ChangeTenantIdBuilderImpl) - Method in class org.flowable.common.engine.impl.tenant.MyBatisChangeTenantIdManager
- SimulateChangeTenantIdCmd - Class in org.flowable.common.engine.impl.tenant
- SimulateChangeTenantIdCmd(ChangeTenantIdBuilderImpl, String, Set<String>) - Constructor for class org.flowable.common.engine.impl.tenant.SimulateChangeTenantIdCmd
- SINGLE_RESULT - Enum constant in enum class org.flowable.common.engine.impl.db.ListQueryParameterObject.ResultType
- SINGLE_RESULT - Enum constant in enum class org.flowable.common.engine.impl.query.BaseNativeQuery.ResultType
- SingleCachedEntityMatcher<EntityImpl extends Entity> - Interface in org.flowable.common.engine.impl.db
-
Interface to express a condition whether or not one specific cached entity should be used in the return result of a query.
- singleResult() - Method in class org.flowable.common.engine.impl.query.AbstractNativeQuery
- singleResult() - Method in class org.flowable.common.engine.impl.query.AbstractQuery
- singletonMap(String, Object) - Static method in class org.flowable.common.engine.impl.util.CollectionUtil
-
Helper method that creates a singleton map.
- size() - Method in class org.flowable.common.engine.impl.cfg.SpringBeanFactoryProxyMap
- size() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Cache
- size() - Method in class org.flowable.common.engine.impl.persistence.deploy.DefaultDeploymentCache
- size() - Method in interface org.flowable.common.engine.impl.persistence.deploy.DeploymentCache
- size() - Method in class org.flowable.common.engine.impl.persistence.deploy.FullDeploymentCache
- size() - Method in class org.flowable.common.engine.impl.scripting.ScriptBindings
- skipWhiteSpace(int, String) - Method in class org.flowable.common.engine.impl.calendar.CronExpression
- sneakyThrow(Throwable) - Static method in class org.flowable.common.engine.impl.util.ExceptionUtil
- SORTORDER_ASC - Static variable in class org.flowable.common.engine.impl.db.ListQueryParameterObject
- SORTORDER_DESC - Static variable in class org.flowable.common.engine.impl.db.ListQueryParameterObject
- sourceTenantId - Variable in class org.flowable.common.engine.impl.event.FlowableChangeTenantIdEventImpl
- sourceTenantId - Variable in class org.flowable.common.engine.impl.tenant.ChangeTenantIdBuilderImpl
- SpringBeanFactoryProxyMap - Class in org.flowable.common.engine.impl.cfg
- SpringBeanFactoryProxyMap(BeanFactory) - Constructor for class org.flowable.common.engine.impl.cfg.SpringBeanFactoryProxyMap
- sql(String) - Method in class org.flowable.common.engine.impl.query.AbstractNativeQuery
- sql(String) - Method in class org.flowable.common.engine.impl.query.BaseNativeQuery
- sqlSession - Variable in class org.flowable.common.engine.impl.db.DbSqlSession
- sqlSessionFactory - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- sqlSessionFactory - Variable in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- sqlStatement - Variable in class org.flowable.common.engine.impl.query.BaseNativeQuery
- StandaloneMybatisTransactionContext - Class in org.flowable.common.engine.impl.cfg.standalone
- StandaloneMybatisTransactionContext(CommandContext) - Constructor for class org.flowable.common.engine.impl.cfg.standalone.StandaloneMybatisTransactionContext
- StandaloneMybatisTransactionContextFactory - Class in org.flowable.common.engine.impl.cfg.standalone
- StandaloneMybatisTransactionContextFactory() - Constructor for class org.flowable.common.engine.impl.cfg.standalone.StandaloneMybatisTransactionContextFactory
- start() - Method in class org.flowable.common.engine.impl.async.DefaultAsyncTaskExecutor
- START_EVAL_DEFERRED - Enum constant in enum class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner.Symbol
- START_EVAL_DYNAMIC - Enum constant in enum class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner.Symbol
- startTime - Variable in class org.flowable.common.engine.impl.interceptor.CommandContext
-
The start time when the command context was created.
- stateChanged(CallbackData) - Method in interface org.flowable.common.engine.impl.callback.RuntimeInstanceStateChangeCallback
- stateCode - Variable in class org.flowable.common.engine.impl.db.SuspensionState.SuspensionStateImpl
- statement - Variable in class org.flowable.common.engine.impl.db.BulkDeleteOperation
- statementMappings - Variable in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- stateTransactionListeners - Variable in class org.flowable.common.engine.impl.cfg.standalone.StandaloneMybatisTransactionContext
- staticElResolver - Variable in class org.flowable.common.engine.impl.el.DefaultExpressionManager
- store - Variable in class org.flowable.common.engine.impl.de.odysseus.el.ExpressionFactoryImpl
- storeExpressionVals(int, String, int) - Method in class org.flowable.common.engine.impl.calendar.CronExpression
- storeScriptVariables - Variable in class org.flowable.common.engine.impl.scripting.ScriptBindings
- storeScriptVariables - Variable in class org.flowable.common.engine.impl.scripting.ScriptEngineRequest.Builder
- storeScriptVariables - Variable in class org.flowable.common.engine.impl.scripting.ScriptEngineRequest
- storeScriptVariables() - Method in class org.flowable.common.engine.impl.scripting.ScriptEngineRequest.Builder
-
Automatically store variables from script evaluation context to the given variable container.
- StreamSource - Interface in org.flowable.common.engine.impl.util.io
- strict - Variable in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstProperty
- string - Variable in class org.flowable.common.engine.impl.util.io.StringStreamSource
- STRING - Enum constant in enum class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner.Symbol
- StringStreamSource - Class in org.flowable.common.engine.impl.util.io
- StringStreamSource(String) - Constructor for class org.flowable.common.engine.impl.util.io.StringStreamSource
- StringStreamSource(String, String) - Constructor for class org.flowable.common.engine.impl.util.io.StringStreamSource
- StringStreamSource(String, Charset) - Constructor for class org.flowable.common.engine.impl.util.io.StringStreamSource
- StrongUuidGenerator - Class in org.flowable.common.engine.impl.persistence
-
IdGeneratorimplementation based on the current time and the ethernet address of the machine it is running on. - StrongUuidGenerator() - Constructor for class org.flowable.common.engine.impl.persistence.StrongUuidGenerator
- sub(TypeConverter, Object, Object) - Static method in class org.flowable.common.engine.impl.de.odysseus.el.misc.NumberOperations
- SUB - Static variable in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstBinary
- subject - Variable in class org.flowable.common.engine.impl.el.DynamicBeanPropertyELResolver
- submit(Runnable) - Method in class org.flowable.common.engine.impl.async.DefaultAsyncTaskExecutor
- submit(Callable<T>) - Method in class org.flowable.common.engine.impl.async.DefaultAsyncTaskExecutor
- submit(Callable<T>) - Method in class org.flowable.common.engine.impl.async.DefaultAsyncTaskInvoker
- subScopeId - Variable in class org.flowable.common.engine.impl.event.FlowableEngineEventImpl
- successTrace(Duration, ScriptEngineRequest) - Static method in class org.flowable.common.engine.impl.scripting.DefaultScriptTrace
- SUSPENDED - Static variable in interface org.flowable.common.engine.impl.db.SuspensionState
- SuspensionState - Interface in org.flowable.common.engine.impl.db
-
Contains a predefined set of states for process definitions and process instances
- SuspensionState.SuspensionStateImpl - Class in org.flowable.common.engine.impl.db
- SuspensionStateImpl(int, String) - Constructor for class org.flowable.common.engine.impl.db.SuspensionState.SuspensionStateImpl
T
- table - Variable in class org.flowable.common.engine.impl.db.ServiceSqlScriptBasedDbSchemaManager
- tableDataManager - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- TableDataManager - Interface in org.flowable.common.engine.impl.persistence.entity
- TableDataManagerImpl - Class in org.flowable.common.engine.impl.persistence.entity
- TableDataManagerImpl(AbstractEngineConfiguration) - Constructor for class org.flowable.common.engine.impl.persistence.entity.TableDataManagerImpl
- tableName - Variable in class org.flowable.common.engine.impl.cmd.GetTableMetaDataCmd
- tableName - Variable in class org.flowable.common.engine.impl.persistence.entity.TablePageQueryImpl
- tableName(String) - Method in class org.flowable.common.engine.impl.persistence.entity.TablePageQueryImpl
- TablePageQueryImpl - Class in org.flowable.common.engine.impl.persistence.entity
- TablePageQueryImpl() - Constructor for class org.flowable.common.engine.impl.persistence.entity.TablePageQueryImpl
- TablePageQueryImpl(CommandExecutor, AbstractEngineConfiguration) - Constructor for class org.flowable.common.engine.impl.persistence.entity.TablePageQueryImpl
- tablePrefixIsSchema - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
-
Set to true in case the defined databaseTablePrefix is a schema-name, instead of an actual table name prefix.
- tablePrefixIsSchema - Variable in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- targetTenantId - Variable in class org.flowable.common.engine.impl.event.FlowableChangeTenantIdEventImpl
- targetTenantId - Variable in class org.flowable.common.engine.impl.tenant.ChangeTenantIdBuilderImpl
- TASK - Enum constant in enum class org.flowable.common.engine.impl.history.HistoryLevel
- taskExecutor - Variable in class org.flowable.common.engine.impl.async.DefaultAsyncTaskInvoker
- Tenant(String) - Constructor for record class org.flowable.common.engine.impl.tenant.ThreadLocalTenantContext.Tenant
-
Creates an instance of a
Tenantrecord class. - TenantAwareDataSource - Class in org.flowable.common.engine.impl.cfg.multitenant
-
A
DataSourceimplementation that switches the currently used datasource based on the current values of theTenantInfoHolder. - TenantAwareDataSource(TenantInfoHolder) - Constructor for class org.flowable.common.engine.impl.cfg.multitenant.TenantAwareDataSource
- tenantId - Variable in class org.flowable.common.engine.impl.el.VariableContainerWrapper
- tenantId - Variable in class org.flowable.common.engine.impl.tenant.ThreadLocalTenantContext
- tenantId() - Method in record class org.flowable.common.engine.impl.tenant.ThreadLocalTenantContext.Tenant
-
Returns the value of the
tenantIdrecord component. - tenantInfoHolder - Variable in class org.flowable.common.engine.impl.cfg.multitenant.TenantAwareDataSource
- TenantInfoHolder - Interface in org.flowable.common.engine.impl.cfg.multitenant
-
Interface to be implemented when using the org.flowable.engine.impl.cfg.multitenant.MultiSchemaMultiTenantProcessEngineConfiguration and used to set/get the current user and tenant identifier.
- TestClockImpl - Class in org.flowable.common.engine.impl.util
- TestClockImpl() - Constructor for class org.flowable.common.engine.impl.util.TestClockImpl
- text() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Parser
-
text := <TEXT>
- TEXT - Enum constant in enum class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner.Symbol
- threadFactory - Variable in class org.flowable.common.engine.impl.async.DefaultAsyncTaskExecutor
- ThreadLocalTenantContext - Class in org.flowable.common.engine.impl.tenant
- ThreadLocalTenantContext() - Constructor for class org.flowable.common.engine.impl.tenant.ThreadLocalTenantContext
- ThreadLocalTenantContext.Tenant - Record Class in org.flowable.common.engine.impl.tenant
- threadPoolNamingPattern - Variable in class org.flowable.common.engine.impl.async.AsyncTaskExecutorConfiguration
-
The naming pattern for the thread pool threads.
- threadPoolQueue - Variable in class org.flowable.common.engine.impl.async.DefaultAsyncTaskExecutor
-
The queue used for job execution work
- timeBasedGenerator - Static variable in class org.flowable.common.engine.impl.persistence.StrongUuidGenerator
- timeout - Variable in class org.flowable.common.engine.impl.agenda.WaitForAnyFutureToFinishOperation
- TIMESTAMP - Static variable in class org.flowable.common.engine.impl.logging.LoggingSessionUtil
- TimeZoneUtil - Class in org.flowable.common.engine.impl.util
- TimeZoneUtil() - Constructor for class org.flowable.common.engine.impl.util.TimeZoneUtil
- toIndex(Object) - Method in class org.flowable.common.engine.impl.el.JsonNodeELResolver
- token(Scanner.Symbol, String, int) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner
- Token(Scanner.Symbol, String) - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner.Token
- Token(Scanner.Symbol, String, int) - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner.Token
- toString() - Method in class org.flowable.common.engine.impl.calendar.CronExpression
-
Returns the string representation of the
CronExpression - toString() - Method in class org.flowable.common.engine.impl.db.BulkDeleteOperation
- toString() - Method in class org.flowable.common.engine.impl.db.SuspensionState.SuspensionStateImpl
- toString() - Method in class org.flowable.common.engine.impl.de.odysseus.el.ObjectValueExpression
- toString() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstBinary
- toString() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstBoolean
- toString() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstBracket
- toString() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstChoice
- toString() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstComposite
- toString() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstDot
- toString() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstEval
- toString() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstFunction
- toString() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstIdentifier
- toString() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstMethod
- toString() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstNested
- toString() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstNull
- toString() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstNumber
- toString() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstParameters
- toString() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstString
- toString() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstText
- toString() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstUnary
- toString() - Method in enum class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner.Symbol
- toString() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner.Token
- toString() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.Tree
- toString() - Method in class org.flowable.common.engine.impl.de.odysseus.el.TreeMethodExpression
- toString() - Method in class org.flowable.common.engine.impl.de.odysseus.el.TreeValueExpression
- toString() - Method in class org.flowable.common.engine.impl.el.JuelExpression
- toString() - Method in class org.flowable.common.engine.impl.el.VariableContainerWrapper
- toString() - Method in class org.flowable.common.engine.impl.event.FlowableEventImpl
- toString() - Method in class org.flowable.common.engine.impl.persistence.entity.ByteArrayEntityImpl
- toString() - Method in class org.flowable.common.engine.impl.persistence.entity.ByteArrayRef
- toString() - Method in class org.flowable.common.engine.impl.persistence.entity.PropertyEntityImpl
- toString() - Method in class org.flowable.common.engine.impl.scripting.DefaultScriptTrace
- toString() - Method in class org.flowable.common.engine.impl.scripting.ScriptEngineRequest
- toString() - Method in record class org.flowable.common.engine.impl.tenant.ThreadLocalTenantContext.Tenant
-
Returns a string representation of this record class.
- toString() - Method in class org.flowable.common.engine.impl.util.io.InputStreamSource
- toString() - Method in class org.flowable.common.engine.impl.util.io.StringStreamSource
- toString() - Method in class org.flowable.common.engine.impl.variable.MapDelegateVariableContainer
- traceEnhancer - Variable in class org.flowable.common.engine.impl.scripting.ScriptEngineRequest.Builder
- traceEnhancer - Variable in class org.flowable.common.engine.impl.scripting.ScriptEngineRequest
- traceEnhancer(ScriptTraceEnhancer) - Method in class org.flowable.common.engine.impl.scripting.ScriptEngineRequest.Builder
-
Configure an
ScriptTraceEnhancerwhich is called, when a ScriptTrace is created. - traceTags - Variable in class org.flowable.common.engine.impl.scripting.DefaultScriptTrace
- TRANSACTION_ID - Static variable in class org.flowable.common.engine.impl.logging.LoggingSessionUtil
- TransactionCommandContextCloseListener - Class in org.flowable.common.engine.impl.interceptor
- TransactionCommandContextCloseListener(TransactionContext) - Constructor for class org.flowable.common.engine.impl.interceptor.TransactionCommandContextCloseListener
- transactionContext - Variable in class org.flowable.common.engine.impl.interceptor.TransactionCommandContextCloseListener
- TransactionContext - Interface in org.flowable.common.engine.impl.cfg
- transactionContextFactory - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- transactionContextFactory - Variable in class org.flowable.common.engine.impl.interceptor.TransactionContextInterceptor
- TransactionContextFactory - Interface in org.flowable.common.engine.impl.cfg
- TransactionContextHolder - Class in org.flowable.common.engine.impl.transaction
-
Holder for a threadlocal stack of TransactionContext objects.
- TransactionContextHolder() - Constructor for class org.flowable.common.engine.impl.transaction.TransactionContextHolder
- TransactionContextInterceptor - Class in org.flowable.common.engine.impl.interceptor
- TransactionContextInterceptor() - Constructor for class org.flowable.common.engine.impl.interceptor.TransactionContextInterceptor
- TransactionContextInterceptor(TransactionContextFactory) - Constructor for class org.flowable.common.engine.impl.interceptor.TransactionContextInterceptor
- transactionContextThreadLocal - Static variable in class org.flowable.common.engine.impl.transaction.TransactionContextHolder
- transactionFactory - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- transactionListener - Variable in class org.flowable.common.engine.impl.cfg.jta.JtaTransactionContext.TransactionStateSynchronization
- TransactionListener - Interface in org.flowable.common.engine.impl.cfg
- transactionManager - Variable in class org.flowable.common.engine.impl.cfg.jta.JtaTransactionContext
- transactionManager - Variable in class org.flowable.common.engine.impl.cfg.jta.JtaTransactionContextFactory
- transactionManager - Variable in class org.flowable.common.engine.impl.interceptor.JtaRetryInterceptor
- transactionNotSupported() - Method in class org.flowable.common.engine.impl.interceptor.CommandConfig
- TransactionPropagation - Enum Class in org.flowable.common.engine.impl.cfg
-
Enumeration that represents the transaction propagation behaviours supported by the command executor.
- transactionRequired() - Method in class org.flowable.common.engine.impl.interceptor.CommandConfig
- transactionRequiresNew() - Method in class org.flowable.common.engine.impl.interceptor.CommandConfig
- transactionsExternallyManaged - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- transactionState - Variable in class org.flowable.common.engine.impl.cfg.jta.JtaTransactionContext.TransactionStateSynchronization
- TransactionState - Enum Class in org.flowable.common.engine.impl.cfg
- TransactionStateSynchronization(TransactionState, TransactionListener, CommandContext) - Constructor for class org.flowable.common.engine.impl.cfg.jta.JtaTransactionContext.TransactionStateSynchronization
- transientVariables - Variable in class org.flowable.common.engine.impl.variable.MapDelegateVariableContainer
- tree() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Parser
-
tree := text? ((dynamic text?)+ | (deferred text?)+)?
- Tree - Class in org.flowable.common.engine.impl.de.odysseus.el.tree
-
Parsed expression, usually created by a
TreeBuilder. - Tree(ExpressionNode, List<FunctionNode>, List<IdentifierNode>, boolean) - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.tree.Tree
-
Constructor.
- TreeBuilder - Interface in org.flowable.common.engine.impl.de.odysseus.el.tree
-
Tree builder interface.
- TreeBuilderException - Exception in org.flowable.common.engine.impl.de.odysseus.el.tree
-
Exception type thrown in build phase (scan/parse).
- TreeBuilderException(String, int, String, String, String) - Constructor for exception org.flowable.common.engine.impl.de.odysseus.el.tree.TreeBuilderException
- TreeCache - Interface in org.flowable.common.engine.impl.de.odysseus.el.tree
-
Tree cache interface.
- TreeMethodExpression - Class in org.flowable.common.engine.impl.de.odysseus.el
-
A method expression is ready to be evaluated (by calling either
TreeMethodExpression.invoke(ELContext, Object[])orTreeMethodExpression.getMethodInfo(ELContext)). - TreeMethodExpression(TreeStore, FunctionMapper, VariableMapper, TypeConverter, String, Class<?>, Class<?>[]) - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.TreeMethodExpression
-
Create a new method expression.
- TreeStore - Class in org.flowable.common.engine.impl.de.odysseus.el.tree
-
Tree store class.
- TreeStore(TreeBuilder, TreeCache) - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.tree.TreeStore
-
Constructor.
- TreeValueExpression - Class in org.flowable.common.engine.impl.de.odysseus.el
-
A value expression is ready to be evaluated (by calling either
TreeValueExpression.getType(ELContext),TreeValueExpression.getValue(ELContext),TreeValueExpression.isReadOnly(ELContext)orTreeValueExpression.setValue(ELContext, Object). - TreeValueExpression(TreeStore, FunctionMapper, VariableMapper, TypeConverter, String, Class<?>) - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.TreeValueExpression
-
Create a new value expression.
- TRUE - Enum constant in enum class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner.Symbol
- type - Variable in class org.flowable.common.engine.impl.event.FlowableEventImpl
- TYPE - Static variable in class org.flowable.common.engine.impl.javax.el.ELResolver
-
The attribute name of the named attribute in the FeatureDescriptor that specifies the runtime type of the variable or property.
- TYPE_ACTIVITY_BEHAVIOR_EXECUTE - Static variable in interface org.flowable.common.engine.impl.logging.LoggingSessionConstants
- TYPE_BOUNDARY_CANCEL_EVENT_CREATE - Static variable in interface org.flowable.common.engine.impl.logging.LoggingSessionConstants
- TYPE_BOUNDARY_COMPENSATE_EVENT_CREATE - Static variable in interface org.flowable.common.engine.impl.logging.LoggingSessionConstants
- TYPE_BOUNDARY_CONDITIONAL_EVENT_CREATE - Static variable in interface org.flowable.common.engine.impl.logging.LoggingSessionConstants
- TYPE_BOUNDARY_ESCALATION_EVENT_CREATE - Static variable in interface org.flowable.common.engine.impl.logging.LoggingSessionConstants
- TYPE_BOUNDARY_EVENT_CREATE - Static variable in interface org.flowable.common.engine.impl.logging.LoggingSessionConstants
- TYPE_BOUNDARY_MESSAGE_EVENT_CREATE - Static variable in interface org.flowable.common.engine.impl.logging.LoggingSessionConstants
- TYPE_BOUNDARY_SIGNAL_EVENT_CREATE - Static variable in interface org.flowable.common.engine.impl.logging.LoggingSessionConstants
- TYPE_BOUNDARY_TIMER_EVENT_CREATE - Static variable in interface org.flowable.common.engine.impl.logging.LoggingSessionConstants
- TYPE_CASE_COMPLETED - Static variable in interface org.flowable.common.engine.impl.logging.CmmnLoggingSessionConstants
- TYPE_CASE_STARTED - Static variable in interface org.flowable.common.engine.impl.logging.CmmnLoggingSessionConstants
- TYPE_CASE_TERMINATED - Static variable in interface org.flowable.common.engine.impl.logging.CmmnLoggingSessionConstants
- TYPE_COMMAND_CONTEXT_CLOSE - Static variable in interface org.flowable.common.engine.impl.logging.CmmnLoggingSessionConstants
- TYPE_COMMAND_CONTEXT_CLOSE - Static variable in interface org.flowable.common.engine.impl.logging.LoggingSessionConstants
- TYPE_COMMAND_CONTEXT_CLOSE_FAILURE - Static variable in interface org.flowable.common.engine.impl.logging.CmmnLoggingSessionConstants
- TYPE_COMMAND_CONTEXT_CLOSE_FAILURE - Static variable in interface org.flowable.common.engine.impl.logging.LoggingSessionConstants
- TYPE_EVALUATE_SENTRY - Static variable in interface org.flowable.common.engine.impl.logging.CmmnLoggingSessionConstants
- TYPE_EVALUATE_SENTRY_FAILED - Static variable in interface org.flowable.common.engine.impl.logging.CmmnLoggingSessionConstants
- TYPE_HUMAN_TASK_COMPLETE - Static variable in interface org.flowable.common.engine.impl.logging.CmmnLoggingSessionConstants
- TYPE_HUMAN_TASK_CREATE - Static variable in interface org.flowable.common.engine.impl.logging.CmmnLoggingSessionConstants
- TYPE_HUMAN_TASK_SET_ASSIGNEE - Static variable in interface org.flowable.common.engine.impl.logging.CmmnLoggingSessionConstants
- TYPE_HUMAN_TASK_SET_GROUP_IDENTITY_LINKS - Static variable in interface org.flowable.common.engine.impl.logging.CmmnLoggingSessionConstants
- TYPE_HUMAN_TASK_SET_OWNER - Static variable in interface org.flowable.common.engine.impl.logging.CmmnLoggingSessionConstants
- TYPE_HUMAN_TASK_SET_USER_IDENTITY_LINKS - Static variable in interface org.flowable.common.engine.impl.logging.CmmnLoggingSessionConstants
- TYPE_PLAN_ITEM_CREATED - Static variable in interface org.flowable.common.engine.impl.logging.CmmnLoggingSessionConstants
- TYPE_PLAN_ITEM_NEW_STATE - Static variable in interface org.flowable.common.engine.impl.logging.CmmnLoggingSessionConstants
- TYPE_PROCESS_COMPLETED - Static variable in interface org.flowable.common.engine.impl.logging.LoggingSessionConstants
- TYPE_PROCESS_STARTED - Static variable in interface org.flowable.common.engine.impl.logging.LoggingSessionConstants
- TYPE_SEQUENCE_FLOW_TAKE - Static variable in interface org.flowable.common.engine.impl.logging.LoggingSessionConstants
- TYPE_SERVICE_TASK_AFTER_TRIGGER - Static variable in interface org.flowable.common.engine.impl.logging.CmmnLoggingSessionConstants
- TYPE_SERVICE_TASK_AFTER_TRIGGER - Static variable in interface org.flowable.common.engine.impl.logging.LoggingSessionConstants
- TYPE_SERVICE_TASK_ASYNC_JOB - Static variable in interface org.flowable.common.engine.impl.logging.CmmnLoggingSessionConstants
- TYPE_SERVICE_TASK_ASYNC_JOB - Static variable in interface org.flowable.common.engine.impl.logging.LoggingSessionConstants
- TYPE_SERVICE_TASK_BEFORE_TRIGGER - Static variable in interface org.flowable.common.engine.impl.logging.CmmnLoggingSessionConstants
- TYPE_SERVICE_TASK_BEFORE_TRIGGER - Static variable in interface org.flowable.common.engine.impl.logging.LoggingSessionConstants
- TYPE_SERVICE_TASK_ENTER - Static variable in interface org.flowable.common.engine.impl.logging.CmmnLoggingSessionConstants
- TYPE_SERVICE_TASK_ENTER - Static variable in interface org.flowable.common.engine.impl.logging.LoggingSessionConstants
- TYPE_SERVICE_TASK_EXCEPTION - Static variable in interface org.flowable.common.engine.impl.logging.CmmnLoggingSessionConstants
- TYPE_SERVICE_TASK_EXCEPTION - Static variable in interface org.flowable.common.engine.impl.logging.LoggingSessionConstants
- TYPE_SERVICE_TASK_EXECUTE_ASYNC_JOB - Static variable in interface org.flowable.common.engine.impl.logging.CmmnLoggingSessionConstants
- TYPE_SERVICE_TASK_EXECUTE_ASYNC_JOB - Static variable in interface org.flowable.common.engine.impl.logging.LoggingSessionConstants
- TYPE_SERVICE_TASK_EXIT - Static variable in interface org.flowable.common.engine.impl.logging.CmmnLoggingSessionConstants
- TYPE_SERVICE_TASK_EXIT - Static variable in interface org.flowable.common.engine.impl.logging.LoggingSessionConstants
- TYPE_SERVICE_TASK_LOCK_JOB - Static variable in interface org.flowable.common.engine.impl.logging.CmmnLoggingSessionConstants
- TYPE_SERVICE_TASK_LOCK_JOB - Static variable in interface org.flowable.common.engine.impl.logging.LoggingSessionConstants
- TYPE_SERVICE_TASK_UNLOCK_JOB - Static variable in interface org.flowable.common.engine.impl.logging.CmmnLoggingSessionConstants
- TYPE_SERVICE_TASK_UNLOCK_JOB - Static variable in interface org.flowable.common.engine.impl.logging.LoggingSessionConstants
- TYPE_SERVICE_TASK_WRONG_TRIGGER - Static variable in interface org.flowable.common.engine.impl.logging.CmmnLoggingSessionConstants
- TYPE_SERVICE_TASK_WRONG_TRIGGER - Static variable in interface org.flowable.common.engine.impl.logging.LoggingSessionConstants
- TYPE_SKIP_TASK - Static variable in interface org.flowable.common.engine.impl.logging.LoggingSessionConstants
- TYPE_USER_TASK_COMPLETE - Static variable in interface org.flowable.common.engine.impl.logging.LoggingSessionConstants
- TYPE_USER_TASK_CREATE - Static variable in interface org.flowable.common.engine.impl.logging.LoggingSessionConstants
- TYPE_USER_TASK_SET_ASSIGNEE - Static variable in interface org.flowable.common.engine.impl.logging.LoggingSessionConstants
- TYPE_USER_TASK_SET_GROUP_IDENTITY_LINKS - Static variable in interface org.flowable.common.engine.impl.logging.LoggingSessionConstants
- TYPE_USER_TASK_SET_OWNER - Static variable in interface org.flowable.common.engine.impl.logging.LoggingSessionConstants
- TYPE_USER_TASK_SET_USER_IDENTITY_LINKS - Static variable in interface org.flowable.common.engine.impl.logging.LoggingSessionConstants
- TYPE_VARIABLE_CREATE - Static variable in interface org.flowable.common.engine.impl.logging.CmmnLoggingSessionConstants
- TYPE_VARIABLE_CREATE - Static variable in interface org.flowable.common.engine.impl.logging.LoggingSessionConstants
- TYPE_VARIABLE_DELETE - Static variable in interface org.flowable.common.engine.impl.logging.CmmnLoggingSessionConstants
- TYPE_VARIABLE_DELETE - Static variable in interface org.flowable.common.engine.impl.logging.LoggingSessionConstants
- TYPE_VARIABLE_UPDATE - Static variable in interface org.flowable.common.engine.impl.logging.CmmnLoggingSessionConstants
- TYPE_VARIABLE_UPDATE - Static variable in interface org.flowable.common.engine.impl.logging.LoggingSessionConstants
- typeClass - Variable in class org.flowable.common.engine.impl.persistence.GenericManagerFactory
- TypeConverter - Interface in org.flowable.common.engine.impl.de.odysseus.el.misc
- TypeConverterImpl - Class in org.flowable.common.engine.impl.de.odysseus.el.misc
-
Type Conversions as described in EL 2.1 specification (section 1.17).
- TypeConverterImpl() - Constructor for class org.flowable.common.engine.impl.de.odysseus.el.misc.TypeConverterImpl
- typedEventListeners - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- typedEventListeners - Variable in class org.flowable.common.engine.impl.AbstractServiceConfiguration
- typedListeners - Variable in class org.flowable.common.engine.impl.event.FlowableEventSupport
U
- unary(boolean) - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Parser
-
unary := <NOT> unary | <MINUS> unary | <EMPTY> unary | value
- UNARY - Enum constant in enum class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Parser.ExtensionPoint
- UNSTORED_KEYS - Static variable in class org.flowable.common.engine.impl.scripting.ScriptBindings
-
The script engine implementations put some key/value pairs into the binding.
- unwrap(Class<T>) - Method in class org.flowable.common.engine.impl.cfg.multitenant.TenantAwareDataSource
- unwrap(Class<T>) - Method in class org.flowable.common.engine.impl.test.ClosingDataSource
- update(EntityImpl) - Method in class org.flowable.common.engine.impl.db.AbstractDataManager
- update(EntityImpl) - Method in class org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager
- update(EntityImpl) - Method in interface org.flowable.common.engine.impl.persistence.entity.data.DataManager
- update(EntityImpl) - Method in interface org.flowable.common.engine.impl.persistence.entity.EntityManager
- update(EntityImpl, boolean) - Method in class org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager
- update(EntityImpl, boolean) - Method in interface org.flowable.common.engine.impl.persistence.entity.EntityManager
- update(Entity) - Method in class org.flowable.common.engine.impl.db.DbSqlSession
- updateDdlForMySqlVersionLowerThan56(String) - Method in class org.flowable.common.engine.impl.db.AbstractSqlScriptBasedDbSchemaManager
-
MySQL is funny when it comes to timestamps and dates.
- updatedObjects - Variable in class org.flowable.common.engine.impl.db.DbSqlSession
- updateFunctionResolver() - Method in class org.flowable.common.engine.impl.el.DefaultExpressionManager
- updateStatements - Variable in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- UrlStreamSource - Class in org.flowable.common.engine.impl.util.io
- UrlStreamSource(URL) - Constructor for class org.flowable.common.engine.impl.util.io.UrlStreamSource
- useClassForNameClassLoading - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
-
Either use Class.forName or ClassLoader.loadClass for class loading.
- useClassForNameClassLoading - Variable in class org.flowable.common.engine.impl.interceptor.CommandContext
- useClassForNameClassLoading - Variable in class org.flowable.common.engine.impl.interceptor.CommandContextInterceptor
- useLockForDatabaseSchemaUpdate - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
-
Whether to use a lock when performing the database schema create or update operations.
- usePrefixId - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
- usePrefixId - Variable in class org.flowable.common.engine.impl.db.DbSqlSessionFactory
- UserIdAuthenticationContext - Class in org.flowable.common.engine.impl.identity
-
Default implementation of the
AuthenticationContextthat uses aThreadLocalthat stores thePrincipal - UserIdAuthenticationContext() - Constructor for class org.flowable.common.engine.impl.identity.UserIdAuthenticationContext
- UserIdPrincipal - Class in org.flowable.common.engine.impl.identity
-
A simple user id principal that has the user id as its name.
- UserIdPrincipal(String) - Constructor for class org.flowable.common.engine.impl.identity.UserIdPrincipal
- usingRelationalDatabase - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
-
Flag that can be set to configure or not a relational database is used.
- usingSchemaMgmt - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
-
Flag that can be set to configure whether or not a schema is used.
- utcTimeZone - Static variable in class org.flowable.common.engine.impl.logging.LoggingSessionUtil
V
- validateDuedate(String, int, Date, Date) - Method in interface org.flowable.common.engine.impl.calendar.BusinessCalendar
- validateDuedate(String, int, Date, Date) - Method in class org.flowable.common.engine.impl.calendar.BusinessCalendarImpl
- validateDuedate(String, int, Date, Date) - Method in class org.flowable.common.engine.impl.calendar.CycleBusinessCalendar
- validateDuedate(String, int, Date, Date) - Method in class org.flowable.common.engine.impl.calendar.DefaultBusinessCalendar
- validateExpression(String, ClockReader) - Static method in class org.flowable.common.engine.impl.calendar.CronExpression
- validateParameters() - Method in class org.flowable.common.engine.impl.scripting.AbstractScriptEvaluator
- value - Variable in class org.flowable.common.engine.impl.persistence.entity.PropertyEntityImpl
- value() - Method in class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Parser
-
value := (nonliteral | literal) (<DOT> <IDENTIFIER> | <LBRACK> expr <RBRACK>)*
- valueExpression - Variable in class org.flowable.common.engine.impl.el.JuelExpression
- ValueExpression - Class in org.flowable.common.engine.impl.javax.el
-
An Expression that can get or set a value.
- ValueExpression() - Constructor for class org.flowable.common.engine.impl.javax.el.ValueExpression
- valueOf(String) - Static method in enum class org.flowable.common.engine.impl.cfg.TransactionPropagation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.flowable.common.engine.impl.cfg.TransactionState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.flowable.common.engine.impl.db.ListQueryParameterObject.ResultType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.flowable.common.engine.impl.de.odysseus.el.ExpressionFactoryImpl.Profile
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Builder.Feature
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Parser.ExtensionPoint
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner.Symbol
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.flowable.common.engine.impl.el.EvaluationState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.flowable.common.engine.impl.el.function.AbstractVariableComparatorExpressionFunction.OPERATOR
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.flowable.common.engine.impl.history.HistoryLevel
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.flowable.common.engine.impl.query.BaseNativeQuery.ResultType
-
Returns the enum constant of this class with the specified name.
- ValueReference - Class in org.flowable.common.engine.impl.javax.el
-
This class encapsulates a base model object and one of its properties.
- ValueReference(Object, Object) - Constructor for class org.flowable.common.engine.impl.javax.el.ValueReference
- values() - Method in class org.flowable.common.engine.impl.cfg.SpringBeanFactoryProxyMap
- values() - Static method in enum class org.flowable.common.engine.impl.cfg.TransactionPropagation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.flowable.common.engine.impl.cfg.TransactionState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.flowable.common.engine.impl.db.ListQueryParameterObject.ResultType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.flowable.common.engine.impl.de.odysseus.el.ExpressionFactoryImpl.Profile
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Builder.Feature
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Parser.ExtensionPoint
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Scanner.Symbol
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.flowable.common.engine.impl.el.EvaluationState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.flowable.common.engine.impl.el.function.AbstractVariableComparatorExpressionFunction.OPERATOR
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.flowable.common.engine.impl.history.HistoryLevel
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.flowable.common.engine.impl.query.BaseNativeQuery.ResultType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in class org.flowable.common.engine.impl.scripting.ScriptBindings
- valuesAreNumbers(Object, Object) - Static method in class org.flowable.common.engine.impl.el.function.AbstractFlowableVariableExpressionFunction
- VARARGS - Enum constant in enum class org.flowable.common.engine.impl.de.odysseus.el.tree.impl.Builder.Feature
-
Allow for use of Java 5 varargs in function calls.
- VARIABLE_CONTAINER_KEY - Static variable in class org.flowable.common.engine.impl.el.VariableContainerELResolver
- VARIABLE_CREATE - Static variable in class org.flowable.common.engine.impl.variablelistener.VariableListenerSessionData
- VARIABLE_DELETE - Static variable in class org.flowable.common.engine.impl.variablelistener.VariableListenerSessionData
- VARIABLE_UPDATE - Static variable in class org.flowable.common.engine.impl.variablelistener.VariableListenerSessionData
- VariableBase64ExpressionFunction - Class in org.flowable.common.engine.impl.el.function
-
Returns the Base64 encoded value of a variable.
- VariableBase64ExpressionFunction() - Constructor for class org.flowable.common.engine.impl.el.function.VariableBase64ExpressionFunction
- variableContainer - Variable in class org.flowable.common.engine.impl.scripting.ScriptBindings
- variableContainer - Variable in class org.flowable.common.engine.impl.scripting.ScriptEngineRequest.Builder
- variableContainer - Variable in class org.flowable.common.engine.impl.scripting.ScriptEngineRequest
- variableContainer(VariableContainer) - Method in class org.flowable.common.engine.impl.scripting.ScriptEngineRequest.Builder
-
The variable container used to create
Resolvers for the script context. - VariableContainerELResolver - Class in org.flowable.common.engine.impl.el
- VariableContainerELResolver() - Constructor for class org.flowable.common.engine.impl.el.VariableContainerELResolver
- VariableContainerWrapper - Class in org.flowable.common.engine.impl.el
- VariableContainerWrapper(Map<String, Object>) - Constructor for class org.flowable.common.engine.impl.el.VariableContainerWrapper
- VariableContainsAnyExpressionFunction - Class in org.flowable.common.engine.impl.el.function
-
Checks if the value of a variable (fetched using the variableName through the variable scope) contains any of the provided values.
- VariableContainsAnyExpressionFunction() - Constructor for class org.flowable.common.engine.impl.el.function.VariableContainsAnyExpressionFunction
- VariableContainsExpressionFunction - Class in org.flowable.common.engine.impl.el.function
-
Checks if the value of a variable (fetched using the variableName through the variable scope) contains all of the provided values.
- VariableContainsExpressionFunction() - Constructor for class org.flowable.common.engine.impl.el.function.VariableContainsExpressionFunction
- variableData - Variable in class org.flowable.common.engine.impl.variablelistener.VariableListenerSession
- VariableEqualsExpressionFunction - Class in org.flowable.common.engine.impl.el.function
-
Compares the value of a variable (fetched using the variableName through the variable scope) with a value on equality.
- VariableEqualsExpressionFunction() - Constructor for class org.flowable.common.engine.impl.el.function.VariableEqualsExpressionFunction
- VariableExistsExpressionFunction - Class in org.flowable.common.engine.impl.el.function
-
Returns whether or not a variable with the given name exists when fetched through the provided variable scope.
- VariableExistsExpressionFunction() - Constructor for class org.flowable.common.engine.impl.el.function.VariableExistsExpressionFunction
- VariableGetExpressionFunction - Class in org.flowable.common.engine.impl.el.function
-
Returns the value of a variable.
- VariableGetExpressionFunction() - Constructor for class org.flowable.common.engine.impl.el.function.VariableGetExpressionFunction
- VariableGetOrDefaultExpressionFunction - Class in org.flowable.common.engine.impl.el.function
-
Returns the value of a variable, or a default if the value is null.
- VariableGetOrDefaultExpressionFunction() - Constructor for class org.flowable.common.engine.impl.el.function.VariableGetOrDefaultExpressionFunction
- VariableGreaterThanExpressionFunction - Class in org.flowable.common.engine.impl.el.function
- VariableGreaterThanExpressionFunction() - Constructor for class org.flowable.common.engine.impl.el.function.VariableGreaterThanExpressionFunction
- VariableGreaterThanOrEqualsExpressionFunction - Class in org.flowable.common.engine.impl.el.function
- VariableGreaterThanOrEqualsExpressionFunction() - Constructor for class org.flowable.common.engine.impl.el.function.VariableGreaterThanOrEqualsExpressionFunction
- VariableIsEmptyExpressionFunction - Class in org.flowable.common.engine.impl.el.function
-
Checks if the value of a variable (fetched using the variableName through the variable scope) is empty.
- VariableIsEmptyExpressionFunction() - Constructor for class org.flowable.common.engine.impl.el.function.VariableIsEmptyExpressionFunction
- VariableIsNotEmptyExpressionFunction - Class in org.flowable.common.engine.impl.el.function
-
Opposite operation of the $
VariableIsEmptyExpressionFunction. - VariableIsNotEmptyExpressionFunction() - Constructor for class org.flowable.common.engine.impl.el.function.VariableIsNotEmptyExpressionFunction
- VariableListenerSession - Class in org.flowable.common.engine.impl.variablelistener
- VariableListenerSession() - Constructor for class org.flowable.common.engine.impl.variablelistener.VariableListenerSession
- VariableListenerSessionData - Class in org.flowable.common.engine.impl.variablelistener
- VariableListenerSessionData() - Constructor for class org.flowable.common.engine.impl.variablelistener.VariableListenerSessionData
- VariableListenerSessionData(String, String, String, String) - Constructor for class org.flowable.common.engine.impl.variablelistener.VariableListenerSessionData
- VariableListenerSessionFactory - Class in org.flowable.common.engine.impl.variablelistener
- VariableListenerSessionFactory() - Constructor for class org.flowable.common.engine.impl.variablelistener.VariableListenerSessionFactory
- VariableLowerThanExpressionFunction - Class in org.flowable.common.engine.impl.el.function
- VariableLowerThanExpressionFunction() - Constructor for class org.flowable.common.engine.impl.el.function.VariableLowerThanExpressionFunction
- VariableLowerThanOrEqualsExpressionFunction - Class in org.flowable.common.engine.impl.el.function
- VariableLowerThanOrEqualsExpressionFunction() - Constructor for class org.flowable.common.engine.impl.el.function.VariableLowerThanOrEqualsExpressionFunction
- VariableMapper - Class in org.flowable.common.engine.impl.javax.el
-
The interface to a map between EL variables and the EL expressions they are associated with.
- VariableMapper() - Constructor for class org.flowable.common.engine.impl.javax.el.VariableMapper
- VariableNotEqualsExpressionFunction - Class in org.flowable.common.engine.impl.el.function
-
Compares the value of a variable (fetched using the variableName through the variable scope).
- VariableNotEqualsExpressionFunction() - Constructor for class org.flowable.common.engine.impl.el.function.VariableNotEqualsExpressionFunction
- variables - Variable in class org.flowable.common.engine.impl.el.VariableContainerWrapper
- variableScopeName - Variable in class org.flowable.common.engine.impl.el.function.AbstractFlowableVariableExpressionFunction
W
- waitBeforeRetry(long) - Method in class org.flowable.common.engine.impl.interceptor.CrDbRetryInterceptor
- waitBeforeRetry(long) - Method in class org.flowable.common.engine.impl.interceptor.RetryInterceptor
- WaitForAnyFutureToFinishOperation - Class in org.flowable.common.engine.impl.agenda
- WaitForAnyFutureToFinishOperation(Agenda, List<ExecuteFutureActionOperation<?>>, Duration) - Constructor for class org.flowable.common.engine.impl.agenda.WaitForAnyFutureToFinishOperation
- waitForLock(Duration) - Method in interface org.flowable.common.engine.impl.lock.LockManager
-
Wait for the given
waitTimeto acquire the lock - waitForLock(Duration) - Method in class org.flowable.common.engine.impl.lock.LockManagerImpl
- waitForLockRunAndRelease(Duration, Supplier<T>) - Method in interface org.flowable.common.engine.impl.lock.LockManager
-
Wait to acquire a lock, once a lock is acquired execute the supplier and release finally the lock.
- waitForLockRunAndRelease(Duration, Supplier<T>) - Method in class org.flowable.common.engine.impl.lock.LockManagerImpl
- waitIncreaseFactor - Variable in class org.flowable.common.engine.impl.interceptor.RetryInterceptor
- waitTime - Variable in class org.flowable.common.engine.impl.interceptor.CrDbRetryInterceptor
- waitTimeIncrease - Variable in class org.flowable.common.engine.impl.interceptor.CrDbRetryInterceptor
- waitTimeInMs - Variable in class org.flowable.common.engine.impl.interceptor.RetryInterceptor
- wrappedMap - Variable in class org.flowable.common.engine.impl.el.ReadOnlyMapELResolver
- WRITE - Enum constant in enum class org.flowable.common.engine.impl.el.EvaluationState
-
Write evaluation via
Expression.setValue(Object, VariableContainer) - writeMethodName - Variable in class org.flowable.common.engine.impl.el.DynamicBeanPropertyELResolver
- writeStringToFile(String, String) - Static method in class org.flowable.common.engine.impl.util.IoUtil
X
- xmlEncoding - Variable in class org.flowable.common.engine.impl.AbstractEngineConfiguration
Y
- YEAR - Static variable in class org.flowable.common.engine.impl.calendar.CronExpression
- years - Variable in class org.flowable.common.engine.impl.calendar.CronExpression
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form