Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W X 

A

AbstractCommandContext - Class in org.flowable.engine.common.impl.interceptor
 
AbstractCommandContext(BaseCommand<?, ? extends AbstractCommandContext>) - Constructor for class org.flowable.engine.common.impl.interceptor.AbstractCommandContext
 
AbstractEngineConfiguration - Class in org.flowable.engine.common
 
AbstractEngineConfiguration() - Constructor for class org.flowable.engine.common.AbstractEngineConfiguration
 
AbstractEntity - Class in org.flowable.engine.common.impl.persistence.entity
Abstract superclass for the common properties of all Entity implementations.
AbstractEntity() - Constructor for class org.flowable.engine.common.impl.persistence.entity.AbstractEntity
 
AbstractEntityNoRevision - Class in org.flowable.engine.common.impl.persistence.entity
Abstract superclass for the common properties of all Entity implementations.
AbstractEntityNoRevision() - Constructor for class org.flowable.engine.common.impl.persistence.entity.AbstractEntityNoRevision
 
addAttribute(String, Object) - Method in class org.flowable.engine.common.impl.interceptor.AbstractCommandContext
 
addCloseListener(BaseCommandContextCloseListener<AbstractCommandContext>) - Method in class org.flowable.engine.common.impl.interceptor.AbstractCommandContext
 
addSessionFactory(SessionFactory) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
 
addTransactionListener(TransactionState, T) - Method in interface org.flowable.engine.common.impl.cfg.BaseTransactionContext
 
afterSessionsFlush(C) - Method in interface org.flowable.engine.common.impl.interceptor.BaseCommandContextCloseListener
Called when the Session have been successfully flushed.
afterSessionsFlush(AbstractCommandContext) - Method in class org.flowable.engine.common.impl.interceptor.TransactionCommandContextCloseListener
 
ASCENDING - Static variable in class org.flowable.engine.common.impl.Direction
 
attributes - Variable in class org.flowable.engine.common.impl.interceptor.AbstractCommandContext
 

B

BaseCommand<T,C extends AbstractCommandContext> - Interface in org.flowable.engine.common.impl.interceptor
 
BaseCommandContextCloseListener<C extends AbstractCommandContext> - Interface in org.flowable.engine.common.impl.interceptor
A listener that can be used to be notified of lifecycle events of the CommandContext.
BaseTransactionContext<T extends BaseTransactionListener<C>,C extends AbstractCommandContext> - Interface in org.flowable.engine.common.impl.cfg
 
BaseTransactionListener<C extends AbstractCommandContext> - Interface in org.flowable.engine.common.impl.cfg
 
beanFactory - Variable in class org.flowable.engine.common.impl.cfg.SpringBeanFactoryProxyMap
 
beans - Variable in class org.flowable.engine.common.AbstractEngineConfiguration
 
BeansConfigurationHelper - Class in org.flowable.engine.common.impl.cfg
 
BeansConfigurationHelper() - Constructor for class org.flowable.engine.common.impl.cfg.BeansConfigurationHelper
 
BitMaskUtil - Class in org.flowable.engine.common.impl.util
Util class for manipulating bit-flag in ints.
BitMaskUtil() - Constructor for class org.flowable.engine.common.impl.util.BitMaskUtil
 
bytes - Variable in class org.flowable.engine.common.impl.util.io.BytesStreamSource
 
bytes - Variable in class org.flowable.engine.common.impl.util.io.InputStreamSource
 
BytesStreamSource - Class in org.flowable.engine.common.impl.util.io
 
BytesStreamSource(byte[]) - Constructor for class org.flowable.engine.common.impl.util.io.BytesStreamSource
 

C

classLoader - Variable in class org.flowable.engine.common.AbstractEngineConfiguration
 
clear() - Method in class org.flowable.engine.common.impl.cfg.SpringBeanFactoryProxyMap
 
clear() - Static method in class org.flowable.engine.common.impl.transaction.ConnectionHolder
 
clock - Variable in class org.flowable.engine.common.AbstractEngineConfiguration
 
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.interceptor.AbstractCommandContext
 
close() - Method in interface org.flowable.engine.common.impl.interceptor.Session
 
close() - Method in class org.flowable.engine.common.impl.transaction.ContextAwareJdbcTransaction
 
closed(C) - Method in interface org.flowable.engine.common.impl.interceptor.BaseCommandContextCloseListener
Called when the CommandContext is successfully closed.
closed(AbstractCommandContext) - Method in class org.flowable.engine.common.impl.interceptor.TransactionCommandContextCloseListener
 
