- Cache - Class in org.flowable.engine.common.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.engine.common.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.engine.common.impl.de.odysseus.el.tree.impl.Cache
-
Creates a new cache with the specified capacity and concurrency level.
- cache - Variable in class org.flowable.engine.common.impl.persistence.deploy.DefaultDeploymentCache
-
- CachedEntity - Class in org.flowable.engine.common.impl.persistence.cache
-
- CachedEntity(Entity, boolean) - Constructor for class org.flowable.engine.common.impl.persistence.cache.CachedEntity
-
- CachedEntityMatcher<EntityImpl extends Entity> - Interface in org.flowable.engine.common.impl.db
-
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.engine.common.impl.db
-
- CachedEntityMatcherAdapter() - Constructor for class org.flowable.engine.common.impl.db.CachedEntityMatcherAdapter
-
- cachedObjects - Variable in class org.flowable.engine.common.impl.persistence.cache.EntityCacheImpl
-
- cacheLoadOrStore(List<Object>) - Method in class org.flowable.engine.common.impl.db.DbSqlSession
-
- cacheLoadOrStore(Entity) - Method in class org.flowable.engine.common.impl.db.DbSqlSession
-
Returns the object in the cache.
- cacheRemove(Class<?>, String) - Method in interface org.flowable.engine.common.impl.persistence.cache.EntityCache
-
Removes the
Entity of the given type with the given id from the cache.
- cacheRemove(Class<?>, String) - Method in class org.flowable.engine.common.impl.persistence.cache.EntityCacheImpl
-
- CallbackData - Class in org.flowable.engine.common.impl.callback
-
- CallbackData(String, String, String, String, String) - Constructor for class org.flowable.engine.common.impl.callback.CallbackData
-
- callbackId - Variable in class org.flowable.engine.common.impl.callback.CallbackData
-
- callbackType - Variable in class org.flowable.engine.common.impl.callback.CallbackData
-
- calledInsideTransaction() - Method in class org.flowable.engine.common.impl.interceptor.JtaRetryInterceptor
-
- cause - Variable in class org.flowable.engine.common.impl.event.FlowableEntityExceptionEventImpl
-
- checkQueryOk() - Method in class org.flowable.engine.common.impl.AbstractQuery
-
- checkQueryOk() - Method in class org.flowable.engine.common.impl.query.AbstractQuery
-
- classLoader - Variable in class org.flowable.engine.common.AbstractEngineConfiguration
-
- clear() - Method in class org.flowable.engine.common.impl.cfg.SpringBeanFactoryProxyMap
-
- clear() - Method in class org.flowable.engine.common.impl.persistence.deploy.DefaultDeploymentCache
-
- clear() - Method in interface org.flowable.engine.common.impl.persistence.deploy.DeploymentCache
-
- clearCurrentTenantId() - Method in interface org.flowable.engine.common.impl.cfg.multitenant.TenantInfoHolder
-
Clears the current tenant identifier settings.
- clock - Variable in class org.flowable.engine.common.AbstractEngineConfiguration
-
- clock - Variable in class org.flowable.engine.common.AbstractServiceConfiguration
-
- Clock - Interface in org.flowable.engine.common.runtime
-
This interface provides full access to the clock
- ClockReader - Interface in org.flowable.engine.common.runtime
-
This interface provides clock reading functionality
- close() - Method in class org.flowable.engine.common.impl.agenda.AbstractAgenda
-
- close() - Method in class org.flowable.engine.common.impl.db.DbSqlSession
-
- close() - Method in class org.flowable.engine.common.impl.interceptor.CommandContext
-
- close() - Method in interface org.flowable.engine.common.impl.interceptor.Session
-
- close() - Method in class org.flowable.engine.common.impl.persistence.cache.EntityCacheImpl
-
- closed(CommandContext) - Method in interface org.flowable.engine.common.impl.interceptor.CommandContextCloseListener
-
- closed(CommandContext) - Method in class org.flowable.engine.common.impl.interceptor.TransactionCommandContextCloseListener
-
- closeFailure(CommandContext) - Method in interface org.flowable.engine.common.impl.interceptor.CommandContextCloseListener
-
Called when the
CommandContext has not been successfully closed due to an exception that happened.
- closeFailure(CommandContext) - Method in class org.flowable.engine.common.impl.interceptor.TransactionCommandContextCloseListener
-
- closeListeners - Variable in class org.flowable.engine.common.impl.interceptor.CommandContext
-
- closeSessions() - Method in class org.flowable.engine.common.impl.interceptor.CommandContext
-
- closeSilently(InputStream) - Static method in class org.flowable.engine.common.impl.util.IoUtil
-
Closes the given stream.
- closeSilently(OutputStream) - Static method in class org.flowable.engine.common.impl.util.IoUtil
-
Closes the given stream.
- closing(CommandContext) - Method in interface org.flowable.engine.common.impl.interceptor.CommandContextCloseListener
-
Called when the
CommandContext is being closed, but no 'close logic' has been executed.
- closing(CommandContext) - Method in class org.flowable.engine.common.impl.interceptor.TransactionCommandContextCloseListener
-
- cmp(boolean) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.Parser
-
cmp := add (<LT> add | <LE> add | <GE> add | <GT> add)*
- coerceStringToType(String, Class<?>) - Method in class org.flowable.engine.common.impl.de.odysseus.el.misc.TypeConverterImpl
-
- coerceToBigDecimal(Object) - Method in class org.flowable.engine.common.impl.de.odysseus.el.misc.TypeConverterImpl
-
- coerceToBigInteger(Object) - Method in class org.flowable.engine.common.impl.de.odysseus.el.misc.TypeConverterImpl
-
- coerceToBoolean(Object) - Method in class org.flowable.engine.common.impl.de.odysseus.el.misc.TypeConverterImpl
-
- coerceToByte(Object) - Method in class org.flowable.engine.common.impl.de.odysseus.el.misc.TypeConverterImpl
-
- coerceToCharacter(Object) - Method in class org.flowable.engine.common.impl.de.odysseus.el.misc.TypeConverterImpl
-
- coerceToDouble(Object) - Method in class org.flowable.engine.common.impl.de.odysseus.el.misc.TypeConverterImpl
-
- coerceToEnum(Object, Class<T>) - Method in class org.flowable.engine.common.impl.de.odysseus.el.misc.TypeConverterImpl
-
- coerceToFloat(Object) - Method in class org.flowable.engine.common.impl.de.odysseus.el.misc.TypeConverterImpl
-
- coerceToInteger(Object) - Method in class org.flowable.engine.common.impl.de.odysseus.el.misc.TypeConverterImpl
-
- coerceToLong(Object) - Method in class org.flowable.engine.common.impl.de.odysseus.el.misc.TypeConverterImpl
-
- coerceToShort(Object) - Method in class org.flowable.engine.common.impl.de.odysseus.el.misc.TypeConverterImpl
-
- coerceToString(Object) - Method in class org.flowable.engine.common.impl.de.odysseus.el.misc.TypeConverterImpl
-
- coerceToType(Object, Class<?>) - Method in class org.flowable.engine.common.impl.de.odysseus.el.ExpressionFactoryImpl
-
- coerceToType(Object, Class<?>) - Method in class org.flowable.engine.common.impl.de.odysseus.el.misc.TypeConverterImpl
-
- coerceToType(Object, Class<?>) - Method in class org.flowable.engine.common.impl.javax.el.ExpressionFactory
-
Coerces an object to a specific type according to the EL type conversion rules.
- CollectionUtil - Class in org.flowable.engine.common.impl.util
-
helper/convenience methods for working with collections.
- Command<T> - Interface in org.flowable.engine.common.impl.interceptor
-
- command - Variable in class org.flowable.engine.common.impl.interceptor.CommandContext
-
- CommandConfig - Class in org.flowable.engine.common.impl.interceptor
-
Configuration settings for the command interceptor chain.
- CommandConfig() - Constructor for class org.flowable.engine.common.impl.interceptor.CommandConfig
-
- CommandConfig(boolean) - Constructor for class org.flowable.engine.common.impl.interceptor.CommandConfig
-
- CommandConfig(boolean, TransactionPropagation) - Constructor for class org.flowable.engine.common.impl.interceptor.CommandConfig
-
- CommandConfig(CommandConfig) - Constructor for class org.flowable.engine.common.impl.interceptor.CommandConfig
-
- commandContext - Variable in class org.flowable.engine.common.impl.AbstractNativeQuery
-
- commandContext - Variable in class org.flowable.engine.common.impl.AbstractQuery
-
- commandContext - Variable in class org.flowable.engine.common.impl.agenda.AbstractAgenda
-
- commandContext - Variable in class org.flowable.engine.common.impl.cfg.standalone.StandaloneMybatisTransactionContext
-
- CommandContext - Class in org.flowable.engine.common.impl.interceptor
-
- CommandContext(Command<?>) - Constructor for class org.flowable.engine.common.impl.interceptor.CommandContext
-
- commandContext - Variable in class org.flowable.engine.common.impl.query.AbstractNativeQuery
-
- commandContext - Variable in class org.flowable.engine.common.impl.query.AbstractQuery
-
- CommandContextCloseListener - Interface in org.flowable.engine.common.impl.interceptor
-
A listener that can be used to be notified of lifecycle events of the
CommandContext.
- commandContextFactory - Variable in class org.flowable.engine.common.AbstractEngineConfiguration
-
- CommandContextFactory - Class in org.flowable.engine.common.impl.interceptor
-
- CommandContextFactory() - Constructor for class org.flowable.engine.common.impl.interceptor.CommandContextFactory
-
- commandContextFactory - Variable in class org.flowable.engine.common.impl.interceptor.CommandContextInterceptor
-
- CommandContextInterceptor - Class in org.flowable.engine.common.impl.interceptor
-
- CommandContextInterceptor() - Constructor for class org.flowable.engine.common.impl.interceptor.CommandContextInterceptor
-
- CommandContextInterceptor(CommandContextFactory) - Constructor for class org.flowable.engine.common.impl.interceptor.CommandContextInterceptor
-
- commandContextThreadLocal - Static variable in class org.flowable.engine.common.impl.context.Context
-
- commandExecutor - Variable in class org.flowable.engine.common.AbstractEngineConfiguration
-
- commandExecutor - Variable in class org.flowable.engine.common.impl.AbstractNativeQuery
-
- commandExecutor - Variable in class org.flowable.engine.common.impl.AbstractQuery
-
- CommandExecutor - Interface in org.flowable.engine.common.impl.interceptor
-
The command executor for internal usage.
- commandExecutor - Variable in class org.flowable.engine.common.impl.query.AbstractNativeQuery
-
- commandExecutor - Variable in class org.flowable.engine.common.impl.query.AbstractQuery
-
- CommandExecutorImpl - Class in org.flowable.engine.common.impl.cfg
-
Command executor that passes commands to the first interceptor in the chain.
- CommandExecutorImpl(CommandConfig, CommandInterceptor) - Constructor for class org.flowable.engine.common.impl.cfg.CommandExecutorImpl
-
- CommandInterceptor - Interface in org.flowable.engine.common.impl.interceptor
-
- commandInterceptors - Variable in class org.flowable.engine.common.AbstractEngineConfiguration
-
- commandInvoker - Variable in class org.flowable.engine.common.AbstractEngineConfiguration
-
- commit() - Method in class org.flowable.engine.common.impl.cfg.jta.JtaTransactionContext
-
- commit() - Method in class org.flowable.engine.common.impl.cfg.standalone.StandaloneMybatisTransactionContext
-
- commit() - Method in interface org.flowable.engine.common.impl.cfg.TransactionContext
-
- commit() - Method in class org.flowable.engine.common.impl.db.DbSqlSession
-
- commonDbSchemaManager - Variable in class org.flowable.engine.common.AbstractEngineConfiguration
-
- CommonDbSchemaManager - Class in org.flowable.engine.common.impl.db
-
- CommonDbSchemaManager() - Constructor for class org.flowable.engine.common.impl.db.CommonDbSchemaManager
-
- CompositeELResolver - Class in org.flowable.engine.common.impl.javax.el
-
Maintains an ordered composite list of child ELResolvers.
- CompositeELResolver() - Constructor for class org.flowable.engine.common.impl.javax.el.CompositeELResolver
-
- configureResolvers(List<ELResolver>) - Method in class org.flowable.engine.common.impl.el.DefaultExpressionManager
-
- connectionMetadataDefaultCatalog - Variable in class org.flowable.engine.common.impl.db.DbSqlSession
-
- connectionMetadataDefaultSchema - Variable in class org.flowable.engine.common.impl.db.DbSqlSession
-
- consumeToken() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.Parser
-
consume current token (get next token).
- consumeToken(Scanner.Symbol) - Method in class org.flowable.engine.common.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.engine.common.impl.persistence.deploy.DefaultDeploymentCache
-
- contains(String) - Method in interface org.flowable.engine.common.impl.persistence.deploy.DeploymentCache
-
- containsKey(Object) - Method in class org.flowable.engine.common.impl.cfg.SpringBeanFactoryProxyMap
-
- containsValue(Object) - Method in class org.flowable.engine.common.impl.cfg.SpringBeanFactoryProxyMap
-
- Context - Class in org.flowable.engine.common.impl.context
-
- Context() - Constructor for class org.flowable.engine.common.impl.context.Context
-
- context - Variable in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.Parser
-
- contextCreated(ELContextEvent) - Method in interface org.flowable.engine.common.impl.javax.el.ELContextListener
-
Invoked when a new ELContext has been created.
- convert(Object, Class<T>) - Method in interface org.flowable.engine.common.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.engine.common.impl.de.odysseus.el.misc.TypeConverterImpl
-
- convert(Object, Class<T>) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.Bindings
-
Apply type conversion.
- convertToTimeZone(Calendar, TimeZone) - Static method in class org.flowable.engine.common.impl.util.TimeZoneUtil
-
- count() - Method in class org.flowable.engine.common.impl.AbstractNativeQuery
-
- count() - Method in class org.flowable.engine.common.impl.AbstractQuery
-
- count() - Method in class org.flowable.engine.common.impl.query.AbstractNativeQuery
-
- count() - Method in class org.flowable.engine.common.impl.query.AbstractQuery
-
- create() - Method in interface org.flowable.engine.common.impl.persistence.entity.data.DataManager
-
- create() - Method in interface org.flowable.engine.common.impl.persistence.entity.EntityManager
-
- createAstBinary(AstNode, AstNode, AstBinary.Operator) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.Parser
-
- createAstBracket(AstNode, AstNode, boolean, boolean) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.Parser
-
- createAstChoice(AstNode, AstNode, AstNode) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.Parser
-
- createAstComposite(List<AstNode>) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.Parser
-
- createAstDot(AstNode, String, boolean) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.Parser
-
- createAstFunction(String, int, AstParameters) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.Parser
-
- createAstIdentifier(String, int) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.Parser
-
- createAstMethod(AstProperty, AstParameters) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.Parser
-
- createAstNode(AstNode...) - Method in class org.flowable.engine.common.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.engine.common.impl.de.odysseus.el.tree.impl.Parser
-
- createBeanElResolver() - Method in class org.flowable.engine.common.impl.el.DefaultExpressionManager
-
- createCommandContext(Command<?>) - Method in class org.flowable.engine.common.impl.interceptor.CommandContextFactory
-
- createDbSqlSession() - Method in class org.flowable.engine.common.impl.db.DbSqlSessionFactory
-
- createDbSqlSessionFactory() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- createElResolver(VariableContainer) - Method in class org.flowable.engine.common.impl.el.DefaultExpressionManager
-
- createExpression(String) - Method in class org.flowable.engine.common.impl.el.DefaultExpressionManager
-
- createExpression(String) - Method in interface org.flowable.engine.common.impl.el.ExpressionManager
-
- createJuelExpression(String, ValueExpression) - Method in class org.flowable.engine.common.impl.el.DefaultExpressionManager
-
- createMethodExpression(ELContext, String, Class<?>, Class<?>[]) - Method in class org.flowable.engine.common.impl.de.odysseus.el.ExpressionFactoryImpl
-
- createMethodExpression(ELContext, String, Class<?>, Class<?>[]) - Method in class org.flowable.engine.common.impl.javax.el.ExpressionFactory
-
- createParser(String) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.Builder
-
- createScanner(String) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.Parser
-
- createTransactionInterceptor() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- createTreeBuilder(Properties, Builder.Feature...) - Method in class org.flowable.engine.common.impl.de.odysseus.el.ExpressionFactoryImpl
-
Create the factory's builder.
- createTreeStore(int, ExpressionFactoryImpl.Profile, Properties) - Method in class org.flowable.engine.common.impl.de.odysseus.el.ExpressionFactoryImpl
-
Create the factory's tree store.
- createTypeConverter(Properties) - Method in class org.flowable.engine.common.impl.de.odysseus.el.ExpressionFactoryImpl
-
Create the factory's type converter.
- createValueExpression(Object, Class<?>) - Method in class org.flowable.engine.common.impl.de.odysseus.el.ExpressionFactoryImpl
-
- createValueExpression(ELContext, String, Class<?>) - Method in class org.flowable.engine.common.impl.de.odysseus.el.ExpressionFactoryImpl
-
- createValueExpression(ELContext, String, Class<?>) - Method in class org.flowable.engine.common.impl.javax.el.ExpressionFactory
-
- createValueExpression(Object, Class<?>) - Method in class org.flowable.engine.common.impl.javax.el.ExpressionFactory
-
Creates a ValueExpression that wraps an object instance.
- createVariableElResolver(VariableContainer) - Method in class org.flowable.engine.common.impl.el.DefaultExpressionManager
-
- CURRENT_TIME - Static variable in class org.flowable.engine.common.impl.util.DefaultClockImpl
-
- CURRENT_VERSION - Static variable in class org.flowable.engine.common.impl.FlowableVersions
-
- currentEngineConfiguration - Variable in class org.flowable.engine.common.impl.interceptor.CommandContext
-
- currentEngineConfigurationKey - Variable in class org.flowable.engine.common.impl.interceptor.CommandContextInterceptor
-
- customMybatisMappers - Variable in class org.flowable.engine.common.AbstractEngineConfiguration
-
- CustomMybatisTypeAliasConfig - Class in org.flowable.engine.common.impl.db
-
- CustomMybatisTypeAliasConfig(String, Class<?>) - Constructor for class org.flowable.engine.common.impl.db.CustomMybatisTypeAliasConfig
-
- CustomMyBatisTypeHandlerConfig - Class in org.flowable.engine.common.impl.db
-
- CustomMyBatisTypeHandlerConfig(Class<?>, JdbcType, Class<?>) - Constructor for class org.flowable.engine.common.impl.db.CustomMyBatisTypeHandlerConfig
-
- customMybatisXMLMappers - Variable in class org.flowable.engine.common.AbstractEngineConfiguration
-
- customPostCommandInterceptors - Variable in class org.flowable.engine.common.AbstractEngineConfiguration
-
- customPreCommandInterceptors - Variable in class org.flowable.engine.common.AbstractEngineConfiguration
-
- customSessionFactories - Variable in class org.flowable.engine.common.AbstractEngineConfiguration
-
- CustomSqlExecution<Mapper,ResultType> - Interface in org.flowable.engine.common.impl.cmd
-
- ELContext - Class in org.flowable.engine.common.impl.javax.el
-
Context information for expression evaluation.
- ELContext() - Constructor for class org.flowable.engine.common.impl.javax.el.ELContext
-
- ELContextEvent - Class in org.flowable.engine.common.impl.javax.el
-
An event which indicates that an
ELContext has been created.
- ELContextEvent(ELContext) - Constructor for class org.flowable.engine.common.impl.javax.el.ELContextEvent
-
Constructs an ELContextEvent object to indicate that an ELContext has been created.
- ELContextListener - Interface in org.flowable.engine.common.impl.javax.el
-
The listener interface for receiving notification when an
ELContext is created.
- ELException - Exception in org.flowable.engine.common.impl.javax.el
-
Represents any of the exception conditions that can arise during expression evaluation.
- ELException() - Constructor for exception org.flowable.engine.common.impl.javax.el.ELException
-
Creates an ELException with no detail message.
- ELException(String) - Constructor for exception org.flowable.engine.common.impl.javax.el.ELException
-
Creates an ELException with the provided detail message.
- ELException(Throwable) - Constructor for exception org.flowable.engine.common.impl.javax.el.ELException
-
Creates an ELException with the given cause.
- ELException(String, Throwable) - Constructor for exception org.flowable.engine.common.impl.javax.el.ELException
-
Creates an ELException with the given detail message and root cause.
- elResolver - Variable in class org.flowable.engine.common.impl.el.FlowableElContext
-
- ELResolver - Class in org.flowable.engine.common.impl.javax.el
-
Enables customization of variable and property resolution behavior for EL expression evaluation.
- ELResolver() - Constructor for class org.flowable.engine.common.impl.javax.el.ELResolver
-
- empty(TypeConverter, Object) - Static method in class org.flowable.engine.common.impl.de.odysseus.el.misc.BooleanOperations
-
- EMPTY - Static variable in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstUnary
-
- enabled - Variable in class org.flowable.engine.common.impl.event.FlowableEventDispatcherImpl
-
- enableEventDispatcher - Variable in class org.flowable.engine.common.AbstractEngineConfiguration
-
- enableEventDispatcher - Variable in class org.flowable.engine.common.AbstractServiceConfiguration
-
- EngineConfigurationConstants - Interface in org.flowable.engine.common.impl.interceptor
-
- engineConfigurations - Variable in class org.flowable.engine.common.AbstractEngineConfiguration
-
- engineConfigurations - Variable in class org.flowable.engine.common.impl.interceptor.CommandContext
-
- engineConfigurations - Variable in class org.flowable.engine.common.impl.interceptor.CommandContextInterceptor
-
- EngineInfo - Class in org.flowable.engine.common
-
Represents information about the initialization of the engine.
- EngineInfo(String, String, String) - Constructor for class org.flowable.engine.common.EngineInfo
-
- ensureGeneratorInitialized() - Method in class org.flowable.engine.common.impl.persistence.StrongUuidGenerator
-
- entity - Variable in class org.flowable.engine.common.impl.event.FlowableEntityEventImpl
-
- entity - Variable in class org.flowable.engine.common.impl.event.FlowableEntityExceptionEventImpl
-
- entity - Variable in class org.flowable.engine.common.impl.persistence.cache.CachedEntity
-
- Entity - Interface in org.flowable.engine.common.impl.persistence.entity
-
- entityCache - Variable in class org.flowable.engine.common.impl.db.DbSqlSession
-
- EntityCache - Interface in org.flowable.engine.common.impl.persistence.cache
-
This is a cache for
Entity instances during the execution of one
Command.
- EntityCacheImpl - Class in org.flowable.engine.common.impl.persistence.cache
-
- EntityCacheImpl() - Constructor for class org.flowable.engine.common.impl.persistence.cache.EntityCacheImpl
-
- EntityManager<EntityImpl extends Entity> - Interface in org.flowable.engine.common.impl.persistence.entity
-
- entrySet() - Method in class org.flowable.engine.common.impl.cfg.SpringBeanFactoryProxyMap
-
- eq(TypeConverter, Object, Object) - Static method in class org.flowable.engine.common.impl.de.odysseus.el.misc.BooleanOperations
-
- EQ - Static variable in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstBinary
-
- eq(boolean) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.Parser
-
eq := cmp (<EQ> cmp | <NE> cmp)*
- equals(Object) - Method in class org.flowable.engine.common.impl.db.SuspensionState.SuspensionStateImpl
-
- equals(Object) - Method in class org.flowable.engine.common.impl.de.odysseus.el.misc.TypeConverterImpl
-
- equals(Object) - Method in class org.flowable.engine.common.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.engine.common.impl.de.odysseus.el.tree.Bindings
-
- equals(Object) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.Builder
-
- equals(Object) - Method in class org.flowable.engine.common.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.engine.common.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.engine.common.impl.FlowableVersion
-
- equals(Object) - Method in class org.flowable.engine.common.impl.javax.el.Expression
-
Determines whether the specified object is equal to this Expression.
- eval(Bindings, ELContext) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstBinary
-
- eval(Bindings, ELContext, AstNode, AstNode) - Method in interface org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstBinary.Operator
-
- eval(Bindings, ELContext, AstNode, AstNode) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstBinary.SimpleOperator
-
- eval(Bindings, ELContext) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstBoolean
-
- eval(Bindings, ELContext) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstChoice
-
- eval(Bindings, ELContext) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstComposite
-
- eval(Bindings, ELContext) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstEval
-
- eval(Bindings, ELContext) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstFunction
-
- eval(Bindings, ELContext) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstIdentifier
-
- eval(Bindings, ELContext, boolean) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstMethod
-
- eval(Bindings, ELContext) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstMethod
-
- eval(Bindings, ELContext) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstNested
-
- eval(Bindings, ELContext) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstNode
-
- eval(Bindings, ELContext) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstNull
-
- eval(Bindings, ELContext) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstNumber
-
- eval(Bindings, ELContext) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstParameters
-
- eval(Bindings, ELContext) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstProperty
-
- eval(Bindings, ELContext) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstString
-
- eval(Bindings, ELContext) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstText
-
- eval(Bindings, ELContext) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstUnary
-
- eval(Bindings, ELContext, AstNode) - Method in interface org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstUnary.Operator
-
- eval(Bindings, ELContext, AstNode) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstUnary.SimpleOperator
-
- eval() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.Parser
-
eval := dynamic | deferred
- eval(boolean, boolean) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.Parser
-
dynmamic := <START_EVAL_DYNAMIC> expr <END_EVAL>
deferred := <START_EVAL_DEFERRED> expr <END_EVAL>
- EventDispatchAction - Interface in org.flowable.engine.common.impl.event
-
- eventDispatcher - Variable in class org.flowable.engine.common.AbstractEngineConfiguration
-
- eventDispatcher - Variable in class org.flowable.engine.common.AbstractServiceConfiguration
-
- eventListeners - Variable in class org.flowable.engine.common.AbstractEngineConfiguration
-
- eventListeners - Variable in class org.flowable.engine.common.AbstractServiceConfiguration
-
- eventListeners - Variable in class org.flowable.engine.common.impl.event.FlowableEventSupport
-
- eventSupport - Variable in class org.flowable.engine.common.impl.event.FlowableEventDispatcherImpl
-
- exception - Variable in class org.flowable.engine.common.impl.interceptor.CommandContext
-
- exception(Throwable) - Method in class org.flowable.engine.common.impl.interceptor.CommandContext
-
Stores the provided exception on this AbstractCommandContext instance.
- execute(CommandContext) - Method in class org.flowable.engine.common.impl.AbstractNativeQuery
-
- execute(CommandContext) - Method in class org.flowable.engine.common.impl.AbstractQuery
-
- execute(Command<T>) - Method in class org.flowable.engine.common.impl.cfg.CommandExecutorImpl
-
- execute(CommandConfig, Command<T>) - Method in class org.flowable.engine.common.impl.cfg.CommandExecutorImpl
-
- execute(CommandContext) - Method in interface org.flowable.engine.common.impl.cfg.TransactionListener
-
- execute(Mapper) - Method in interface org.flowable.engine.common.impl.cmd.CustomSqlExecution
-
- execute(SqlSession, Class<? extends Entity>) - Method in class org.flowable.engine.common.impl.db.BulkDeleteOperation
-
- execute() - Method in interface org.flowable.engine.common.impl.db.DbUpgradeStep
-
- execute(CommandContext) - Method in interface org.flowable.engine.common.impl.interceptor.Command
-
- execute(CommandConfig, Command<T>) - Method in class org.flowable.engine.common.impl.interceptor.CommandContextInterceptor
-
- execute(CommandConfig, Command<T>) - Method in interface org.flowable.engine.common.impl.interceptor.CommandExecutor
-
- execute(Command<T>) - Method in interface org.flowable.engine.common.impl.interceptor.CommandExecutor
-
- execute(CommandConfig, Command<T>) - Method in interface org.flowable.engine.common.impl.interceptor.CommandInterceptor
-
- execute(CommandConfig, Command<T>) - Method in class org.flowable.engine.common.impl.interceptor.DefaultCommandInvoker
-
- execute(CommandConfig, Command<T>) - Method in class org.flowable.engine.common.impl.interceptor.JtaRetryInterceptor
-
- execute(CommandConfig, Command<T>) - Method in class org.flowable.engine.common.impl.interceptor.JtaTransactionInterceptor
-
- execute(CommandConfig, Command<T>) - Method in class org.flowable.engine.common.impl.interceptor.LogInterceptor
-
- execute(CommandConfig, Command<T>) - Method in class org.flowable.engine.common.impl.interceptor.RetryInterceptor
-
- execute(CommandConfig, Command<T>) - Method in class org.flowable.engine.common.impl.interceptor.TransactionContextInterceptor
-
- execute(CommandContext) - Method in class org.flowable.engine.common.impl.query.AbstractNativeQuery
-
- execute(CommandContext) - Method in class org.flowable.engine.common.impl.query.AbstractQuery
-
- executeCloseListenersAfterSessionFlushed() - Method in class org.flowable.engine.common.impl.interceptor.CommandContext
-
- executeCloseListenersClosed() - Method in class org.flowable.engine.common.impl.interceptor.CommandContext
-
- executeCloseListenersCloseFailure() - Method in class org.flowable.engine.common.impl.interceptor.CommandContext
-
- executeCloseListenersClosing() - Method in class org.flowable.engine.common.impl.interceptor.CommandContext
-
- executeCount(CommandContext, Map<String, Object>) - Method in class org.flowable.engine.common.impl.AbstractNativeQuery
-
- executeCount(CommandContext) - Method in class org.flowable.engine.common.impl.AbstractQuery
-
- executeCount(CommandContext, Map<String, Object>) - Method in class org.flowable.engine.common.impl.query.AbstractNativeQuery
-
- executeCount(CommandContext) - Method in class org.flowable.engine.common.impl.query.AbstractQuery
-
- executeList(CommandContext, Map<String, Object>) - Method in class org.flowable.engine.common.impl.AbstractNativeQuery
-
Executes the actual query to retrieve the list of results.
- executeList(CommandContext) - Method in class org.flowable.engine.common.impl.AbstractQuery
-
Executes the actual query to retrieve the list of results.
- executeList(CommandContext, Map<String, Object>) - Method in class org.flowable.engine.common.impl.query.AbstractNativeQuery
-
Executes the actual query to retrieve the list of results.
- executeList(CommandContext) - Method in class org.flowable.engine.common.impl.query.AbstractQuery
-
Executes the actual query to retrieve the list of results.
- executeMandatorySchemaResource(String, String) - Method in class org.flowable.engine.common.impl.db.AbstractSqlScriptBasedDbSchemaManager
-
- executeSchemaResource(String, String, String, boolean) - Method in class org.flowable.engine.common.impl.db.AbstractSqlScriptBasedDbSchemaManager
-
- executeSchemaResource(String, String, String, InputStream) - Method in class org.flowable.engine.common.impl.db.AbstractSqlScriptBasedDbSchemaManager
-
- executeSingleResult(CommandContext) - Method in class org.flowable.engine.common.impl.AbstractNativeQuery
-
- executeSingleResult(CommandContext) - Method in class org.flowable.engine.common.impl.AbstractQuery
-
- executeSingleResult(CommandContext) - Method in class org.flowable.engine.common.impl.query.AbstractNativeQuery
-
- executeSingleResult(CommandContext) - Method in class org.flowable.engine.common.impl.query.AbstractQuery
-
- executeTransactionListeners(List<TransactionListener>, CommandContext) - Method in class org.flowable.engine.common.impl.cfg.standalone.StandaloneMybatisTransactionContext
-
- executionId - Variable in class org.flowable.engine.common.impl.event.FlowableEventImpl
-
- expr(boolean) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.Parser
-
expr := or (<QUESTION> expr <COLON> expr)?
- Expression - Class in org.flowable.engine.common.impl.javax.el
-
- Expression() - Constructor for class org.flowable.engine.common.impl.javax.el.Expression
-
- expressionFactory - Variable in class org.flowable.engine.common.impl.el.DefaultExpressionManager
-
- ExpressionFactory - Class in org.flowable.engine.common.impl.javax.el
-
- ExpressionFactory() - Constructor for class org.flowable.engine.common.impl.javax.el.ExpressionFactory
-
- ExpressionFactoryImpl - Class in org.flowable.engine.common.impl.de.odysseus.el
-
Expression factory implementation.
- ExpressionFactoryImpl() - Constructor for class org.flowable.engine.common.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.engine.common.impl.de.odysseus.el.ExpressionFactoryImpl
-
Create a new expression factory using the default builder and cache implementations.
- ExpressionFactoryImpl(Properties) - Constructor for class org.flowable.engine.common.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.engine.common.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.engine.common.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.engine.common.impl.de.odysseus.el.ExpressionFactoryImpl
-
Create a new expression factory using the default builder and cache implementations.
- ExpressionFactoryImpl(TreeStore) - Constructor for class org.flowable.engine.common.impl.de.odysseus.el.ExpressionFactoryImpl
-
Create a new expression factory.
- ExpressionFactoryImpl(TreeStore, TypeConverter) - Constructor for class org.flowable.engine.common.impl.de.odysseus.el.ExpressionFactoryImpl
-
Create a new expression factory.
- ExpressionFactoryImpl.Profile - Enum in org.flowable.engine.common.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.engine.common.impl.el
-
- ExpressionFactoryResolver() - Constructor for class org.flowable.engine.common.impl.el.ExpressionFactoryResolver
-
- ExpressionManager - Interface in org.flowable.engine.common.impl.el
-
Used as an entry point for runtime evaluation of the expressions.
- expressionManager - Variable in class org.flowable.engine.common.impl.el.JuelExpression
-
- ExpressionNode - Interface in org.flowable.engine.common.impl.de.odysseus.el.tree
-
Expression node interface.
- expressionText - Variable in class org.flowable.engine.common.impl.el.JuelExpression
-
- ExtensionHandler(Parser.ExtensionPoint) - Constructor for class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.Parser.ExtensionHandler
-
- extensions - Variable in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.Parser
-
- ExtensionToken(String) - Constructor for class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.Scanner.ExtensionToken
-
- ge(TypeConverter, Object, Object) - Static method in class org.flowable.engine.common.impl.de.odysseus.el.misc.BooleanOperations
-
- GE - Static variable in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstBinary
-
- generateParameterMap() - Method in class org.flowable.engine.common.BaseNativeQuery
-
- GenericManagerFactory - Class in org.flowable.engine.common.impl.persistence
-
- GenericManagerFactory(Class<? extends Session>, Class<? extends Session>) - Constructor for class org.flowable.engine.common.impl.persistence.GenericManagerFactory
-
- GenericManagerFactory(Class<? extends Session>) - Constructor for class org.flowable.engine.common.impl.persistence.GenericManagerFactory
-
- get(Object) - Method in class org.flowable.engine.common.impl.cfg.SpringBeanFactoryProxyMap
-
- get(String, Object...) - Static method in class org.flowable.engine.common.impl.de.odysseus.el.misc.LocalMessages
-
- get(String) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.Cache
-
- get(String) - Method in interface org.flowable.engine.common.impl.de.odysseus.el.tree.TreeCache
-
Lookup tree
- get(String) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.TreeStore
-
- get(String) - Method in class org.flowable.engine.common.impl.persistence.deploy.DefaultDeploymentCache
-
- get(String) - Method in interface org.flowable.engine.common.impl.persistence.deploy.DeploymentCache
-
- getAdditionalDefaultCommandInterceptors() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- getAdditionalEventDispatchActions() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- getAdditionalEventDispatchActions() - Method in class org.flowable.engine.common.AbstractServiceConfiguration
-
- getAliasName() - Method in class org.flowable.engine.common.impl.db.CustomMybatisTypeAliasConfig
-
- getAll() - Method in class org.flowable.engine.common.impl.persistence.deploy.DefaultDeploymentCache
-
- getAllCachedEntities() - Method in interface org.flowable.engine.common.impl.persistence.cache.EntityCache
-
Returns all cached
Entity instances as a map with following structure: { entityClassName, {entityId, entity} }
- getAllCachedEntities() - Method in class org.flowable.engine.common.impl.persistence.cache.EntityCacheImpl
-
- getAllTenants() - Method in interface org.flowable.engine.common.impl.cfg.multitenant.TenantInfoHolder
-
Returns all known tenant identifiers.
- getAttribute(String) - Method in class org.flowable.engine.common.impl.interceptor.CommandContext
-
- getAuthenticatedUserId() - Static method in class org.flowable.engine.common.impl.identity.Authentication
-
- getBase() - Method in class org.flowable.engine.common.impl.javax.el.ValueReference
-
- getBeanProperty(String) - Method in class org.flowable.engine.common.impl.javax.el.BeanELResolver.BeanProperties
-
- getBeans() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- getBeans() - Method in class org.flowable.engine.common.impl.el.DefaultExpressionManager
-
- getBeans() - Method in interface org.flowable.engine.common.impl.el.ExpressionManager
-
- getBuilder() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.TreeStore
-
- getBulkInserteableEntityClasses() - Method in class org.flowable.engine.common.impl.db.DbSqlSessionFactory
-
- getBulkInsertStatement(Class) - Method in class org.flowable.engine.common.impl.db.DbSqlSessionFactory
-
- getBulkInsertStatements() - Method in class org.flowable.engine.common.impl.db.DbSqlSessionFactory
-
- getBusinessCalendar(String) - Method in interface org.flowable.engine.common.impl.calendar.BusinessCalendarManager
-
- getBytesFromInputStream(InputStream) - Method in class org.flowable.engine.common.impl.util.io.InputStreamSource
-
- getCallbackId() - Method in class org.flowable.engine.common.impl.callback.CallbackData
-
- getCallbackType() - Method in class org.flowable.engine.common.impl.callback.CallbackData
-
- getCardinality() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstBinary
-
- getCardinality() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstBracket
-
- getCardinality() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstChoice
-
- getCardinality() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstComposite
-
- getCardinality() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstDot
-
- getCardinality() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstEval
-
- getCardinality() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstFunction
-
- getCardinality() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstIdentifier
-
- getCardinality() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstLiteral
-
- getCardinality() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstMethod
-
- getCardinality() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstNested
-
- getCardinality() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstParameters
-
- getCardinality() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstText
-
- getCardinality() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstUnary
-
- getCardinality() - Method in interface org.flowable.engine.common.impl.de.odysseus.el.tree.Node
-
Get the node's number of children.
- getCause() - Method in class org.flowable.engine.common.impl.event.FlowableEntityExceptionEventImpl
-
- getChild(int) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstBinary
-
- getChild(int) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstBracket
-
- getChild(int) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstChoice
-
- getChild(int) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstComposite
-
- getChild(int) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstEval
-
- getChild(int) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstFunction
-
- getChild(int) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstIdentifier
-
- getChild(int) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstLiteral
-
- getChild(int) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstMethod
-
- getChild(int) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstNested
-
- getChild(int) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstParameters
-
- getChild(int) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstProperty
-
- getChild(int) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstText
-
- getChild(int) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstUnary
-
- getChild(int) - Method in interface org.flowable.engine.common.impl.de.odysseus.el.tree.Node
-
Get i'th child
- getClassLoader() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- getClassLoader() - Static method in class org.flowable.engine.common.impl.util.ReflectUtil
-
- getClock() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- getClock() - Method in class org.flowable.engine.common.AbstractServiceConfiguration
-
- getCloseListeners() - Method in class org.flowable.engine.common.impl.interceptor.CommandContext
-
- getCommand() - Method in class org.flowable.engine.common.impl.interceptor.CommandContext
-
- getCommandContext() - Method in class org.flowable.engine.common.impl.agenda.AbstractAgenda
-
- getCommandContext() - Static method in class org.flowable.engine.common.impl.context.Context
-
- getCommandContext() - Method in class org.flowable.engine.common.impl.db.AbstractDataManager
-
- getCommandContextFactory() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- getCommandContextFactory() - Method in class org.flowable.engine.common.impl.interceptor.CommandContextInterceptor
-
- getCommandExecutor() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- getCommandInterceptors() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- getCommandInvoker() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- getCommonDbSchemaManager() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- getCommonPropertyType(ELContext, Object) - Method in class org.flowable.engine.common.impl.de.odysseus.el.util.RootPropertyResolver
-
- getCommonPropertyType(ELContext, Object) - Method in class org.flowable.engine.common.impl.de.odysseus.el.util.SimpleResolver
-
- getCommonPropertyType(ELContext, Object) - Method in class org.flowable.engine.common.impl.el.DynamicBeanPropertyELResolver
-
- getCommonPropertyType(ELContext, Object) - Method in class org.flowable.engine.common.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.engine.common.impl.el.ReadOnlyMapELResolver
-
- getCommonPropertyType(ELContext, Object) - Method in class org.flowable.engine.common.impl.el.VariableContainerELResolver
-
- getCommonPropertyType(ELContext, Object) - Method in class org.flowable.engine.common.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.engine.common.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.engine.common.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.engine.common.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.engine.common.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.engine.common.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.engine.common.impl.javax.el.ResourceBundleELResolver
-
If the base object is a ResourceBundle, returns the most general type that this resolver
accepts for the property argument.
- getConnection() - Method in class org.flowable.engine.common.impl.cfg.multitenant.TenantAwareDataSource
-
- getConnection(String, String) - Method in class org.flowable.engine.common.impl.cfg.multitenant.TenantAwareDataSource
-
- getConnectionMetadataDefaultCatalog() - Method in class org.flowable.engine.common.impl.db.DbSqlSession
-
- getConnectionMetadataDefaultSchema() - Method in class org.flowable.engine.common.impl.db.DbSqlSession
-
- getContext(Class<?>) - Method in class org.flowable.engine.common.impl.javax.el.ELContext
-
Returns the context object associated with the given key.
- getCurrentCalendar() - Method in class org.flowable.engine.common.impl.util.DefaultClockImpl
-
- getCurrentCalendar(TimeZone) - Method in class org.flowable.engine.common.impl.util.DefaultClockImpl
-
- getCurrentCalendar() - Method in interface org.flowable.engine.common.runtime.ClockReader
-
- getCurrentCalendar(TimeZone) - Method in interface org.flowable.engine.common.runtime.ClockReader
-
- getCurrentDataSource() - Method in class org.flowable.engine.common.impl.cfg.multitenant.TenantAwareDataSource
-
- getCurrentEngineConfiguration() - Method in class org.flowable.engine.common.impl.interceptor.CommandContext
-
- getCurrentEngineConfigurationKey() - Method in class org.flowable.engine.common.impl.interceptor.CommandContextInterceptor
-
- getCurrentTenantId() - Method in interface org.flowable.engine.common.impl.cfg.multitenant.TenantInfoHolder
-
Returns the current tenant identifier.
- getCurrentTime() - Method in class org.flowable.engine.common.impl.util.DefaultClockImpl
-
- getCurrentTime() - Method in interface org.flowable.engine.common.runtime.ClockReader
-
- getCurrentTimeZone() - Method in class org.flowable.engine.common.impl.util.DefaultClockImpl
-
- getCurrentTimeZone() - Method in interface org.flowable.engine.common.runtime.ClockReader
-
- getCustomMapper(Class<T>) - Method in class org.flowable.engine.common.impl.db.DbSqlSession
-
- getCustomMybatisMappers() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- getCustomMybatisXMLMappers() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- getCustomPostCommandInterceptors() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- getCustomPreCommandInterceptors() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- getCustomSessionFactories() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- getDatabaseCatalog() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- getDatabaseCatalog() - Method in class org.flowable.engine.common.impl.db.DbSqlSessionFactory
-
- getDatabaseSchema() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- getDatabaseSchema() - Method in class org.flowable.engine.common.impl.db.DbSqlSessionFactory
-
- getDatabaseSchemaUpdate() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- getDatabaseSpecificStatements() - Method in class org.flowable.engine.common.impl.db.DbSqlSessionFactory
-
- getDatabaseTablePrefix() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- getDatabaseTablePrefix() - Method in class org.flowable.engine.common.impl.db.DbSqlSessionFactory
-
- getDatabaseType() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- getDatabaseType() - Method in class org.flowable.engine.common.impl.db.DbSqlSessionFactory
-
- getDatabaseType() - Method in class org.flowable.engine.common.impl.db.ListQueryParameterObject
-
- getDatabaseWildcardEscapeCharacter() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- getDataSource() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- getDataSourceJndiName() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- getDataSources() - Method in class org.flowable.engine.common.impl.cfg.multitenant.TenantAwareDataSource
-
- getDbSchemaManager() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- getDbSqlSession() - Method in class org.flowable.engine.common.impl.db.AbstractDataManager
-
- getDbSqlSession() - Method in class org.flowable.engine.common.impl.db.AbstractSqlScriptBasedDbSchemaManager
-
- getDbSqlSessionFactory() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- getDbSqlSessionFactory() - Method in class org.flowable.engine.common.impl.db.DbSqlSession
-
- getDefaultCommandConfig() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- getDefaultCommandInterceptors() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- getDefaultConfig() - Method in class org.flowable.engine.common.impl.cfg.CommandExecutorImpl
-
- getDefaultConfig() - Method in interface org.flowable.engine.common.impl.interceptor.CommandExecutor
-
- getDefaultDatabaseTypeMappings() - Static method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- getDeleteStatement(Class<?>) - Method in class org.flowable.engine.common.impl.db.DbSqlSessionFactory
-
- getDeleteStatements() - Method in class org.flowable.engine.common.impl.db.DbSqlSessionFactory
-
- getDeletionOrder() - Method in class org.flowable.engine.common.impl.db.DbSqlSessionFactory
-
- getDependentEngineMybatisTypeAliasConfigs() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- getDependentEngineMybatisTypeHandlerConfigs() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- getDependentEngineMyBatisXmlMappers() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- getElContext(VariableContainer) - Method in class org.flowable.engine.common.impl.el.DefaultExpressionManager
-
- getElContext(VariableContainer) - Method in interface org.flowable.engine.common.impl.el.ExpressionManager
-
- getELContext() - Method in class org.flowable.engine.common.impl.javax.el.ELContextEvent
-
Returns the ELContext that was created.
- getELResolver() - Method in class org.flowable.engine.common.impl.de.odysseus.el.util.SimpleContext
-
Get our resolver.
- getELResolver() - Method in class org.flowable.engine.common.impl.el.FlowableElContext
-
- getELResolver() - Method in class org.flowable.engine.common.impl.el.ParsingElContext
-
- getELResolver() - Method in class org.flowable.engine.common.impl.javax.el.ELContext
-
Retrieves the ELResolver associated with this context.
- getEncountered() - Method in exception org.flowable.engine.common.impl.de.odysseus.el.tree.TreeBuilderException
-
- getEngineCfgKey() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- getEngineConfigurations() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- getEngineConfigurations() - Method in class org.flowable.engine.common.impl.interceptor.CommandContext
-
- getEngineConfigurations() - Method in class org.flowable.engine.common.impl.interceptor.CommandContextInterceptor
-
- getEngineName() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- getEntity(String, Object, SingleCachedEntityMatcher<EntityImpl>, boolean) - Method in class org.flowable.engine.common.impl.db.AbstractDataManager
-
- getEntity() - Method in class org.flowable.engine.common.impl.event.FlowableEntityEventImpl
-
- getEntity() - Method in class org.flowable.engine.common.impl.event.FlowableEntityExceptionEventImpl
-
- getEntity() - Method in class org.flowable.engine.common.impl.persistence.cache.CachedEntity
-
- getEntityCache() - Method in class org.flowable.engine.common.impl.db.AbstractDataManager
-
- getEventDispatcher() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- getEventDispatcher() - Method in class org.flowable.engine.common.AbstractServiceConfiguration
-
- getEventListeners() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- getEventListeners() - Method in class org.flowable.engine.common.AbstractServiceConfiguration
-
- getEventSupport() - Method in class org.flowable.engine.common.impl.event.FlowableEventDispatcherImpl
-
- getException() - Method in class org.flowable.engine.common.EngineInfo
-
- getException() - Method in class org.flowable.engine.common.impl.interceptor.CommandContext
-
- getExecutionId() - Method in class org.flowable.engine.common.impl.event.FlowableEventImpl
-
- getExpected() - Method in exception org.flowable.engine.common.impl.de.odysseus.el.tree.TreeBuilderException
-
- getExpectedType() - Method in class org.flowable.engine.common.impl.de.odysseus.el.ObjectValueExpression
-
- getExpectedType() - Method in class org.flowable.engine.common.impl.de.odysseus.el.TreeValueExpression
-
- getExpectedType() - Method in class org.flowable.engine.common.impl.javax.el.ValueExpression
-
Returns the type the result of the expression will be coerced to after evaluation.
- getExpression() - Method in exception org.flowable.engine.common.impl.de.odysseus.el.tree.TreeBuilderException
-
- getExpressionString() - Method in class org.flowable.engine.common.impl.de.odysseus.el.ObjectValueExpression
-
Answer null.
- getExpressionString() - Method in class org.flowable.engine.common.impl.de.odysseus.el.TreeMethodExpression
-
- getExpressionString() - Method in class org.flowable.engine.common.impl.de.odysseus.el.TreeValueExpression
-
- getExpressionString() - Method in class org.flowable.engine.common.impl.javax.el.Expression
-
Returns the original String used to create this Expression, unmodified.
- getExpressionText() - Method in class org.flowable.engine.common.impl.el.JuelExpression
-
- getExtensionHandler(Scanner.Token) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.Parser
-
- getExtensionPoint() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.Parser.ExtensionHandler
-
- getFeatureDescriptors(ELContext, Object) - Method in class org.flowable.engine.common.impl.de.odysseus.el.util.RootPropertyResolver
-
- getFeatureDescriptors(ELContext, Object) - Method in class org.flowable.engine.common.impl.de.odysseus.el.util.SimpleResolver
-
- getFeatureDescriptors(ELContext, Object) - Method in class org.flowable.engine.common.impl.el.DynamicBeanPropertyELResolver
-
- getFeatureDescriptors(ELContext, Object) - Method in class org.flowable.engine.common.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.engine.common.impl.el.ReadOnlyMapELResolver
-
- getFeatureDescriptors(ELContext, Object) - Method in class org.flowable.engine.common.impl.el.VariableContainerELResolver
-
- getFeatureDescriptors(ELContext, Object) - Method in class org.flowable.engine.common.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.engine.common.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.engine.common.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.engine.common.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.engine.common.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.engine.common.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.engine.common.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, Object) - Static method in class org.flowable.engine.common.impl.util.ReflectUtil
-
Returns the field of the given object or null if it doesn't exist.
- getField(String, Class<?>) - Static method in class org.flowable.engine.common.impl.util.ReflectUtil
-
Returns the field of the given class or null if it doesn't exist.
- getFile(String) - Static method in class org.flowable.engine.common.impl.util.IoUtil
-
- getFirst() - Method in class org.flowable.engine.common.impl.cfg.CommandExecutorImpl
-
- getFirstResult() - Method in class org.flowable.engine.common.impl.db.ListQueryParameterObject
-
- getFirstResult() - Method in class org.flowable.engine.common.impl.Page
-
- getFirstRow() - Method in class org.flowable.engine.common.impl.db.ListQueryParameterObject
-
- getFlowableVersionForDbVersion(String) - Static method in class org.flowable.engine.common.impl.FlowableVersions
-
- getFourObjectParameterMethod() - Method in class org.flowable.engine.common.impl.el.AbstractFlowableFunctionDelegate
-
- getFourObjectParameterMethod(String) - Method in class org.flowable.engine.common.impl.el.AbstractFlowableFunctionDelegate
-
- getFunction(int) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.Bindings
-
Get function by index.
- getFunctionDelegates() - Method in class org.flowable.engine.common.impl.el.DefaultExpressionManager
-
- getFunctionDelegates() - Method in interface org.flowable.engine.common.impl.el.ExpressionManager
-
- getFunctionMapper() - Method in class org.flowable.engine.common.impl.de.odysseus.el.util.SimpleContext
-
Get our function mapper.
- getFunctionMapper() - Method in class org.flowable.engine.common.impl.el.FlowableElContext
-
- getFunctionMapper() - Method in class org.flowable.engine.common.impl.el.ParsingElContext
-
- getFunctionMapper() - Method in class org.flowable.engine.common.impl.javax.el.ELContext
-
Retrieves the FunctionMapper associated with this ELContext.
- getFunctionNodes() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.Tree
-
Get function nodes (in no particular order)
- getFunctions() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.Parser
-
- getGetterShorthandName(Method) - Static method in class org.flowable.engine.common.impl.util.ReflectUtil
-
- getHistoryLevel() - Method in class org.flowable.engine.common.AbstractServiceConfiguration
-
- getHistoryLevelForKey(String) - Static method in enum org.flowable.engine.common.impl.history.HistoryLevel
-
- getId() - Method in class org.flowable.engine.common.impl.persistence.entity.AbstractEntity
-
- getId() - Method in class org.flowable.engine.common.impl.persistence.entity.AbstractEntityNoRevision
-
- getId() - Method in interface org.flowable.engine.common.impl.persistence.entity.Entity
-
- getIdentifierNodes() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.Tree
-
Get identifier nodes (in no particular order)
- getIdentifiers() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.Parser
-
- getIdGenerator() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- getIdGenerator() - Method in class org.flowable.engine.common.impl.db.DbSqlSessionFactory
-
- getImage() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.Scanner.Token
-
- getIndex() - Method in interface org.flowable.engine.common.impl.de.odysseus.el.tree.FunctionNode
-
Get the unique index of this identifier in the expression (e.g.
- getIndex() - Method in interface org.flowable.engine.common.impl.de.odysseus.el.tree.IdentifierNode
-
Get the unique index of this identifier in the expression (e.g.
- getIndex() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstFunction
-
- getIndex() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstIdentifier
-
- getInput() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.Scanner
-
- getInputStream() - Method in class org.flowable.engine.common.impl.util.io.BytesStreamSource
-
- getInputStream() - Method in class org.flowable.engine.common.impl.util.io.InputStreamSource
-
- getInputStream() - Method in interface org.flowable.engine.common.impl.util.io.StreamSource
-
- getInputStream() - Method in class org.flowable.engine.common.impl.util.io.StringStreamSource
-
- getInputStream() - Method in class org.flowable.engine.common.impl.util.io.UrlStreamSource
-
- getInsertionOrder() - Method in class org.flowable.engine.common.impl.db.DbSqlSessionFactory
-
- getInsertStatement(Entity) - Method in class org.flowable.engine.common.impl.db.DbSqlSessionFactory
-
- getInsertStatement(Class<? extends Entity>) - Method in class org.flowable.engine.common.impl.db.DbSqlSessionFactory
-
- getInsertStatements() - Method in class org.flowable.engine.common.impl.db.DbSqlSessionFactory
-
- getInstanceId() - Method in class org.flowable.engine.common.impl.callback.CallbackData
-
- getJavaTypeClass() - Method in class org.flowable.engine.common.impl.db.CustomMyBatisTypeHandlerConfig
-
- getJavaVersion() - Static method in class org.flowable.engine.common.impl.util.JvmUtil
-
- getJdbcDefaultTransactionIsolationLevel() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- getJdbcDriver() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- getJdbcMaxActiveConnections() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- getJdbcMaxCheckoutTime() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- getJdbcMaxIdleConnections() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- getJdbcMaxWaitTime() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- getJdbcPassword() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- getJdbcPingConnectionNotUsedFor() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- getJdbcPingQuery() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- getJdbcType() - Method in class org.flowable.engine.common.impl.db.CustomMyBatisTypeHandlerConfig
-
- getJdbcUrl() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- getJdbcUsername() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- getKey() - Method in enum org.flowable.engine.common.impl.history.HistoryLevel
-
String representation of this history-level.
- getLastId() - Method in class org.flowable.engine.common.impl.db.IdBlock
-
- getLastRow() - Method in class org.flowable.engine.common.impl.db.ListQueryParameterObject
-
- getList(String, Object) - Method in class org.flowable.engine.common.impl.db.AbstractDataManager
-
- getList(String, Object, CachedEntityMatcher<EntityImpl>) - Method in class org.flowable.engine.common.impl.db.AbstractDataManager
-
- getList(String, Object, CachedEntityMatcher<EntityImpl>, boolean) - Method in class org.flowable.engine.common.impl.db.AbstractDataManager
-
- getListFromCache(CachedEntityMatcher<EntityImpl>, Object) - Method in class org.flowable.engine.common.impl.db.AbstractDataManager
-
- getLocale() - Method in class org.flowable.engine.common.impl.javax.el.ELContext
-
- getLoginTimeout() - Method in class org.flowable.engine.common.impl.cfg.multitenant.TenantAwareDataSource
-
- getLogWriter() - Method in class org.flowable.engine.common.impl.cfg.multitenant.TenantAwareDataSource
-
- getMainVersion() - Method in class org.flowable.engine.common.impl.FlowableVersion
-
- getManagedEntityClass() - Method in class org.flowable.engine.common.impl.db.AbstractDataManager
-
- getManagedEntitySubClasses() - Method in class org.flowable.engine.common.impl.db.AbstractDataManager
-
- getMapperClass() - Method in interface org.flowable.engine.common.impl.cmd.CustomSqlExecution
-
- getMaxLengthString() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- getMaxLengthStringVariableType() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- getMaxNrOfStatementsInBulkInsert() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- getMaxNrOfStatementsInBulkInsert() - Method in class org.flowable.engine.common.impl.db.DbSqlSessionFactory
-
- getMaxResults() - Method in class org.flowable.engine.common.impl.db.ListQueryParameterObject
-
- getMaxResults() - Method in class org.flowable.engine.common.impl.Page
-
- getMethodExpression(Bindings, ELContext, Class<?>, Class<?>[]) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstIdentifier
-
- getMethodInfo(Bindings, ELContext, Class<?>, Class<?>[]) - Method in interface org.flowable.engine.common.impl.de.odysseus.el.tree.ExpressionNode
-
Get method information.
- getMethodInfo(Bindings, ELContext, Class<?>, Class<?>[]) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstEval
-
- getMethodInfo(Bindings, ELContext, Class<?>, Class<?>[]) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstIdentifier
-
- getMethodInfo(Bindings, ELContext, Class<?>, Class<?>[]) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstMethod
-
- getMethodInfo(Bindings, ELContext, Class<?>, Class<?>[]) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstProperty
-
- getMethodInfo(Bindings, ELContext, Class<?>, Class<?>[]) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstRightValue
-
- getMethodInfo(Bindings, ELContext, Class<?>, Class<?>[]) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstText
-
- getMethodInfo(ELContext) - Method in class org.flowable.engine.common.impl.de.odysseus.el.TreeMethodExpression
-
Evaluates the expression and answers information about the method
- getMethodInfo(ELContext) - Method in class org.flowable.engine.common.impl.javax.el.MethodExpression
-
Evaluates the expression relative to the provided context, and returns information about the
actual referenced method.
- getMyBatisXmlConfigurationStream() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- getName() - Method in class org.flowable.engine.common.EngineInfo
-
- getName() - Method in interface org.flowable.engine.common.impl.de.odysseus.el.tree.FunctionNode
-
Get the full function name
- getName() - Method in interface org.flowable.engine.common.impl.de.odysseus.el.tree.IdentifierNode
-
Get the identifier name
- getName() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstFunction
-
- getName() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstIdentifier
-
- getName() - Method in class org.flowable.engine.common.impl.Direction
-
- getName() - Method in class org.flowable.engine.common.impl.javax.el.MethodInfo
-
Returns the name of the method
- getNewState() - Method in class org.flowable.engine.common.impl.callback.CallbackData
-
- getNext() - Method in class org.flowable.engine.common.impl.interceptor.AbstractCommandInterceptor
-
- getNext() - Method in interface org.flowable.engine.common.impl.interceptor.CommandInterceptor
-
- getNext() - Method in class org.flowable.engine.common.impl.interceptor.DefaultCommandInvoker
-
- getNextId() - Method in interface org.flowable.engine.common.impl.cfg.IdGenerator
-
- getNextId() - Method in class org.flowable.engine.common.impl.db.IdBlock
-
- getNextId() - Method in class org.flowable.engine.common.impl.persistence.StrongUuidGenerator
-
- getNextOperation() - Method in class org.flowable.engine.common.impl.agenda.AbstractAgenda
-
- getNextOperation() - Method in interface org.flowable.engine.common.impl.agenda.Agenda
-
Get next operation from agenda and remove operation from the queue.
- getNoParameterMethod() - Method in class org.flowable.engine.common.impl.el.AbstractFlowableFunctionDelegate
-
- getNoParameterMethod(String) - Method in class org.flowable.engine.common.impl.el.AbstractFlowableFunctionDelegate
-
- getNullHandlingColumn() - Method in class org.flowable.engine.common.impl.db.ListQueryParameterObject
-
- getNumOfRetries() - Method in class org.flowable.engine.common.impl.interceptor.RetryInterceptor
-
- getObjectMapper() - Method in class org.flowable.engine.common.AbstractServiceConfiguration
-
- getOldState() - Method in class org.flowable.engine.common.impl.callback.CallbackData
-
- getOperations() - Method in class org.flowable.engine.common.impl.agenda.AbstractAgenda
-
- getOperator() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstBinary
-
- getOperator() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstUnary
-
- getOrderBy() - Method in class org.flowable.engine.common.impl.db.ListQueryParameterObject
-
- getOrderByColumns() - Method in class org.flowable.engine.common.impl.db.ListQueryParameterObject
-
- getOriginalPersistentState() - Method in class org.flowable.engine.common.impl.persistence.cache.CachedEntity
-
- getOriginalPersistentState() - Method in class org.flowable.engine.common.impl.persistence.entity.AbstractEntity
-
- getOriginalPersistentState() - Method in class org.flowable.engine.common.impl.persistence.entity.AbstractEntityNoRevision
-
- getOriginalPersistentState() - Method in interface org.flowable.engine.common.impl.persistence.entity.Entity
-
- getParam(int) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstFunction
-
- getParamCount() - Method in interface org.flowable.engine.common.impl.de.odysseus.el.tree.FunctionNode
-
Get the number of parameters for this function
- getParamCount() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstFunction
-
- getParameter() - Method in class org.flowable.engine.common.impl.db.ListQueryParameterObject
-
- getParameters() - Method in class org.flowable.engine.common.BaseNativeQuery
-
- getParamTypes() - Method in class org.flowable.engine.common.impl.javax.el.MethodInfo
-
Returns the parameter types of the method
- getParentLogger() - Method in class org.flowable.engine.common.impl.cfg.multitenant.TenantAwareDataSource
-
- getPersistentState() - Method in interface org.flowable.engine.common.impl.persistence.entity.Entity
-
Returns a representation of the object, as would be stored in the database.
- getPosition() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.Scanner
-
- getPosition() - Method in exception org.flowable.engine.common.impl.de.odysseus.el.tree.TreeBuilderException
-
- getPrefix() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstProperty
-
- getPreviousVersion(String) - Static method in class org.flowable.engine.common.impl.FlowableVersions
-
- getProcessDefinitionId() - Method in class org.flowable.engine.common.impl.event.FlowableEventImpl
-
- getProcessInstanceId() - Method in class org.flowable.engine.common.impl.event.FlowableEventImpl
-
- getProperty(String) - Method in class org.flowable.engine.common.impl.db.AbstractSqlScriptBasedDbSchemaManager
-
- getProperty(Bindings, ELContext) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstBracket
-
- getProperty(Bindings, ELContext) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstDot
-
- getProperty(Bindings, ELContext) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstProperty
-
- getProperty(String) - Method in class org.flowable.engine.common.impl.de.odysseus.el.util.RootPropertyResolver
-
Get property value
- getProperty() - Method in class org.flowable.engine.common.impl.javax.el.ValueReference
-
- getPropertyTable() - Method in class org.flowable.engine.common.impl.db.AbstractSqlScriptBasedDbSchemaManager
-
- getPropertyType() - Method in class org.flowable.engine.common.impl.javax.el.BeanELResolver.BeanProperty
-
- getReadMethod() - Method in class org.flowable.engine.common.impl.javax.el.BeanELResolver.BeanProperty
-
- getResource(String) - Static method in class org.flowable.engine.common.impl.util.ReflectUtil
-
- getResourceAsStream(String) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- getResourceAsStream(String) - Static method in class org.flowable.engine.common.impl.util.ReflectUtil
-
- getResourceForDbOperation(String, String, String, String) - Method in class org.flowable.engine.common.impl.db.AbstractSqlScriptBasedDbSchemaManager
-
- getResourcesRootDirectory() - Method in class org.flowable.engine.common.impl.db.AbstractSqlScriptBasedDbSchemaManager
-
- getResourcesRootDirectory() - Method in class org.flowable.engine.common.impl.db.CommonDbSchemaManager
-
- getResourceUrl() - Method in class org.flowable.engine.common.EngineInfo
-
- getResult() - Method in class org.flowable.engine.common.impl.interceptor.CommandContext
-
- getReturnType() - Method in class org.flowable.engine.common.impl.javax.el.MethodInfo
-
Returns the return type of the method
- getRevision() - Method in interface org.flowable.engine.common.impl.db.HasRevision
-
- getRevision() - Method in class org.flowable.engine.common.impl.persistence.entity.AbstractEntity
-
- getRevisionNext() - Method in interface org.flowable.engine.common.impl.db.HasRevision
-
- getRevisionNext() - Method in class org.flowable.engine.common.impl.persistence.entity.AbstractEntity
-
- getRoot() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.Tree
-
- getRootPropertyResolver() - Method in class org.flowable.engine.common.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.engine.common.AbstractEngineConfiguration
-
- getSchemaVersion() - Method in class org.flowable.engine.common.impl.db.ServiceSqlScriptBasedDbSchemaManager
-
- getSelectStatement(Class<?>) - Method in class org.flowable.engine.common.impl.db.DbSqlSessionFactory
-
- getSelectStatements() - Method in class org.flowable.engine.common.impl.db.DbSqlSessionFactory
-
- getServiceConfigurations() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- getServiceConfigurations() - Method in class org.flowable.engine.common.impl.interceptor.CommandContext
-
- getServiceConfigurations() - Method in class org.flowable.engine.common.impl.interceptor.CommandContextInterceptor
-
- getSession(Class<T>) - Method in class org.flowable.engine.common.impl.db.AbstractDataManager
-
- getSession(Class<T>) - Method in class org.flowable.engine.common.impl.interceptor.CommandContext
-
- getSessionFactories() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- getSessionFactories() - Method in class org.flowable.engine.common.impl.interceptor.CommandContext
-
- getSessionFactories() - Method in class org.flowable.engine.common.impl.interceptor.CommandContextFactory
-
- getSessions() - Method in class org.flowable.engine.common.impl.interceptor.CommandContext
-
- getSessionType() - Method in class org.flowable.engine.common.impl.db.DbSqlSessionFactory
-
- getSessionType() - Method in interface org.flowable.engine.common.impl.interceptor.SessionFactory
-
- getSessionType() - Method in class org.flowable.engine.common.impl.persistence.GenericManagerFactory
-
- getSetter(String, Class<?>, Class<?>) - Static method in class org.flowable.engine.common.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.engine.common.impl.util.ReflectUtil
-
- getSingleObjectParameterMethod() - Method in class org.flowable.engine.common.impl.el.AbstractFlowableFunctionDelegate
-
- getSingleObjectParameterMethod(String) - Method in class org.flowable.engine.common.impl.el.AbstractFlowableFunctionDelegate
-
- getSize() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.Scanner.Token
-
- getSqlSession() - Method in class org.flowable.engine.common.impl.db.DbSqlSession
-
- getSqlSessionFactory() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- getSqlSessionFactory() - Method in class org.flowable.engine.common.impl.db.DbSqlSessionFactory
-
- getStack(ThreadLocal<Stack<T>>) - Static method in class org.flowable.engine.common.impl.context.Context
-
- getStack(ThreadLocal<Stack<T>>) - Static method in class org.flowable.engine.common.impl.transaction.TransactionContextHolder
-
- getStateCode() - Method in interface org.flowable.engine.common.impl.db.SuspensionState
-
- getStateCode() - Method in class org.flowable.engine.common.impl.db.SuspensionState.SuspensionStateImpl
-
- getStatement(Class<?>, Map<Class<?>, String>, String) - Method in class org.flowable.engine.common.impl.db.DbSqlSessionFactory
-
- getStatementMappings() - Method in class org.flowable.engine.common.impl.db.DbSqlSessionFactory
-
- getStructuralId(Bindings) - Method in interface org.flowable.engine.common.impl.de.odysseus.el.tree.ExpressionNode
-
Get the canonical expression string for this node.
- getStructuralId(Bindings) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstNode
-
- getSymbol() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.Scanner.Token
-
- getThreeObjectParameterMethod() - Method in class org.flowable.engine.common.impl.el.AbstractFlowableFunctionDelegate
-
- getThreeObjectParameterMethod(String) - Method in class org.flowable.engine.common.impl.el.AbstractFlowableFunctionDelegate
-
- getToken() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.Parser
-
- getToken() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.Scanner
-
- getTransaction() - Method in class org.flowable.engine.common.impl.cfg.jta.JtaTransactionContext
-
- getTransactionContext() - Static method in class org.flowable.engine.common.impl.context.Context
-
- getTransactionContext() - Static method in class org.flowable.engine.common.impl.transaction.TransactionContextHolder
-
- getTransactionContextFactory() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- getTransactionContextFactory() - Method in class org.flowable.engine.common.impl.interceptor.TransactionContextInterceptor
-
- getTransactionFactory() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- getTransactionPropagation() - Method in class org.flowable.engine.common.impl.interceptor.CommandConfig
-
- getTwoObjectParameterMethod() - Method in class org.flowable.engine.common.impl.el.AbstractFlowableFunctionDelegate
-
- getTwoObjectParameterMethod(String) - Method in class org.flowable.engine.common.impl.el.AbstractFlowableFunctionDelegate
-
- getType(ELContext) - Method in class org.flowable.engine.common.impl.de.odysseus.el.ObjectValueExpression
-
Answer null.
- getType(Bindings, ELContext) - Method in interface org.flowable.engine.common.impl.de.odysseus.el.tree.ExpressionNode
-
- getType(Bindings, ELContext) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstEval
-
- getType(Bindings, ELContext) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstIdentifier
-
- getType(Bindings, ELContext) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstMethod
-
- getType(Bindings, ELContext) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstProperty
-
- getType(Bindings, ELContext) - Method in class org.flowable.engine.common.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.engine.common.impl.de.odysseus.el.tree.impl.ast.AstText
-
- getType(ELContext) - Method in class org.flowable.engine.common.impl.de.odysseus.el.TreeValueExpression
-
Evaluates the expression as an lvalue and answers the result type.
- getType(ELContext, Object, Object) - Method in class org.flowable.engine.common.impl.de.odysseus.el.util.RootPropertyResolver
-
- getType(ELContext, Object, Object) - Method in class org.flowable.engine.common.impl.de.odysseus.el.util.SimpleResolver
-
- getType(ELContext, Object, Object) - Method in class org.flowable.engine.common.impl.el.DynamicBeanPropertyELResolver
-
- getType(ELContext, Object, Object) - Method in class org.flowable.engine.common.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.engine.common.impl.el.ReadOnlyMapELResolver
-
- getType(ELContext, Object, Object) - Method in class org.flowable.engine.common.impl.el.VariableContainerELResolver
-
- getType() - Method in class org.flowable.engine.common.impl.event.FlowableEventImpl
-
- getType(ELContext, Object, Object) - Method in class org.flowable.engine.common.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.engine.common.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.engine.common.impl.javax.el.CompositeELResolver
-
- getType(ELContext, Object, Object) - Method in class org.flowable.engine.common.impl.javax.el.ELResolver
-
- getType(ELContext, Object, Object) - Method in class org.flowable.engine.common.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.engine.common.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.engine.common.impl.javax.el.ResourceBundleELResolver
-
If the base object is an instance of ResourceBundle, return null, since the resolver is read
only.
- getType(ELContext) - Method in class org.flowable.engine.common.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.
- getTypedEventListeners() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- getTypedEventListeners() - Method in class org.flowable.engine.common.AbstractServiceConfiguration
-
- getTypeHandlerClass() - Method in class org.flowable.engine.common.impl.db.CustomMybatisTypeAliasConfig
-
- getTypeHandlerClass() - Method in class org.flowable.engine.common.impl.db.CustomMyBatisTypeHandlerConfig
-
- getUpdateStatement(Entity) - Method in class org.flowable.engine.common.impl.db.DbSqlSessionFactory
-
- getUpdateStatements() - Method in class org.flowable.engine.common.impl.db.DbSqlSessionFactory
-
- getUpgradeStartVersion() - Method in class org.flowable.engine.common.impl.db.ServiceSqlScriptBasedDbSchemaManager
-
- getValue(ELContext) - Method in class org.flowable.engine.common.impl.de.odysseus.el.ObjectValueExpression
-
Answer the wrapped object, coerced to the expected type.
- getValue(Bindings, ELContext, Class<?>) - Method in interface org.flowable.engine.common.impl.de.odysseus.el.tree.ExpressionNode
-
Evaluate node.
- getValue(Bindings, ELContext, Class<?>) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstNode
-
evaluate and return the (optionally coerced) result.
- getValue(ELContext) - Method in class org.flowable.engine.common.impl.de.odysseus.el.TreeValueExpression
-
Evaluates the expression as an rvalue and answers the result.
- getValue(ELContext, Object, Object) - Method in class org.flowable.engine.common.impl.de.odysseus.el.util.RootPropertyResolver
-
- getValue(ELContext, Object, Object) - Method in class org.flowable.engine.common.impl.de.odysseus.el.util.SimpleResolver
-
- getValue(ELContext, Object, Object) - Method in class org.flowable.engine.common.impl.el.DynamicBeanPropertyELResolver
-
- getValue(ELContext, Object, Object) - Method in class org.flowable.engine.common.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(VariableContainer) - Method in class org.flowable.engine.common.impl.el.JuelExpression
-
- getValue(ELContext, Object, Object) - Method in class org.flowable.engine.common.impl.el.ReadOnlyMapELResolver
-
- getValue(ELContext, Object, Object) - Method in class org.flowable.engine.common.impl.el.VariableContainerELResolver
-
- getValue(ELContext, Object, Object) - Method in class org.flowable.engine.common.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.engine.common.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.engine.common.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.engine.common.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.engine.common.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.engine.common.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.engine.common.impl.javax.el.ResourceBundleELResolver
-
If the base object is an instance of ResourceBundle, the provided property will first be
coerced to a String.
- getValue(ELContext) - Method in class org.flowable.engine.common.impl.javax.el.ValueExpression
-
Evaluates the expression relative to the provided context, and returns the resulting value.
- getValueReference(Bindings, ELContext) - Method in interface org.flowable.engine.common.impl.de.odysseus.el.tree.ExpressionNode
-
Get value reference.
- getValueReference(Bindings, ELContext) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstEval
-
- getValueReference(Bindings, ELContext) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstIdentifier
-
- getValueReference(Bindings, ELContext) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstMethod
-
- getValueReference(Bindings, ELContext) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstProperty
-
- getValueReference(Bindings, ELContext) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstRightValue
-
- getValueReference(Bindings, ELContext) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstText
-
- getValueReference(ELContext) - Method in class org.flowable.engine.common.impl.de.odysseus.el.TreeValueExpression
-
- getValueReference(ELContext) - Method in class org.flowable.engine.common.impl.javax.el.ValueExpression
-
- getVariable(int) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.Bindings
-
Get variable by index.
- getVariable(String) - Method in class org.flowable.engine.common.impl.el.VariableContainerWrapper
-
- getVariableMapper() - Method in class org.flowable.engine.common.impl.de.odysseus.el.util.SimpleContext
-
Get our variable mapper.
- getVariableMapper() - Method in class org.flowable.engine.common.impl.el.FlowableElContext
-
- getVariableMapper() - Method in class org.flowable.engine.common.impl.el.ParsingElContext
-
- getVariableMapper() - Method in class org.flowable.engine.common.impl.javax.el.ELContext
-
Retrieves the VariableMapper associated with this ELContext.
- getWaitIncreaseFactor() - Method in class org.flowable.engine.common.impl.interceptor.RetryInterceptor
-
- getWaitTimeInMs() - Method in class org.flowable.engine.common.impl.interceptor.RetryInterceptor
-
- getWriteMethod() - Method in class org.flowable.engine.common.impl.javax.el.BeanELResolver.BeanProperty
-
- getXmlEncoding() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- gt(TypeConverter, Object, Object) - Static method in class org.flowable.engine.common.impl.de.odysseus.el.misc.BooleanOperations
-
- GT - Static variable in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstBinary
-
- id - Variable in class org.flowable.engine.common.impl.persistence.entity.AbstractEntity
-
- id - Variable in class org.flowable.engine.common.impl.persistence.entity.AbstractEntityNoRevision
-
- IdBlock - Class in org.flowable.engine.common.impl.db
-
- IdBlock(long, long) - Constructor for class org.flowable.engine.common.impl.db.IdBlock
-
- identifier(String) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.Parser
-
- IdentifierNode - Interface in org.flowable.engine.common.impl.de.odysseus.el.tree
-
Identifier node interface.
- idGenerator - Variable in class org.flowable.engine.common.AbstractEngineConfiguration
-
- IdGenerator - Interface in org.flowable.engine.common.impl.cfg
-
generates
IdBlocks that are used to assign ids to new objects.
- idGenerator - Variable in class org.flowable.engine.common.impl.db.DbSqlSessionFactory
-
- ignoreReturnType - Variable in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstProperty
-
- implementationClass - Variable in class org.flowable.engine.common.impl.persistence.GenericManagerFactory
-
- incrementRevision(Entity) - Method in class org.flowable.engine.common.impl.db.DbSqlSession
-
- initBeans() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- initClock() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- initCommandContextFactory() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- initCommandExecutor() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- initCommandExecutors() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- initCommandInterceptors() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- initCommandInvoker() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- initCustomMybatisMappers(Configuration) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- initDatabaseType() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- initDataSource() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- initDbSchemaManager() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- initDbSqlSessionFactory() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- initDbSqlSessionFactoryEntitySettings() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- initDefaultCommandConfig() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- initIdGenerator() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- initInterceptorChain(List<CommandInterceptor>) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- initMybatisConfiguration(Environment, Reader, Properties) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- initMybatisTypeHandlers(Configuration) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- initSchemaCommandConfig() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- initSqlSessionFactory() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- initTransactionContextFactory() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- initTransactionFactory() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- inputStream - Variable in class org.flowable.engine.common.impl.util.io.InputStreamSource
-
- InputStreamSource - Class in org.flowable.engine.common.impl.util.io
-
- InputStreamSource(InputStream) - Constructor for class org.flowable.engine.common.impl.util.io.InputStreamSource
-
- insert(EntityImpl) - Method in class org.flowable.engine.common.impl.db.AbstractDataManager
-
- insert(Entity) - Method in class org.flowable.engine.common.impl.db.DbSqlSession
-
- insert(EntityImpl) - Method in interface org.flowable.engine.common.impl.persistence.entity.data.DataManager
-
- insert(EntityImpl) - Method in interface org.flowable.engine.common.impl.persistence.entity.EntityManager
-
- insert(EntityImpl, boolean) - Method in interface org.flowable.engine.common.impl.persistence.entity.EntityManager
-
- insertedObjects - Variable in class org.flowable.engine.common.impl.db.DbSqlSession
-
- insertionOrder - Variable in class org.flowable.engine.common.impl.db.DbSqlSessionFactory
-
- insertStatements - Variable in class org.flowable.engine.common.impl.db.DbSqlSessionFactory
-
- instanceId - Variable in class org.flowable.engine.common.impl.callback.CallbackData
-
- instantiate(String) - Static method in class org.flowable.engine.common.impl.util.ReflectUtil
-
- instantiate(String, Object[]) - Static method in class org.flowable.engine.common.impl.util.ReflectUtil
-
- internalDbSchemaCreate() - Method in class org.flowable.engine.common.impl.db.ServiceSqlScriptBasedDbSchemaManager
-
- invoke(Bindings, ELContext, Class<?>, Class<?>[], Object[]) - Method in interface org.flowable.engine.common.impl.de.odysseus.el.tree.ExpressionNode
-
Invoke method.
- invoke(Bindings, ELContext, Class<?>, Class<?>[], Object[]) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstEval
-
- invoke(Bindings, ELContext, Object, Method) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstFunction
-
Invoke method.
- invoke(Bindings, ELContext, Class<?>, Class<?>[], Object[]) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstIdentifier
-
- invoke(Bindings, ELContext, Class<?>, Class<?>[], Object[]) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstMethod
-
- invoke(Bindings, ELContext, Class<?>, Class<?>[], Object[]) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstProperty
-
- invoke(Bindings, ELContext, Class<?>, Class<?>[], Object[]) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstRightValue
-
- invoke(Bindings, ELContext, Class<?>, Class<?>[], Object[]) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstText
-
- invoke(ELContext, Object[]) - Method in class org.flowable.engine.common.impl.de.odysseus.el.TreeMethodExpression
-
Evaluates the expression and invokes the method.
- invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class org.flowable.engine.common.impl.de.odysseus.el.util.RootPropertyResolver
-
- invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class org.flowable.engine.common.impl.de.odysseus.el.util.SimpleResolver
-
- invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class org.flowable.engine.common.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.engine.common.impl.javax.el.CompositeELResolver
-
Attempts to resolve and invoke the given method on the given base
object by querying all component resolvers.
- invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class org.flowable.engine.common.impl.javax.el.ELResolver
-
Attempts to resolve and invoke the given method on the given base
object.
- invoke(ELContext, Object[]) - Method in class org.flowable.engine.common.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(Object, String, Object[]) - Static method in class org.flowable.engine.common.impl.util.ReflectUtil
-
- invokeSetter(Method, Object, String, Object) - Static method in class org.flowable.engine.common.impl.util.ReflectUtil
-
- invokeSetterOrField(Object, String, Object, boolean) - Static method in class org.flowable.engine.common.impl.util.ReflectUtil
-
- IoUtil - Class in org.flowable.engine.common.impl.util
-
- IoUtil() - Constructor for class org.flowable.engine.common.impl.util.IoUtil
-
- isAtLeast(HistoryLevel) - Method in enum org.flowable.engine.common.impl.history.HistoryLevel
-
Checks if the given level is the same as, or higher in order than the level this method is executed on.
- isAtLeastJDK7() - Static method in class org.flowable.engine.common.impl.util.JvmUtil
-
- isBulkInsertable(Class<? extends Entity>) - Method in class org.flowable.engine.common.impl.db.DbSqlSessionFactory
-
- isContextReusePossible() - Method in class org.flowable.engine.common.impl.interceptor.CommandConfig
-
- isDbHistoryUsed - Variable in class org.flowable.engine.common.AbstractEngineConfiguration
-
- isDbHistoryUsed() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- isDbHistoryUsed - Variable in class org.flowable.engine.common.impl.db.DbSqlSessionFactory
-
- isDbHistoryUsed() - Method in class org.flowable.engine.common.impl.db.DbSqlSessionFactory
-
- isDeferred() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstEval
-
- isDeferred() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.Tree
-
- isDeferred() - Method in class org.flowable.engine.common.impl.de.odysseus.el.TreeMethodExpression
-
Answer true if this is a deferred expression (starting with #{)
- isDeferred() - Method in class org.flowable.engine.common.impl.de.odysseus.el.TreeValueExpression
-
Answer true if this is a deferred expression (containing
sub-expressions starting with #{)
- isDeleted - Variable in class org.flowable.engine.common.impl.persistence.entity.AbstractEntity
-
- isDeleted() - Method in class org.flowable.engine.common.impl.persistence.entity.AbstractEntity
-
- isDeleted - Variable in class org.flowable.engine.common.impl.persistence.entity.AbstractEntityNoRevision
-
- isDeleted() - Method in class org.flowable.engine.common.impl.persistence.entity.AbstractEntityNoRevision
-
- isDeleted() - Method in interface org.flowable.engine.common.impl.persistence.entity.Entity
-
- isDigit(char) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.Scanner
-
- isEmpty() - Method in class org.flowable.engine.common.impl.agenda.AbstractAgenda
-
- isEmpty() - Method in interface org.flowable.engine.common.impl.agenda.Agenda
-
Returns whether there currently are operations planned on the agenda.
- isEmpty() - Method in class org.flowable.engine.common.impl.cfg.SpringBeanFactoryProxyMap
-
- isEmpty(Collection) - Static method in class org.flowable.engine.common.impl.util.CollectionUtil
-
- isEnabled(Builder.Feature) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.Builder
-
- isEnabled() - Method in class org.flowable.engine.common.impl.event.FlowableEventDispatcherImpl
-
- isEnableEventDispatcher() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- isEnableEventDispatcher() - Method in class org.flowable.engine.common.AbstractServiceConfiguration
-
- isEntityInserted(Entity) - Method in class org.flowable.engine.common.impl.db.DbSqlSession
-
- isEntityToBeDeleted(Entity) - Method in class org.flowable.engine.common.impl.db.DbSqlSession
-
- isEval() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.Scanner
-
- isFunctionBound(int) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.Bindings
-
Test if given index is bound to a function.
- isGetter(Method) - Static method in class org.flowable.engine.common.impl.util.ReflectUtil
-
- isHistoryEnabled() - Method in class org.flowable.engine.common.AbstractServiceConfiguration
-
- isHistoryLevelAtLeast(HistoryLevel) - Method in class org.flowable.engine.common.AbstractServiceConfiguration
-
- isHistoryUsed() - Method in class org.flowable.engine.common.impl.db.ServiceSqlScriptBasedDbSchemaManager
-
- isInserted - Variable in class org.flowable.engine.common.impl.persistence.entity.AbstractEntity
-
- isInserted() - Method in class org.flowable.engine.common.impl.persistence.entity.AbstractEntity
-
- isInserted - Variable in class org.flowable.engine.common.impl.persistence.entity.AbstractEntityNoRevision
-
- isInserted() - Method in class org.flowable.engine.common.impl.persistence.entity.AbstractEntityNoRevision
-
- isInserted() - Method in interface org.flowable.engine.common.impl.persistence.entity.Entity
-
- isJdbcPingEnabled() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- isJDK7() - Static method in class org.flowable.engine.common.impl.util.JvmUtil
-
- isJDK8() - Static method in class org.flowable.engine.common.impl.util.JvmUtil
-
- isLeftValue() - Method in interface org.flowable.engine.common.impl.de.odysseus.el.tree.ExpressionNode
-
- isLeftValue() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstEval
-
- isLeftValue() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstIdentifier
-
- isLeftValue() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstMethod
-
- isLeftValue() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstProperty
-
- isLeftValue() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstRightValue
-
- isLeftValue() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstText
-
- isLeftValue() - Method in class org.flowable.engine.common.impl.de.odysseus.el.TreeValueExpression
-
Answer true if this could be used as an lvalue.
- isLiteralText() - Method in class org.flowable.engine.common.impl.de.odysseus.el.ObjectValueExpression
-
Answer false.
- isLiteralText() - Method in interface org.flowable.engine.common.impl.de.odysseus.el.tree.ExpressionNode
-
- isLiteralText() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstEval
-
- isLiteralText() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstIdentifier
-
- isLiteralText() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstMethod
-
- isLiteralText() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstProperty
-
- isLiteralText() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstRightValue
-
Answer false
- isLiteralText() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstText
-
- isLiteralText() - Method in class org.flowable.engine.common.impl.de.odysseus.el.TreeMethodExpression
-
- isLiteralText() - Method in class org.flowable.engine.common.impl.de.odysseus.el.TreeValueExpression
-
- isLiteralText() - Method in class org.flowable.engine.common.impl.javax.el.Expression
-
Returns whether this expression was created from only literal text.
- isMethodInvocation() - Method in interface org.flowable.engine.common.impl.de.odysseus.el.tree.ExpressionNode
-
- isMethodInvocation() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstEval
-
- isMethodInvocation() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstIdentifier
-
- isMethodInvocation() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstMethod
-
- isMethodInvocation() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstProperty
-
- isMethodInvocation() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstRightValue
-
- isMethodInvocation() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstText
-
- isMysql() - Method in class org.flowable.engine.common.impl.db.DbSqlSessionFactory
-
- isNotEmpty(Collection) - Static method in class org.flowable.engine.common.impl.util.CollectionUtil
-
- isOracle() - Method in class org.flowable.engine.common.impl.db.DbSqlSessionFactory
-
- isParmetersProvided() - Method in class org.flowable.engine.common.impl.de.odysseus.el.TreeMethodExpression
-
- isParmetersProvided() - Method in class org.flowable.engine.common.impl.javax.el.MethodExpression
-
Return whether this MethodExpression was created with parameters.
- isProperty(String) - Method in class org.flowable.engine.common.impl.de.odysseus.el.util.RootPropertyResolver
-
Test property
- isPropertyResolved() - Method in class org.flowable.engine.common.impl.javax.el.ELContext
-
Returns whether an
ELResolver has successfully resolved a given (base, property)
pair.
- isReadOnly(ELContext) - Method in class org.flowable.engine.common.impl.de.odysseus.el.ObjectValueExpression
-
Answer true.
- isReadOnly(Bindings, ELContext) - Method in interface org.flowable.engine.common.impl.de.odysseus.el.tree.ExpressionNode
-
- isReadOnly(Bindings, ELContext) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstEval
-
- isReadOnly(Bindings, ELContext) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstIdentifier
-
- isReadOnly(Bindings, ELContext) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstMethod
-
- isReadOnly(Bindings, ELContext) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstProperty
-
- isReadOnly(Bindings, ELContext) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstRightValue
-
non-lvalues are always readonly, so answer true
- isReadOnly(Bindings, ELContext) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstText
-
- isReadOnly(ELContext) - Method in class org.flowable.engine.common.impl.de.odysseus.el.TreeValueExpression
-
- isReadOnly(ELContext, Object, Object) - Method in class org.flowable.engine.common.impl.de.odysseus.el.util.RootPropertyResolver
-
- isReadOnly(ELContext, Object, Object) - Method in class org.flowable.engine.common.impl.de.odysseus.el.util.SimpleResolver
-
- isReadOnly(ELContext, Object, Object) - Method in class org.flowable.engine.common.impl.el.DynamicBeanPropertyELResolver
-
- isReadOnly(ELContext, Object, Object) - Method in class org.flowable.engine.common.impl.el.JsonNodeELResolver
-
- isReadOnly(ELContext, Object, Object) - Method in class org.flowable.engine.common.impl.el.ReadOnlyMapELResolver
-
- isReadOnly(ELContext, Object, Object) - Method in class org.flowable.engine.common.impl.el.VariableContainerELResolver
-
- isReadOnly(ELContext, Object, Object) - Method in class org.flowable.engine.common.impl.javax.el.ArrayELResolver
-
- isReadOnly() - Method in class org.flowable.engine.common.impl.javax.el.BeanELResolver.BeanProperty
-
- isReadOnly(ELContext, Object, Object) - Method in class org.flowable.engine.common.impl.javax.el.BeanELResolver
-
- isReadOnly(ELContext, Object, Object) - Method in class org.flowable.engine.common.impl.javax.el.CompositeELResolver
-
- isReadOnly(ELContext, Object, Object) - Method in class org.flowable.engine.common.impl.javax.el.ELResolver
-
- isReadOnly(ELContext, Object, Object) - Method in class org.flowable.engine.common.impl.javax.el.ListELResolver
-
- isReadOnly(ELContext, Object, Object) - Method in class org.flowable.engine.common.impl.javax.el.MapELResolver
-
- isReadOnly(ELContext, Object, Object) - Method in class org.flowable.engine.common.impl.javax.el.ResourceBundleELResolver
-
If the base object is not null and an instanceof java.util.ResourceBundle, return true.
- isReadOnly(ELContext) - Method in class org.flowable.engine.common.impl.javax.el.ValueExpression
-
- isRetained(Collection<EntityImpl>, Collection<CachedEntity>, EntityImpl, Object) - Method in interface org.flowable.engine.common.impl.db.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.engine.common.impl.db.CachedEntityMatcherAdapter
-
- isRetained(EntityImpl, Object) - Method in class org.flowable.engine.common.impl.db.CachedEntityMatcherAdapter
-
- isRetained(EntityImpl, Object) - Method in interface org.flowable.engine.common.impl.db.SingleCachedEntityMatcher
-
- isReused() - Method in class org.flowable.engine.common.impl.interceptor.CommandContext
-
- isSetter(Method, boolean) - Static method in class org.flowable.engine.common.impl.util.ReflectUtil
-
- isSetter(Method) - Static method in class org.flowable.engine.common.impl.util.ReflectUtil
-
- isTablePrefixIsSchema() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- isTablePrefixIsSchema() - Method in class org.flowable.engine.common.impl.db.DbSqlSessionFactory
-
- isTablePresent(String) - Method in class org.flowable.engine.common.impl.db.AbstractSqlScriptBasedDbSchemaManager
-
- isTransactionContextActive() - Static method in class org.flowable.engine.common.impl.transaction.TransactionContextHolder
-
- isTransactionsExternallyManaged() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- isUpdated - Variable in class org.flowable.engine.common.impl.persistence.entity.AbstractEntity
-
- isUpdated() - Method in class org.flowable.engine.common.impl.persistence.entity.AbstractEntity
-
- isUpdated - Variable in class org.flowable.engine.common.impl.persistence.entity.AbstractEntityNoRevision
-
- isUpdated() - Method in class org.flowable.engine.common.impl.persistence.entity.AbstractEntityNoRevision
-
- isUpdated() - Method in interface org.flowable.engine.common.impl.persistence.entity.Entity
-
- isUpdateNeeded() - Method in class org.flowable.engine.common.impl.db.ServiceSqlScriptBasedDbSchemaManager
-
- isUseClassForNameClassLoading() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- isUsingRelationalDatabase() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- isVarArgs() - Method in interface org.flowable.engine.common.impl.de.odysseus.el.tree.FunctionNode
-
- isVarArgs() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstFunction
-
- isVariableBound(int) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.Bindings
-
Test if given index is bound to a variable.
- isWrapperFor(Class<?>) - Method in class org.flowable.engine.common.impl.cfg.multitenant.TenantAwareDataSource
-
- ScanException(int, String, String) - Constructor for exception org.flowable.engine.common.impl.de.odysseus.el.tree.impl.Scanner.ScanException
-
- scanner - Variable in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.Parser
-
- Scanner - Class in org.flowable.engine.common.impl.de.odysseus.el.tree.impl
-
Handcrafted scanner.
- Scanner(String) - Constructor for class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.Scanner
-
Constructor.
- Scanner.ExtensionToken - Class in org.flowable.engine.common.impl.de.odysseus.el.tree.impl
-
- Scanner.ScanException - Exception in org.flowable.engine.common.impl.de.odysseus.el.tree.impl
-
Scan exception type
- Scanner.Symbol - Enum in org.flowable.engine.common.impl.de.odysseus.el.tree.impl
-
Symbol type
- Scanner.Token - Class in org.flowable.engine.common.impl.de.odysseus.el.tree.impl
-
- SCHEMA_VERSION_PROPERTY - Static variable in class org.flowable.engine.common.impl.db.AbstractSqlScriptBasedDbSchemaManager
-
- schemaCommandConfig - Variable in class org.flowable.engine.common.AbstractEngineConfiguration
-
- schemaComponent - Variable in class org.flowable.engine.common.impl.db.ServiceSqlScriptBasedDbSchemaManager
-
- schemaComponentHistory - Variable in class org.flowable.engine.common.impl.db.ServiceSqlScriptBasedDbSchemaManager
-
- schemaVersionProperty - Variable in class org.flowable.engine.common.impl.db.ServiceSqlScriptBasedDbSchemaManager
-
- selectById(Class<T>, String) - Method in class org.flowable.engine.common.impl.db.DbSqlSession
-
- selectById(Class<T>, String, boolean) - Method in class org.flowable.engine.common.impl.db.DbSqlSession
-
- selectList(String) - Method in class org.flowable.engine.common.impl.db.DbSqlSession
-
- selectList(String, Object) - Method in class org.flowable.engine.common.impl.db.DbSqlSession
-
- selectList(String, Object, Page) - Method in class org.flowable.engine.common.impl.db.DbSqlSession
-
- selectList(String, ListQueryParameterObject) - Method in class org.flowable.engine.common.impl.db.DbSqlSession
-
- selectList(String, Object, int, int) - Method in class org.flowable.engine.common.impl.db.DbSqlSession
-
- selectListNoCacheCheck(String, Object) - Method in class org.flowable.engine.common.impl.db.DbSqlSession
-
- selectListNoCacheCheck(String, ListQueryParameterObject) - Method in class org.flowable.engine.common.impl.db.DbSqlSession
-
- selectListWithRawParameter(String, Object) - Method in class org.flowable.engine.common.impl.db.DbSqlSession
-
- selectListWithRawParameter(String, Object, boolean) - Method in class org.flowable.engine.common.impl.db.DbSqlSession
-
- selectListWithRawParameterNoCacheCheck(String, Object) - Method in class org.flowable.engine.common.impl.db.DbSqlSession
-
- selectListWithRawParameterNoCacheCheck(String, ListQueryParameterObject) - Method in class org.flowable.engine.common.impl.db.DbSqlSession
-
- selectOne(String, Object) - Method in class org.flowable.engine.common.impl.db.DbSqlSession
-
- selectStatements - Variable in class org.flowable.engine.common.impl.db.DbSqlSessionFactory
-
- serviceConfigurations - Variable in class org.flowable.engine.common.AbstractEngineConfiguration
-
- serviceConfigurations - Variable in class org.flowable.engine.common.impl.interceptor.CommandContext
-
- serviceConfigurations - Variable in class org.flowable.engine.common.impl.interceptor.CommandContextInterceptor
-
- ServiceSqlScriptBasedDbSchemaManager - Class in org.flowable.engine.common.impl.db
-
- ServiceSqlScriptBasedDbSchemaManager(String, String, String, String) - Constructor for class org.flowable.engine.common.impl.db.ServiceSqlScriptBasedDbSchemaManager
-
- Session - Interface in org.flowable.engine.common.impl.interceptor
-
- sessionFactories - Variable in class org.flowable.engine.common.AbstractEngineConfiguration
-
- sessionFactories - Variable in class org.flowable.engine.common.impl.interceptor.CommandContext
-
- sessionFactories - Variable in class org.flowable.engine.common.impl.interceptor.CommandContextFactory
-
- SessionFactory - Interface in org.flowable.engine.common.impl.interceptor
-
A session factory produces a
Session instance that has the lifespan of one
Command.
- sessions - Variable in class org.flowable.engine.common.impl.interceptor.CommandContext
-
- setAdditionalEventDispatchActions(List<EventDispatchAction>) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- setAdditionalEventDispatchActions(List<EventDispatchAction>) - Method in class org.flowable.engine.common.AbstractServiceConfiguration
-
- setAliasName(String) - Method in class org.flowable.engine.common.impl.db.CustomMybatisTypeAliasConfig
-
- setAuthenticatedUserId(String) - Static method in class org.flowable.engine.common.impl.identity.Authentication
-
- setBeans(Map<Object, Object>) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- setBeans(Map<Object, Object>) - Method in class org.flowable.engine.common.impl.el.DefaultExpressionManager
-
- setBeans(Map<Object, Object>) - Method in interface org.flowable.engine.common.impl.el.ExpressionManager
-
- setBulkInserteableEntityClasses(Set<Class<? extends Entity>>) - Method in class org.flowable.engine.common.impl.db.DbSqlSessionFactory
-
- setBulkInsertStatements(Map<Class<?>, String>) - Method in class org.flowable.engine.common.impl.db.DbSqlSessionFactory
-
- setCallbackId(String) - Method in class org.flowable.engine.common.impl.callback.CallbackData
-
- setCallbackType(String) - Method in class org.flowable.engine.common.impl.callback.CallbackData
-
- setClassLoader(ClassLoader) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- setClock(Clock) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- setClock(Clock) - Method in class org.flowable.engine.common.AbstractServiceConfiguration
-
- setCommandContext(CommandContext) - Method in class org.flowable.engine.common.impl.agenda.AbstractAgenda
-
- setCommandContext(CommandContext) - Static method in class org.flowable.engine.common.impl.context.Context
-
- setCommandContextFactory(CommandContextFactory) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- setCommandContextFactory(CommandContextFactory) - Method in class org.flowable.engine.common.impl.interceptor.CommandContextInterceptor
-
- setCommandExecutor(CommandExecutor) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- setCommandExecutor(CommandExecutor) - Method in class org.flowable.engine.common.impl.AbstractNativeQuery
-
- setCommandExecutor(CommandExecutor) - Method in class org.flowable.engine.common.impl.AbstractQuery
-
- setCommandExecutor(CommandExecutor) - Method in class org.flowable.engine.common.impl.query.AbstractNativeQuery
-
- setCommandInterceptors(List<CommandInterceptor>) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- setCommandInvoker(CommandInterceptor) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- setCommonDbSchemaManager(DbSchemaManager) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- setConnectionMetadataDefaultCatalog(String) - Method in class org.flowable.engine.common.impl.db.DbSqlSession
-
- setConnectionMetadataDefaultSchema(String) - Method in class org.flowable.engine.common.impl.db.DbSqlSession
-
- setContextReusePossible(boolean) - Method in class org.flowable.engine.common.impl.interceptor.CommandConfig
-
- setCurrentCalendar(Calendar) - Method in class org.flowable.engine.common.impl.util.DefaultClockImpl
-
- setCurrentCalendar(Calendar) - Method in interface org.flowable.engine.common.runtime.Clock
-
- setCurrentEngineConfiguration(AbstractEngineConfiguration) - Method in class org.flowable.engine.common.impl.interceptor.CommandContext
-
- setCurrentEngineConfigurationKey(String) - Method in class org.flowable.engine.common.impl.interceptor.CommandContextInterceptor
-
- setCurrentTenantId(String) - Method in interface org.flowable.engine.common.impl.cfg.multitenant.TenantInfoHolder
-
Sets the current tenant identifier.
- setCurrentTime(Date) - Method in class org.flowable.engine.common.impl.util.DefaultClockImpl
-
- setCurrentTime(Date) - Method in interface org.flowable.engine.common.runtime.Clock
-
- setCustomMybatisMappers(Set<Class<?>>) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- setCustomMybatisXMLMappers(Set<String>) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- setCustomPostCommandInterceptors(List<CommandInterceptor>) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- setCustomPreCommandInterceptors(List<CommandInterceptor>) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- setCustomSessionFactories(List<SessionFactory>) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- setDatabaseCatalog(String) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- setDatabaseCatalog(String) - Method in class org.flowable.engine.common.impl.db.DbSqlSessionFactory
-
- setDatabaseSchema(String) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- setDatabaseSchema(String) - Method in class org.flowable.engine.common.impl.db.DbSqlSessionFactory
-
- setDatabaseSchemaUpdate(String) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- setDatabaseSpecificStatements(Map<String, Map<String, String>>) - Method in class org.flowable.engine.common.impl.db.DbSqlSessionFactory
-
- setDatabaseTablePrefix(String) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- setDatabaseTablePrefix(String) - Method in class org.flowable.engine.common.impl.db.DbSqlSessionFactory
-
- setDatabaseType(String) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- setDatabaseType(String) - Method in class org.flowable.engine.common.impl.db.DbSqlSessionFactory
-
- setDatabaseType(String) - Method in class org.flowable.engine.common.impl.db.ListQueryParameterObject
-
- setDatabaseWildcardEscapeCharacter(String) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- setDataSource(DataSource) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- setDataSourceJndiName(String) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- setDataSources(Map<Object, DataSource>) - Method in class org.flowable.engine.common.impl.cfg.multitenant.TenantAwareDataSource
-
- setDbHistoryUsed(boolean) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- setDbHistoryUsed(boolean) - Method in class org.flowable.engine.common.impl.db.DbSqlSessionFactory
-
- setDbSchemaManager(DbSchemaManager) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- setDbSqlSessionFactory(DbSqlSessionFactory) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- setDefaultCommandConfig(CommandConfig) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- setDefaultCommandInterceptors(Collection<? extends CommandInterceptor>) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- setDeleted(boolean) - Method in class org.flowable.engine.common.impl.persistence.entity.AbstractEntity
-
- setDeleted(boolean) - Method in class org.flowable.engine.common.impl.persistence.entity.AbstractEntityNoRevision
-
- setDeleted(boolean) - Method in interface org.flowable.engine.common.impl.persistence.entity.Entity
-
- setDeleteStatements(Map<Class<?>, String>) - Method in class org.flowable.engine.common.impl.db.DbSqlSessionFactory
-
- setDeletionOrder(List<Class<? extends Entity>>) - Method in class org.flowable.engine.common.impl.db.DbSqlSessionFactory
-
- setDependentEngineMybatisTypeAliasConfigs(List<CustomMybatisTypeAliasConfig>) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- setDependentEngineMybatisTypeHandlerConfigs(List<CustomMyBatisTypeHandlerConfig>) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- setDependentEngineMyBatisXmlMappers(Set<String>) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- setELResolver(ELResolver) - Method in class org.flowable.engine.common.impl.de.odysseus.el.util.SimpleContext
-
Set our resolver.
- setEnabled(boolean) - Method in class org.flowable.engine.common.impl.event.FlowableEventDispatcherImpl
-
- setEnableEventDispatcher(boolean) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- setEnableEventDispatcher(boolean) - Method in class org.flowable.engine.common.AbstractServiceConfiguration
-
- setEngineConfigurations(Map<String, AbstractEngineConfiguration>) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- setEngineConfigurations(Map<String, AbstractEngineConfiguration>) - Method in class org.flowable.engine.common.impl.interceptor.CommandContext
-
- setEngineConfigurations(Map<String, AbstractEngineConfiguration>) - Method in class org.flowable.engine.common.impl.interceptor.CommandContextInterceptor
-
- setEntity(Entity) - Method in class org.flowable.engine.common.impl.persistence.cache.CachedEntity
-
- setEventDispatcher(FlowableEventDispatcher) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- setEventDispatcher(FlowableEventDispatcher) - Method in class org.flowable.engine.common.AbstractServiceConfiguration
-
- setEventListeners(List<FlowableEventListener>) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- setEventListeners(List<FlowableEventListener>) - Method in class org.flowable.engine.common.AbstractServiceConfiguration
-
- setEventSupport(FlowableEventSupport) - Method in class org.flowable.engine.common.impl.event.FlowableEventDispatcherImpl
-
- setExecutionId(String) - Method in class org.flowable.engine.common.impl.event.FlowableEventImpl
-
- setExpressionFactory(ExpressionFactory) - Method in class org.flowable.engine.common.impl.el.DefaultExpressionManager
-
- setField(Field, Object, Object) - Static method in class org.flowable.engine.common.impl.util.ReflectUtil
-
- setFirst(CommandInterceptor) - Method in class org.flowable.engine.common.impl.cfg.CommandExecutorImpl
-
- setFirstResult(int) - Method in class org.flowable.engine.common.impl.db.ListQueryParameterObject
-
- setFunction(String, String, Method) - Method in class org.flowable.engine.common.impl.de.odysseus.el.util.SimpleContext
-
Define a function.
- setFunctionDelegates(List<FlowableFunctionDelegate>) - Method in class org.flowable.engine.common.impl.el.DefaultExpressionManager
-
- setFunctionDelegates(List<FlowableFunctionDelegate>) - Method in interface org.flowable.engine.common.impl.el.ExpressionManager
-
- setHistoryLevel(HistoryLevel) - Method in class org.flowable.engine.common.AbstractServiceConfiguration
-
- setId(String) - Method in class org.flowable.engine.common.impl.persistence.entity.AbstractEntity
-
- setId(String) - Method in class org.flowable.engine.common.impl.persistence.entity.AbstractEntityNoRevision
-
- setId(String) - Method in interface org.flowable.engine.common.impl.persistence.entity.Entity
-
- setIdGenerator(IdGenerator) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- setIdGenerator(IdGenerator) - Method in class org.flowable.engine.common.impl.db.DbSqlSessionFactory
-
- setInserted(boolean) - Method in class org.flowable.engine.common.impl.persistence.entity.AbstractEntity
-
- setInserted(boolean) - Method in class org.flowable.engine.common.impl.persistence.entity.AbstractEntityNoRevision
-
- setInserted(boolean) - Method in interface org.flowable.engine.common.impl.persistence.entity.Entity
-
- setInsertionOrder(List<Class<? extends Entity>>) - Method in class org.flowable.engine.common.impl.db.DbSqlSessionFactory
-
- setInsertStatements(Map<Class<?>, String>) - Method in class org.flowable.engine.common.impl.db.DbSqlSessionFactory
-
- setInstanceId(String) - Method in class org.flowable.engine.common.impl.callback.CallbackData
-
- setJavaTypeClass(Class<?>) - Method in class org.flowable.engine.common.impl.db.CustomMyBatisTypeHandlerConfig
-
- setJdbcDefaultTransactionIsolationLevel(int) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- setJdbcDriver(String) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- setJdbcMaxActiveConnections(int) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- setJdbcMaxCheckoutTime(int) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- setJdbcMaxIdleConnections(int) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- setJdbcMaxWaitTime(int) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- setJdbcPassword(String) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- setJdbcPingConnectionNotUsedFor(int) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- setJdbcPingEnabled(boolean) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- setJdbcPingQuery(String) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- setJdbcType(JdbcType) - Method in class org.flowable.engine.common.impl.db.CustomMyBatisTypeHandlerConfig
-
- setJdbcUrl(String) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- setJdbcUsername(String) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- setLocale(Locale) - Method in class org.flowable.engine.common.impl.javax.el.ELContext
-
Set the Locale for this instance.
- setLoginTimeout(int) - Method in class org.flowable.engine.common.impl.cfg.multitenant.TenantAwareDataSource
-
- setLogWriter(PrintWriter) - Method in class org.flowable.engine.common.impl.cfg.multitenant.TenantAwareDataSource
-
- setMaxLengthStringVariableType(int) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- setMaxNrOfStatementsInBulkInsert(int) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- setMaxNrOfStatementsInBulkInsert(int) - Method in class org.flowable.engine.common.impl.db.DbSqlSessionFactory
-
- setMaxResults(int) - Method in class org.flowable.engine.common.impl.db.ListQueryParameterObject
-
- setNewState(String) - Method in class org.flowable.engine.common.impl.callback.CallbackData
-
- setNext(CommandInterceptor) - Method in class org.flowable.engine.common.impl.interceptor.AbstractCommandInterceptor
-
- setNext(CommandInterceptor) - Method in interface org.flowable.engine.common.impl.interceptor.CommandInterceptor
-
- setNext(CommandInterceptor) - Method in class org.flowable.engine.common.impl.interceptor.DefaultCommandInvoker
-
- setNullHandlingColumn(String) - Method in class org.flowable.engine.common.impl.db.ListQueryParameterObject
-
- setNumOfRetries(int) - Method in class org.flowable.engine.common.impl.interceptor.RetryInterceptor
-
- setObjectMapper(ObjectMapper) - Method in class org.flowable.engine.common.AbstractServiceConfiguration
-
- setOldState(String) - Method in class org.flowable.engine.common.impl.callback.CallbackData
-
- setOrderByColumns(String) - Method in class org.flowable.engine.common.impl.db.ListQueryParameterObject
-
- setOriginalPersistentState(Object) - Method in class org.flowable.engine.common.impl.persistence.cache.CachedEntity
-
- setOriginalPersistentState(Object) - Method in class org.flowable.engine.common.impl.persistence.entity.AbstractEntity
-
- setOriginalPersistentState(Object) - Method in class org.flowable.engine.common.impl.persistence.entity.AbstractEntityNoRevision
-
- setOriginalPersistentState(Object) - Method in interface org.flowable.engine.common.impl.persistence.entity.Entity
-
- setParameter(Object) - Method in class org.flowable.engine.common.impl.db.ListQueryParameterObject
-
- setProcessDefinitionId(String) - Method in class org.flowable.engine.common.impl.event.FlowableEventImpl
-
- setProcessInstanceId(String) - Method in class org.flowable.engine.common.impl.event.FlowableEventImpl
-
- setProperty(String, Object) - Method in class org.flowable.engine.common.impl.de.odysseus.el.util.RootPropertyResolver
-
Set property value
- setPropertyResolved(boolean) - Method in class org.flowable.engine.common.impl.javax.el.ELContext
-
Called to indicate that a ELResolver has successfully resolved a given (base, property) pair.
- setResult(Object) - Method in class org.flowable.engine.common.impl.interceptor.CommandContext
-
- setReused(boolean) - Method in class org.flowable.engine.common.impl.interceptor.CommandContext
-
- setRevision(int) - Method in interface org.flowable.engine.common.impl.db.HasRevision
-
- setRevision(int) - Method in class org.flowable.engine.common.impl.persistence.entity.AbstractEntity
-
- setSchemaCommandConfig(CommandConfig) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- setSelectStatements(Map<Class<?>, String>) - Method in class org.flowable.engine.common.impl.db.DbSqlSessionFactory
-
- setServiceConfigurations(Map<String, AbstractServiceConfiguration>) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- setServiceConfigurations(Map<String, AbstractServiceConfiguration>) - Method in class org.flowable.engine.common.impl.interceptor.CommandContext
-
- setServiceConfigurations(Map<String, AbstractServiceConfiguration>) - Method in class org.flowable.engine.common.impl.interceptor.CommandContextInterceptor
-
- setSessionFactories(Map<Class<?>, SessionFactory>) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- setSessionFactories(Map<Class<?>, SessionFactory>) - Method in class org.flowable.engine.common.impl.interceptor.CommandContext
-
- setSessionFactories(Map<Class<?>, SessionFactory>) - Method in class org.flowable.engine.common.impl.interceptor.CommandContextFactory
-
- setSqlSessionFactory(SqlSessionFactory) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- setSqlSessionFactory(SqlSessionFactory) - Method in class org.flowable.engine.common.impl.db.DbSqlSessionFactory
-
- setStatementMappings(Map<String, String>) - Method in class org.flowable.engine.common.impl.db.DbSqlSessionFactory
-
- setTablePrefixIsSchema(boolean) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- setTablePrefixIsSchema(boolean) - Method in class org.flowable.engine.common.impl.db.DbSqlSessionFactory
-
- setTransactionContext(TransactionContext) - Static method in class org.flowable.engine.common.impl.context.Context
-
- setTransactionContext(TransactionContext) - Static method in class org.flowable.engine.common.impl.transaction.TransactionContextHolder
-
- setTransactionContextFactory(TransactionContextFactory) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- setTransactionContextFactory(TransactionContextFactory) - Method in class org.flowable.engine.common.impl.interceptor.TransactionContextInterceptor
-
- setTransactionFactory(TransactionFactory) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- setTransactionsExternallyManaged(boolean) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- setType(FlowableEngineEventType) - Method in class org.flowable.engine.common.impl.event.FlowableEventImpl
-
- setTypedEventListeners(Map<String, List<FlowableEventListener>>) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- setTypedEventListeners(Map<String, List<FlowableEventListener>>) - Method in class org.flowable.engine.common.AbstractServiceConfiguration
-
- setTypeHandlerClass(Class<?>) - Method in class org.flowable.engine.common.impl.db.CustomMybatisTypeAliasConfig
-
- setTypeHandlerClass(Class<?>) - Method in class org.flowable.engine.common.impl.db.CustomMyBatisTypeHandlerConfig
-
- setUpdated(boolean) - Method in class org.flowable.engine.common.impl.persistence.entity.AbstractEntity
-
- setUpdated(boolean) - Method in class org.flowable.engine.common.impl.persistence.entity.AbstractEntityNoRevision
-
- setUpdated(boolean) - Method in interface org.flowable.engine.common.impl.persistence.entity.Entity
-
- setUpdateStatements(Map<Class<?>, String>) - Method in class org.flowable.engine.common.impl.db.DbSqlSessionFactory
-
- setUseClassForNameClassLoading(boolean) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- setUsingRelationalDatabase(boolean) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- setValue(ELContext, Object) - Method in class org.flowable.engine.common.impl.de.odysseus.el.ObjectValueExpression
-
Throw an exception.
- setValue(Bindings, ELContext, Object) - Method in interface org.flowable.engine.common.impl.de.odysseus.el.tree.ExpressionNode
-
Assign value.
- setValue(Bindings, ELContext, Object) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstEval
-
- setValue(Bindings, ELContext, Object) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstIdentifier
-
- setValue(Bindings, ELContext, Object) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstMethod
-
- setValue(Bindings, ELContext, Object) - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstProperty
-
- setValue(Bindings, ELContext, Object) - Method in class org.flowable.engine.common.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.engine.common.impl.de.odysseus.el.tree.impl.ast.AstText
-
- setValue(ELContext, Object) - Method in class org.flowable.engine.common.impl.de.odysseus.el.TreeValueExpression
-
Evaluates the expression as an lvalue and assigns the given value.
- setValue(ELContext, Object, Object, Object) - Method in class org.flowable.engine.common.impl.de.odysseus.el.util.RootPropertyResolver
-
- setValue(ELContext, Object, Object, Object) - Method in class org.flowable.engine.common.impl.de.odysseus.el.util.SimpleResolver
-
- setValue(ELContext, Object, Object, Object) - Method in class org.flowable.engine.common.impl.el.DynamicBeanPropertyELResolver
-
- setValue(ELContext, Object, Object, Object) - Method in class org.flowable.engine.common.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(Object, VariableContainer) - Method in class org.flowable.engine.common.impl.el.JuelExpression
-
- setValue(ELContext, Object, Object, Object) - Method in class org.flowable.engine.common.impl.el.ReadOnlyMapELResolver
-
- setValue(ELContext, Object, Object, Object) - Method in class org.flowable.engine.common.impl.el.VariableContainerELResolver
-
- setValue(ELContext, Object, Object, Object) - Method in class org.flowable.engine.common.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.engine.common.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.engine.common.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.engine.common.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.engine.common.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.engine.common.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.engine.common.impl.javax.el.ResourceBundleELResolver
-
- setValue(ELContext, Object) - Method in class org.flowable.engine.common.impl.javax.el.ValueExpression
-
Evaluates the expression relative to the provided context, and sets the result to the
provided value.
- setVariable(String, ValueExpression) - Method in class org.flowable.engine.common.impl.de.odysseus.el.util.SimpleContext
-
Define a variable.
- setVariable(String, Object) - Method in class org.flowable.engine.common.impl.el.VariableContainerWrapper
-
- setVariable(String, ValueExpression) - Method in class org.flowable.engine.common.impl.javax.el.VariableMapper
-
Assign a ValueExpression to an EL variable, replacing any previously assignment to the same
variable.
- setWaitIncreaseFactor(int) - Method in class org.flowable.engine.common.impl.interceptor.RetryInterceptor
-
- setWaitTimeInMs(int) - Method in class org.flowable.engine.common.impl.interceptor.RetryInterceptor
-
- setXmlEncoding(String) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
-
- SimpleContext - Class in org.flowable.engine.common.impl.de.odysseus.el.util
-
Simple context implementation.
- SimpleContext() - Constructor for class org.flowable.engine.common.impl.de.odysseus.el.util.SimpleContext
-
Create a context.
- SimpleContext(ELResolver) - Constructor for class org.flowable.engine.common.impl.de.odysseus.el.util.SimpleContext
-
Create a context, use the specified resolver.
- SimpleOperator() - Constructor for class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstBinary.SimpleOperator
-
- SimpleOperator() - Constructor for class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstUnary.SimpleOperator
-
- SimpleResolver - Class in org.flowable.engine.common.impl.de.odysseus.el.util
-
Simple resolver implementation.
- SimpleResolver(ELResolver, boolean) - Constructor for class org.flowable.engine.common.impl.de.odysseus.el.util.SimpleResolver
-
Create a resolver capable of resolving top-level identifiers.
- SimpleResolver(ELResolver) - Constructor for class org.flowable.engine.common.impl.de.odysseus.el.util.SimpleResolver
-
Create a read/write resolver capable of resolving top-level identifiers.
- SimpleResolver(boolean) - Constructor for class org.flowable.engine.common.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() - Constructor for class org.flowable.engine.common.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.
- SingleCachedEntityMatcher<EntityImpl extends Entity> - Interface in org.flowable.engine.common.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.engine.common.impl.AbstractNativeQuery
-
- singleResult() - Method in class org.flowable.engine.common.impl.AbstractQuery
-
- singleResult() - Method in class org.flowable.engine.common.impl.query.AbstractNativeQuery
-
- singleResult() - Method in class org.flowable.engine.common.impl.query.AbstractQuery
-
- singletonMap(String, Object) - Static method in class org.flowable.engine.common.impl.util.CollectionUtil
-
Helper method that creates a singleton map.
- size() - Method in class org.flowable.engine.common.impl.cfg.SpringBeanFactoryProxyMap
-
- size() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.Cache
-
- size() - Method in class org.flowable.engine.common.impl.persistence.deploy.DefaultDeploymentCache
-
- SORTORDER_ASC - Static variable in class org.flowable.engine.common.impl.db.ListQueryParameterObject
-
- SORTORDER_DESC - Static variable in class org.flowable.engine.common.impl.db.ListQueryParameterObject
-
- SpringBeanFactoryProxyMap - Class in org.flowable.engine.common.impl.cfg
-
- SpringBeanFactoryProxyMap(BeanFactory) - Constructor for class org.flowable.engine.common.impl.cfg.SpringBeanFactoryProxyMap
-
- sql(String) - Method in class org.flowable.engine.common.BaseNativeQuery
-
- sql(String) - Method in class org.flowable.engine.common.impl.AbstractNativeQuery
-
- sql(String) - Method in class org.flowable.engine.common.impl.query.AbstractNativeQuery
-
- sqlSession - Variable in class org.flowable.engine.common.impl.db.DbSqlSession
-
- sqlSessionFactory - Variable in class org.flowable.engine.common.AbstractEngineConfiguration
-
- sqlSessionFactory - Variable in class org.flowable.engine.common.impl.db.DbSqlSessionFactory
-
- sqlStatement - Variable in class org.flowable.engine.common.BaseNativeQuery
-
- StandaloneMybatisTransactionContext - Class in org.flowable.engine.common.impl.cfg.standalone
-
- StandaloneMybatisTransactionContext(CommandContext) - Constructor for class org.flowable.engine.common.impl.cfg.standalone.StandaloneMybatisTransactionContext
-
- StandaloneMybatisTransactionContextFactory - Class in org.flowable.engine.common.impl.cfg.standalone
-
- StandaloneMybatisTransactionContextFactory() - Constructor for class org.flowable.engine.common.impl.cfg.standalone.StandaloneMybatisTransactionContextFactory
-
- stateChanged(CallbackData) - Method in interface org.flowable.engine.common.impl.callback.RuntimeInstanceStateChangeCallback
-
- stateCode - Variable in class org.flowable.engine.common.impl.db.SuspensionState.SuspensionStateImpl
-
- statement - Variable in class org.flowable.engine.common.impl.db.BulkDeleteOperation
-
- statementMappings - Variable in class org.flowable.engine.common.impl.db.DbSqlSessionFactory
-
- stateTransactionListeners - Variable in class org.flowable.engine.common.impl.cfg.standalone.StandaloneMybatisTransactionContext
-
- StreamSource - Interface in org.flowable.engine.common.impl.util.io
-
- strict - Variable in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstProperty
-
- StringStreamSource - Class in org.flowable.engine.common.impl.util.io
-
- StringStreamSource(String) - Constructor for class org.flowable.engine.common.impl.util.io.StringStreamSource
-
- StringStreamSource(String, String) - Constructor for class org.flowable.engine.common.impl.util.io.StringStreamSource
-
- StrongUuidGenerator - Class in org.flowable.engine.common.impl.persistence
-
IdGenerator implementation based on the current time and the ethernet address of the machine it is running on.
- StrongUuidGenerator() - Constructor for class org.flowable.engine.common.impl.persistence.StrongUuidGenerator
-
- sub(TypeConverter, Object, Object) - Static method in class org.flowable.engine.common.impl.de.odysseus.el.misc.NumberOperations
-
- SUB - Static variable in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.ast.AstBinary
-
- subject - Variable in class org.flowable.engine.common.impl.el.DynamicBeanPropertyELResolver
-
- SUSPENDED - Static variable in interface org.flowable.engine.common.impl.db.SuspensionState
-
- SuspensionState - Interface in org.flowable.engine.common.impl.db
-
Contains a predefined set of states for process definitions and process instances
- SuspensionState.SuspensionStateImpl - Class in org.flowable.engine.common.impl.db
-
- SuspensionStateImpl(int, String) - Constructor for class org.flowable.engine.common.impl.db.SuspensionState.SuspensionStateImpl
-
- validateDuedate(String, int, Date, Date) - Method in interface org.flowable.engine.common.impl.calendar.BusinessCalendar
-
- value() - Method in class org.flowable.engine.common.impl.de.odysseus.el.tree.impl.Parser
-
value := (nonliteral | literal) (<DOT> <IDENTIFIER> | <LBRACK> expr <RBRACK>)*
- valueExpression - Variable in class org.flowable.engine.common.impl.el.JuelExpression
-
- ValueExpression - Class in org.flowable.engine.common.impl.javax.el
-
An Expression that can get or set a value.
- ValueExpression() - Constructor for class org.flowable.engine.common.impl.javax.el.ValueExpression
-
- valueOf(String) - Static method in enum org.flowable.engine.common.BaseNativeQuery.ResultType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.flowable.engine.common.impl.cfg.TransactionPropagation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.flowable.engine.common.impl.cfg.TransactionState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.flowable.engine.common.impl.db.ListQueryParameterObject.ResultType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.flowable.engine.common.impl.de.odysseus.el.ExpressionFactoryImpl.Profile
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.flowable.engine.common.impl.de.odysseus.el.tree.impl.Builder.Feature
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.flowable.engine.common.impl.de.odysseus.el.tree.impl.Parser.ExtensionPoint
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.flowable.engine.common.impl.de.odysseus.el.tree.impl.Scanner.Symbol
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.flowable.engine.common.impl.history.HistoryLevel
-
Returns the enum constant of this type with the specified name.
- ValueReference - Class in org.flowable.engine.common.impl.javax.el
-
This class encapsulates a base model object and one of its properties.
- ValueReference(Object, Object) - Constructor for class org.flowable.engine.common.impl.javax.el.ValueReference
-
- values() - Static method in enum org.flowable.engine.common.BaseNativeQuery.ResultType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class org.flowable.engine.common.impl.cfg.SpringBeanFactoryProxyMap
-
- values() - Static method in enum org.flowable.engine.common.impl.cfg.TransactionPropagation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.flowable.engine.common.impl.cfg.TransactionState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.flowable.engine.common.impl.db.ListQueryParameterObject.ResultType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.flowable.engine.common.impl.de.odysseus.el.ExpressionFactoryImpl.Profile
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.flowable.engine.common.impl.de.odysseus.el.tree.impl.Builder.Feature
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.flowable.engine.common.impl.de.odysseus.el.tree.impl.Parser.ExtensionPoint
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.flowable.engine.common.impl.de.odysseus.el.tree.impl.Scanner.Symbol
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.flowable.engine.common.impl.history.HistoryLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- variableContainer - Variable in class org.flowable.engine.common.impl.el.VariableContainerELResolver
-
- VariableContainerELResolver - Class in org.flowable.engine.common.impl.el
-
- VariableContainerELResolver(VariableContainer) - Constructor for class org.flowable.engine.common.impl.el.VariableContainerELResolver
-
- VariableContainerWrapper - Class in org.flowable.engine.common.impl.el
-
- VariableContainerWrapper(Map<String, Object>) - Constructor for class org.flowable.engine.common.impl.el.VariableContainerWrapper
-
- VariableMapper - Class in org.flowable.engine.common.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.engine.common.impl.javax.el.VariableMapper
-
- variables - Variable in class org.flowable.engine.common.impl.el.VariableContainerWrapper
-