closeFailure(C) - Method in interface org.flowable.engine.common.impl.interceptor.BaseCommandContextCloseListener
Called when the CommandContext has not been successfully closed due to an exception that happened.
closeFailure(AbstractCommandContext) - Method in class org.flowable.engine.common.impl.interceptor.TransactionCommandContextCloseListener
 
closeListeners - Variable in class org.flowable.engine.common.impl.interceptor.AbstractCommandContext
 
closeSessions() - Method in class org.flowable.engine.common.impl.interceptor.AbstractCommandContext
 
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(C) - Method in interface org.flowable.engine.common.impl.interceptor.BaseCommandContextCloseListener
Called when the CommandContext is being closed, but no 'close logic' has been executed.
closing(AbstractCommandContext) - Method in class org.flowable.engine.common.impl.interceptor.TransactionCommandContextCloseListener
 
CollectionUtil - Class in org.flowable.engine.common.impl.util
helper/convenience methods for working with collections.
command - Variable in class org.flowable.engine.common.impl.interceptor.AbstractCommandContext
 
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
 
commit() - Method in interface org.flowable.engine.common.impl.cfg.BaseTransactionContext
 
ConnectionHolder - Class in org.flowable.engine.common.impl.transaction
Simple wrapper for storing the Connection in a threadlocal object.
ConnectionHolder() - Constructor for class org.flowable.engine.common.impl.transaction.ConnectionHolder
 
connectionHolder - Static variable in class org.flowable.engine.common.impl.transaction.ConnectionHolder
 
connectionStored - Variable in class org.flowable.engine.common.impl.transaction.ContextAwareJdbcTransaction
 
containsKey(Object) - Method in class org.flowable.engine.common.impl.cfg.SpringBeanFactoryProxyMap
 
containsValue(Object) - Method in class org.flowable.engine.common.impl.cfg.SpringBeanFactoryProxyMap
 
ContextAwareJdbcTransaction - Class in org.flowable.engine.common.impl.transaction
Extension of the regular JdbcTransaction of Mybatis.
ContextAwareJdbcTransaction(Connection) - Constructor for class org.flowable.engine.common.impl.transaction.ContextAwareJdbcTransaction
 
ContextAwareJdbcTransaction(DataSource, TransactionIsolationLevel, boolean) - Constructor for class org.flowable.engine.common.impl.transaction.ContextAwareJdbcTransaction
 
ContextAwareJdbcTransactionFactory - Class in org.flowable.engine.common.impl.transaction
Typically used for the process engine, as it's the 'driver' of other engine (i.e.
ContextAwareJdbcTransactionFactory() - Constructor for class org.flowable.engine.common.impl.transaction.ContextAwareJdbcTransactionFactory
 
convertToTimeZone(Calendar, TimeZone) - Static method in class org.flowable.engine.common.impl.util.TimeZoneUtil
 
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
 
customMybatisMappers - Variable in class org.flowable.engine.common.AbstractEngineConfiguration
 
customMybatisXMLMappers - 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
 

D

DATABASE_TYPE_DB2 - Static variable in class org.flowable.engine.common.AbstractEngineConfiguration
 
DATABASE_TYPE_H2 - Static variable in class org.flowable.engine.common.AbstractEngineConfiguration
 
DATABASE_TYPE_HSQL - Static variable in class org.flowable.engine.common.AbstractEngineConfiguration
 
DATABASE_TYPE_MSSQL - Static variable in class org.flowable.engine.common.AbstractEngineConfiguration
 
DATABASE_TYPE_MYSQL - Static variable in class org.flowable.engine.common.AbstractEngineConfiguration
 
DATABASE_TYPE_ORACLE - Static variable in class org.flowable.engine.common.AbstractEngineConfiguration
 
DATABASE_TYPE_POSTGRES - Static variable in class org.flowable.engine.common.AbstractEngineConfiguration
 
databaseCatalog - Variable in class org.flowable.engine.common.AbstractEngineConfiguration
database catalog to use
databaseSchema - Variable in class org.flowable.engine.common.AbstractEngineConfiguration
In some situations you want to set the schema to use for table checks / generation if the database metadata doesn't return that correctly, see https://jira.codehaus.org/browse/ACT-1220, https://jira.codehaus.org/browse/ACT-1062
databaseSchemaUpdate - Variable in class org.flowable.engine.common.AbstractEngineConfiguration
 
databaseTablePrefix - Variable in class org.flowable.engine.common.AbstractEngineConfiguration
Allows configuring a database table prefix which is used for all runtime operations of the process engine.
databaseType - Variable in class org.flowable.engine.common.AbstractEngineConfiguration
 
databaseType - Variable in class org.flowable.engine.common.impl.db.ListQueryParameterObject
 
databaseTypeMappings - Static variable in class org.flowable.engine.common.AbstractEngineConfiguration
 
databaseWildcardEscapeCharacter - Variable in class org.flowable.engine.common.AbstractEngineConfiguration
Escape character for doing wildcard searches.
DataManager<EntityImpl extends Entity> - Interface in org.flowable.engine.common.impl.persistence.entity.data
 
dataSource - Variable in class org.flowable.engine.common.AbstractEngineConfiguration
 
dataSource - Variable in class org.flowable.engine.common.impl.transaction.TransactionContextAwareDataSource
 
dataSourceJndiName - Variable in class org.flowable.engine.common.AbstractEngineConfiguration
 
DB_SCHEMA_UPDATE_CREATE - Static variable in class org.flowable.engine.common.AbstractEngineConfiguration
 
DB_SCHEMA_UPDATE_CREATE_DROP - Static variable in class org.flowable.engine.common.AbstractEngineConfiguration
 
DB_SCHEMA_UPDATE_DROP_CREATE - Static variable in class org.flowable.engine.common.AbstractEngineConfiguration
Creates the schema when the form engine is being created and drops the schema when the form engine is being closed.
DB_SCHEMA_UPDATE_FALSE - Static variable in class org.flowable.engine.common.AbstractEngineConfiguration
Checks the version of the DB schema against the library when the form engine is being created and throws an exception if the versions don't match.
DB_SCHEMA_UPDATE_TRUE - Static variable in class org.flowable.engine.common.AbstractEngineConfiguration
Upon building of the process engine, a check is performed and an update of the schema is performed if it is necessary.
DefaultClockImpl - Class in org.flowable.engine.common.impl.util
 
DefaultClockImpl() - Constructor for class org.flowable.engine.common.impl.util.DefaultClockImpl
 
defaultCommandConfig - Variable in class org.flowable.engine.common.AbstractEngineConfiguration
 
delete(String) - Method in interface org.flowable.engine.common.impl.persistence.entity.data.DataManager
 
delete(EntityImpl) - Method in interface org.flowable.engine.common.impl.persistence.entity.data.DataManager
 
delete(String) - Method in interface org.flowable.engine.common.impl.persistence.entity.EntityManager
 
delete(EntityImpl) - Method in interface org.flowable.engine.common.impl.persistence.entity.EntityManager
 
delete(EntityImpl, boolean) - Method in interface org.flowable.engine.common.impl.persistence.entity.EntityManager
 
DESCENDING - Static variable in class org.flowable.engine.common.impl.Direction
 
Direction - Class in org.flowable.engine.common.impl
 
Direction(String) - Constructor for class org.flowable.engine.common.impl.Direction
 

E

enableEventDispatcher - Variable in class org.flowable.engine.common.AbstractEngineConfiguration
 
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 - Interface in org.flowable.engine.common.impl.persistence.entity
 
EntityManager<EntityImpl extends Entity> - Interface in org.flowable.engine.common.impl.persistence.entity
 
entrySet() - Method in class org.flowable.engine.common.impl.cfg.SpringBeanFactoryProxyMap
 
eventDispatcher - Variable in class org.flowable.engine.common.AbstractEngineConfiguration
 
eventListeners - Variable in class org.flowable.engine.common.AbstractEngineConfiguration
 
exception - Variable in class org.flowable.engine.common.impl.interceptor.AbstractCommandContext
 
exception(Throwable) - Method in class org.flowable.engine.common.impl.interceptor.AbstractCommandContext
Stores the provided exception on this AbstractCommandContext instance.
execute(C) - Method in interface org.flowable.engine.common.impl.cfg.BaseTransactionListener
 
execute(Mapper) - Method in interface org.flowable.engine.common.impl.cmd.CustomSqlExecution
 
execute(C) - Method in interface org.flowable.engine.common.impl.interceptor.BaseCommand
 
executeCloseListenersAfterSessionFlushed() - Method in class org.flowable.engine.common.impl.interceptor.AbstractCommandContext
 
executeCloseListenersClosed() - Method in class org.flowable.engine.common.impl.interceptor.AbstractCommandContext
 
executeCloseListenersCloseFailure() - Method in class org.flowable.engine.common.impl.interceptor.AbstractCommandContext
 
executeCloseListenersClosing() - Method in class org.flowable.engine.common.impl.interceptor.AbstractCommandContext
 

F

findById(String) - Method in interface org.flowable.engine.common.impl.persistence.entity.data.DataManager
 
findById(String) - Method in interface org.flowable.engine.common.impl.persistence.entity.EntityManager
 
findByName(String) - Static method in class org.flowable.engine.common.impl.Direction
 
firstResult - Variable in class org.flowable.engine.common.impl.db.ListQueryParameterObject
 
firstResult - Variable in class org.flowable.engine.common.impl.Page
 
flush() - Method in interface org.flowable.engine.common.impl.interceptor.Session
 
flushSessions() - Method in class org.flowable.engine.common.impl.interceptor.AbstractCommandContext
 

G

get(Object) - Method in class org.flowable.engine.common.impl.cfg.SpringBeanFactoryProxyMap
 
get() - Static method in class org.flowable.engine.common.impl.transaction.ConnectionHolder
 
getAttribute(String) - Method in class org.flowable.engine.common.impl.interceptor.AbstractCommandContext
 
getBeans() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
 
getBytesFromInputStream(InputStream) - Method in class org.flowable.engine.common.impl.util.io.InputStreamSource
 
getClassLoader() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
 
getClock() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
 
getCloseListeners() - Method in class org.flowable.engine.common.impl.interceptor.AbstractCommandContext
 
getCommand() - Method in class org.flowable.engine.common.impl.interceptor.AbstractCommandContext
 
getConnection() - Method in class org.flowable.engine.common.impl.transaction.TransactionContextAwareDataSource
 
getConnection(String, String) - Method in class org.flowable.engine.common.impl.transaction.TransactionContextAwareDataSource
 
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
 
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
 
getCustomMybatisMappers() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
 
getCustomMybatisXMLMappers() - 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
 
getDatabaseSchema() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
 
getDatabaseSchemaUpdate() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
 
getDatabaseTablePrefix() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
 
getDatabaseType() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
 
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
 
getDefaultCommandConfig() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
 
getDefaultDatabaseTypeMappings() - Static method in class org.flowable.engine.common.AbstractEngineConfiguration
 
getEngineName() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
 
getEventDispatcher() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
 
getEventListeners() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
 
getException() - Method in class org.flowable.engine.common.EngineInfo
 
getException() - Method in class org.flowable.engine.common.impl.interceptor.AbstractCommandContext
 
getFile(String) - Static method in class org.flowable.engine.common.impl.util.IoUtil
 
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
 
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
 
getIdGenerator() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
 
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
Creates a NEW InputStream to the provided resource.
getInputStream() - Method in class org.flowable.engine.common.impl.util.io.StringStreamSource
 
getInputStream() - Method in class org.flowable.engine.common.impl.util.io.UrlStreamSource
 
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
 
getJdbcUrl() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
 
getJdbcUsername() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
 
getLastId() - Method in class org.flowable.engine.common.impl.db.IdBlock
 
getLastRow() - Method in class org.flowable.engine.common.impl.db.ListQueryParameterObject
 
getLoginTimeout() - Method in class org.flowable.engine.common.impl.transaction.TransactionContextAwareDataSource
 
getLogWriter() - Method in class org.flowable.engine.common.impl.transaction.TransactionContextAwareDataSource
 
getMapperClass() - Method in interface org.flowable.engine.common.impl.cmd.CustomSqlExecution
 
getMaxResults() - Method in class org.flowable.engine.common.impl.db.ListQueryParameterObject
 
getMaxResults() - Method in class org.flowable.engine.common.impl.Page
 
getMyBatisXmlConfigurationStream() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
 
getName() - Method in class org.flowable.engine.common.EngineInfo
 
getName() - Method in class org.flowable.engine.common.impl.Direction
 
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
 
getOrderBy() - Method in class org.flowable.engine.common.impl.db.ListQueryParameterObject
 
getOrderByColumns() - Method in class org.flowable.engine.common.impl.db.ListQueryParameterObject
 
getParameter() - Method in class org.flowable.engine.common.impl.db.ListQueryParameterObject
 
getParentLogger() - Method in class org.flowable.engine.common.impl.transaction.TransactionContextAwareDataSource
 
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.
getResourceAsStream(String) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
 
getResourceUrl() - Method in class org.flowable.engine.common.EngineInfo
 
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
 
getSchemaCommandConfig() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
 
getSession(Class<T>) - Method in class org.flowable.engine.common.impl.interceptor.AbstractCommandContext
 
getSessionFactories() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
 
getSessionFactories() - Method in class org.flowable.engine.common.impl.interceptor.AbstractCommandContext
 
getSessions() - Method in class org.flowable.engine.common.impl.interceptor.AbstractCommandContext
 
getSessionType() - Method in interface org.flowable.engine.common.impl.interceptor.SessionFactory
 
getSqlSessionFactory() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
 
getStack(ThreadLocal<Stack<T>>) - Static method in class org.flowable.engine.common.impl.transaction.TransactionContextHolder
 
getTransactionContext() - Static method in class org.flowable.engine.common.impl.transaction.TransactionContextHolder
 
getTransactionFactory() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
 
getTransactionPropagation() - Method in class org.flowable.engine.common.impl.interceptor.CommandConfig
 
getTypedEventListeners() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
 
getXmlEncoding() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
 

H

HasRevision - Interface in org.flowable.engine.common.impl.db
Entities that are using revisions for optimistic locking, need to implement this interface.

I

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
 
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.
initBeans() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
 
initClock() - 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
 
initDefaultCommandConfig() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
 
initIdGenerator() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
 
initMybatisConfiguration(Environment, Reader, Properties) - 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
 
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 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
 
IoUtil - Class in org.flowable.engine.common.impl.util
 
IoUtil() - Constructor for class org.flowable.engine.common.impl.util.IoUtil
 
isAtLeastJDK7() - Static method in class org.flowable.engine.common.impl.util.JvmUtil
 
isBitOn(int, int) - Static method in class org.flowable.engine.common.impl.util.BitMaskUtil
Check if the bit is set to '1'
isContextReusePossible() - Method in class org.flowable.engine.common.impl.interceptor.CommandConfig
 
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
 
isEmpty() - Method in class org.flowable.engine.common.impl.cfg.SpringBeanFactoryProxyMap
 
isEmpty(Collection) - Static method in class org.flowable.engine.common.impl.util.CollectionUtil
 
isEnableEventDispatcher() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
 
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
 
isNonIdmTransactionContextActive() - Method in class org.flowable.engine.common.impl.transaction.TransactionContextAwareTransactionFactory
 
isNotEmpty(Collection) - Static method in class org.flowable.engine.common.impl.util.CollectionUtil
 
isReused() - Method in class org.flowable.engine.common.impl.interceptor.AbstractCommandContext
 
isTablePrefixIsSchema() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
 
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
 
isUseClassForNameClassLoading() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
 
isUsingRelationalDatabase() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
 
isWrapperFor(Class<?>) - Method in class org.flowable.engine.common.impl.transaction.TransactionContextAwareDataSource
 

J

jdbcDefaultTransactionIsolationLevel - Variable in class org.flowable.engine.common.AbstractEngineConfiguration
 
jdbcDriver - Variable in class org.flowable.engine.common.AbstractEngineConfiguration
 
jdbcMaxActiveConnections - Variable in class org.flowable.engine.common.AbstractEngineConfiguration
 
jdbcMaxCheckoutTime - Variable in class org.flowable.engine.common.AbstractEngineConfiguration
 
jdbcMaxIdleConnections - Variable in class org.flowable.engine.common.AbstractEngineConfiguration
 
jdbcMaxWaitTime - Variable in class org.flowable.engine.common.AbstractEngineConfiguration
 
jdbcPassword - Variable in class org.flowable.engine.common.AbstractEngineConfiguration
 
jdbcPingConnectionNotUsedFor - Variable in class org.flowable.engine.common.AbstractEngineConfiguration
 
jdbcPingEnabled - Variable in class org.flowable.engine.common.AbstractEngineConfiguration
 
jdbcPingQuery - Variable in class org.flowable.engine.common.AbstractEngineConfiguration
 
jdbcTransactionFactory - Variable in class org.flowable.engine.common.impl.transaction.TransactionContextAwareTransactionFactory
 
jdbcUrl - Variable in class org.flowable.engine.common.AbstractEngineConfiguration
 
jdbcUsername - Variable in class org.flowable.engine.common.AbstractEngineConfiguration
 
JvmUtil - Class in org.flowable.engine.common.impl.util
 
JvmUtil() - Constructor for class org.flowable.engine.common.impl.util.JvmUtil
 

K

keySet() - Method in class org.flowable.engine.common.impl.cfg.SpringBeanFactoryProxyMap
 

L

ListQueryParameterObject - Class in org.flowable.engine.common.impl.db
 
ListQueryParameterObject() - Constructor for class org.flowable.engine.common.impl.db.ListQueryParameterObject
 
ListQueryParameterObject(Object, int, int) - Constructor for class org.flowable.engine.common.impl.db.ListQueryParameterObject
 
logException() - Method in class org.flowable.engine.common.impl.interceptor.AbstractCommandContext
 
logger - Static variable in class org.flowable.engine.common.AbstractEngineConfiguration
 

M

managedTransactionFactory - Variable in class org.flowable.engine.common.impl.transaction.TransactionContextAwareTransactionFactory
 
map(Object...) - Static method in class org.flowable.engine.common.impl.util.CollectionUtil
Helper method to easily create a map.
maxResults - Variable in class org.flowable.engine.common.impl.db.ListQueryParameterObject
 
maxResults - Variable in class org.flowable.engine.common.impl.Page
 

N

newTransaction(Connection) - Method in class org.flowable.engine.common.impl.transaction.ContextAwareJdbcTransactionFactory
 
newTransaction(DataSource, TransactionIsolationLevel, boolean) - Method in class org.flowable.engine.common.impl.transaction.ContextAwareJdbcTransactionFactory
 
newTransaction(Connection) - Method in class org.flowable.engine.common.impl.transaction.TransactionContextAwareTransactionFactory
 
newTransaction(DataSource, TransactionIsolationLevel, boolean) - Method in class org.flowable.engine.common.impl.transaction.TransactionContextAwareTransactionFactory
 
NO_TENANT_ID - Static variable in class org.flowable.engine.common.AbstractEngineConfiguration
The tenant id indicating 'no tenant'

O

openConnection() - Method in class org.flowable.engine.common.impl.transaction.ContextAwareJdbcTransaction
 
openSession(AbstractCommandContext) - Method in interface org.flowable.engine.common.impl.interceptor.SessionFactory
 
openTransactionContext(C) - Method in interface org.flowable.engine.common.impl.cfg.TransactionContextFactory
 
org.flowable.engine.common - package org.flowable.engine.common
 
org.flowable.engine.common.impl - package org.flowable.engine.common.impl
 
org.flowable.engine.common.impl.cfg - package org.flowable.engine.common.impl.cfg
 
org.flowable.engine.common.impl.cmd - package org.flowable.engine.common.impl.cmd
 
org.flowable.engine.common.impl.db - package org.flowable.engine.common.impl.db
 
org.flowable.engine.common.impl.interceptor - package org.flowable.engine.common.impl.interceptor
 
org.flowable.engine.common.impl.persistence - package org.flowable.engine.common.impl.persistence
 
org.flowable.engine.common.impl.persistence.entity - package org.flowable.engine.common.impl.persistence.entity
 
org.flowable.engine.common.impl.persistence.entity.data - package org.flowable.engine.common.impl.persistence.entity.data
 
org.flowable.engine.common.impl.transaction - package org.flowable.engine.common.impl.transaction
 
org.flowable.engine.common.impl.util - package org.flowable.engine.common.impl.util
 
org.flowable.engine.common.impl.util.io - package org.flowable.engine.common.impl.util.io
 
org.flowable.engine.common.runtime - package org.flowable.engine.common.runtime
 

P

Page - Class in org.flowable.engine.common.impl
holds the parameters of a page (partial result) for a query.
Page(int, int) - Constructor for class org.flowable.engine.common.impl.Page
 
parameter - Variable in class org.flowable.engine.common.impl.db.ListQueryParameterObject
 
parseCustomMybatisXMLMappers(Configuration) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
 
parseEngineConfiguration(Resource, String) - Static method in class org.flowable.engine.common.impl.cfg.BeansConfigurationHelper
 
parseEngineConfigurationFromInputStream(InputStream, String) - Static method in class org.flowable.engine.common.impl.cfg.BeansConfigurationHelper
 
parseEngineConfigurationFromResource(String, String) - Static method in class org.flowable.engine.common.impl.cfg.BeansConfigurationHelper
 
parseMybatisConfiguration(Configuration, XMLConfigBuilder) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
 
pathToEngineDbProperties() - Method in class org.flowable.engine.common.AbstractEngineConfiguration
 
put(Object, Object) - Method in class org.flowable.engine.common.impl.cfg.SpringBeanFactoryProxyMap
 
putAll(Map<? extends Object, ? extends Object>) - Method in class org.flowable.engine.common.impl.cfg.SpringBeanFactoryProxyMap
 

R

readFileAsString(String) - Static method in class org.flowable.engine.common.impl.util.IoUtil
 
readInputStream(InputStream, String) - Static method in class org.flowable.engine.common.impl.util.IoUtil
 
remove(Object) - Method in class org.flowable.engine.common.impl.cfg.SpringBeanFactoryProxyMap
 
removeTransactionContext() - Static method in class org.flowable.engine.common.impl.transaction.TransactionContextHolder
 
reset() - Method in class org.flowable.engine.common.impl.util.DefaultClockImpl
 
reset() - Method in interface org.flowable.engine.common.runtime.Clock
 
rethrowExceptionIfNeeded() - Method in class org.flowable.engine.common.impl.interceptor.AbstractCommandContext
 
reused - Variable in class org.flowable.engine.common.impl.interceptor.AbstractCommandContext
 
revision - Variable in class org.flowable.engine.common.impl.persistence.entity.AbstractEntity
 
rollback() - Method in interface org.flowable.engine.common.impl.cfg.BaseTransactionContext
 

S

schemaCommandConfig - Variable in class org.flowable.engine.common.AbstractEngineConfiguration
 
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.AbstractCommandContext
 
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.AbstractCommandContext
 
setBeans(Map<Object, Object>) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
 
setBit(int, int, boolean) - Static method in class org.flowable.engine.common.impl.util.BitMaskUtil
Set bit to '0' or '1' in the given int.
setBitOff(int, int) - Static method in class org.flowable.engine.common.impl.util.BitMaskUtil
Set bit to '0' in the given int.
setBitOn(int, int) - Static method in class org.flowable.engine.common.impl.util.BitMaskUtil
Set bit to '1' in the given int.
setClassLoader(ClassLoader) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
 
setClock(Clock) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
 
setConnection(Connection) - Static method in class org.flowable.engine.common.impl.transaction.ConnectionHolder
 
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
 
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
 
setCustomSessionFactories(List<SessionFactory>) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
 
setDatabaseCatalog(String) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
 
setDatabaseSchema(String) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
 
setDatabaseSchemaUpdate(String) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
 
setDatabaseTablePrefix(String) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
 
setDatabaseType(String) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
 
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
 
setDefaultCommandConfig(CommandConfig) - 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
 
setEnableEventDispatcher(boolean) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
 
setEventDispatcher(FlowableEventDispatcher) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
 
setEventListeners(List<FlowableEventListener>) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
 
setFirstResult(int) - Method in class org.flowable.engine.common.impl.db.ListQueryParameterObject
 
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
 
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
 
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
 
setJdbcUrl(String) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
 
setJdbcUsername(String) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
 
setLoginTimeout(int) - Method in class org.flowable.engine.common.impl.transaction.TransactionContextAwareDataSource
 
setLogWriter(PrintWriter) - Method in class org.flowable.engine.common.impl.transaction.TransactionContextAwareDataSource
 
setMaxResults(int) - Method in class org.flowable.engine.common.impl.db.ListQueryParameterObject
 
setParameter(Object) - Method in class org.flowable.engine.common.impl.db.ListQueryParameterObject
 
setProperties(Properties) - Method in class org.flowable.engine.common.impl.transaction.TransactionContextAwareTransactionFactory
 
setReused(boolean) - Method in class org.flowable.engine.common.impl.interceptor.AbstractCommandContext
 
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
 
setSessionFactories(Map<Class<?>, SessionFactory>) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
 
setSqlSessionFactory(SqlSessionFactory) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
 
setTablePrefixIsSchema(boolean) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
 
setTransactionContext(BaseTransactionContext) - Static method in class org.flowable.engine.common.impl.transaction.TransactionContextHolder
 
setTransactionFactory(TransactionFactory) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
 
setTransactionsExternallyManaged(boolean) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
 
setTypedEventListeners(Map<String, List<FlowableEventListener>>) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
 
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
 
setUseClassForNameClassLoading(boolean) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
 
setUsingRelationalDatabase(boolean) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
 
setXmlEncoding(String) - Method in class org.flowable.engine.common.AbstractEngineConfiguration
 
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
 
SpringBeanFactoryProxyMap - Class in org.flowable.engine.common.impl.cfg
 
SpringBeanFactoryProxyMap(BeanFactory) - Constructor for class org.flowable.engine.common.impl.cfg.SpringBeanFactoryProxyMap
 
sqlSessionFactory - Variable in class org.flowable.engine.common.AbstractEngineConfiguration
 
StreamSource - Interface in org.flowable.engine.common.impl.util.io
 
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
 

T

tablePrefixIsSchema - Variable in class org.flowable.engine.common.AbstractEngineConfiguration
Set to true in case the defined databaseTablePrefix is a schema-name, instead of an actual table name prefix.
timeBasedGenerator - Static variable in class org.flowable.engine.common.impl.persistence.StrongUuidGenerator
 
TimeZoneUtil - Class in org.flowable.engine.common.impl.util
 
TimeZoneUtil() - Constructor for class org.flowable.engine.common.impl.util.TimeZoneUtil
 
toString() - Method in class org.flowable.engine.common.impl.util.io.InputStreamSource
 
toString() - Method in class org.flowable.engine.common.impl.util.io.StringStreamSource
 
TransactionCommandContextCloseListener - Class in org.flowable.engine.common.impl.interceptor
 
TransactionCommandContextCloseListener(BaseTransactionContext) - Constructor for class org.flowable.engine.common.impl.interceptor.TransactionCommandContextCloseListener
 
transactionContext - Variable in class org.flowable.engine.common.impl.interceptor.TransactionCommandContextCloseListener
 
TransactionContextAwareDataSource - Class in org.flowable.engine.common.impl.transaction
A wrapper for a DataSource, to be used by a 'dependent' engine (e.g.
TransactionContextAwareDataSource(DataSource) - Constructor for class org.flowable.engine.common.impl.transaction.TransactionContextAwareDataSource
 
TransactionContextAwareTransactionFactory<T> - Class in org.flowable.engine.common.impl.transaction
A TransactionFactory implementation for 'dependent' engine (so not the process engine, but the IDM/DMN/Form/...
TransactionContextAwareTransactionFactory(Class<T>) - Constructor for class org.flowable.engine.common.impl.transaction.TransactionContextAwareTransactionFactory
 
transactionContextClass - Variable in class org.flowable.engine.common.impl.transaction.TransactionContextAwareTransactionFactory
 
TransactionContextFactory<T extends BaseTransactionListener<C>,C extends AbstractCommandContext> - Interface in org.flowable.engine.common.impl.cfg
 
TransactionContextHolder - Class in org.flowable.engine.common.impl.transaction
Holder for a threadlocal stack of BaseTransactionContext objects.
TransactionContextHolder() - Constructor for class org.flowable.engine.common.impl.transaction.TransactionContextHolder
 
transactionContextThreadLocal - Static variable in class org.flowable.engine.common.impl.transaction.TransactionContextHolder
 
transactionFactory - Variable in class org.flowable.engine.common.AbstractEngineConfiguration
 
transactionNotSupported() - Method in class org.flowable.engine.common.impl.interceptor.CommandConfig
 
TransactionPropagation - Enum in org.flowable.engine.common.impl.cfg
Enumeration that represents the transaction propagation behaviours supported by the command executor.
transactionRequired() - Method in class org.flowable.engine.common.impl.interceptor.CommandConfig
 
transactionRequiresNew() - Method in class org.flowable.engine.common.impl.interceptor.CommandConfig
 
transactionsExternallyManaged - Variable in class org.flowable.engine.common.AbstractEngineConfiguration
 
TransactionState - Enum in org.flowable.engine.common.impl.cfg
 
typedEventListeners - Variable in class org.flowable.engine.common.AbstractEngineConfiguration
 

U

unwrap(Class<T>) - Method in class org.flowable.engine.common.impl.transaction.TransactionContextAwareDataSource
 
update(EntityImpl) - Method in interface org.flowable.engine.common.impl.persistence.entity.data.DataManager
 
update(EntityImpl) - Method in interface org.flowable.engine.common.impl.persistence.entity.EntityManager
 
update(EntityImpl, boolean) - Method in interface org.flowable.engine.common.impl.persistence.entity.EntityManager
 
UrlStreamSource - Class in org.flowable.engine.common.impl.util.io
 
UrlStreamSource(URL) - Constructor for class org.flowable.engine.common.impl.util.io.UrlStreamSource
 
useClassForNameClassLoading - Variable in class org.flowable.engine.common.AbstractEngineConfiguration
Either use Class.forName or ClassLoader.loadClass for class loading.
usingRelationalDatabase - Variable in class org.flowable.engine.common.AbstractEngineConfiguration
Flag that can be set to configure or nota relational database is used.

V

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

W

writeStringToFile(String, String) - Static method in class org.flowable.engine.common.impl.util.IoUtil
 

X

xmlEncoding - Variable in class org.flowable.engine.common.AbstractEngineConfiguration
 
A B C D E F G H I J K L M N O P R S T U V W X 
Skip navigation links

Copyright © 2017 Flowable. All rights reserved.