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

A

AbstractCommandInterceptor - Class in org.flowable.dmn.engine.impl.interceptor
 
AbstractCommandInterceptor() - Constructor for class org.flowable.dmn.engine.impl.interceptor.AbstractCommandInterceptor
 
AbstractDataManager<EntityImpl extends Entity> - Class in org.flowable.dmn.engine.impl.persistence.entity.data
 
AbstractDataManager(DmnEngineConfiguration) - Constructor for class org.flowable.dmn.engine.impl.persistence.entity.data.AbstractDataManager
 
AbstractDmnTestCase - Class in org.flowable.dmn.engine.impl.test
 
AbstractDmnTestCase() - Constructor for class org.flowable.dmn.engine.impl.test.AbstractDmnTestCase
 
AbstractEntityManager<EntityImpl extends Entity> - Class in org.flowable.dmn.engine.impl.persistence.entity
 
AbstractEntityManager(DmnEngineConfiguration) - Constructor for class org.flowable.dmn.engine.impl.persistence.entity.AbstractEntityManager
 
AbstractFlowableDmnTestCase - Class in org.flowable.dmn.engine.impl.test
 
AbstractFlowableDmnTestCase() - Constructor for class org.flowable.dmn.engine.impl.test.AbstractFlowableDmnTestCase
 
AbstractManager - Class in org.flowable.dmn.engine.impl.persistence
 
AbstractManager(DmnEngineConfiguration) - Constructor for class org.flowable.dmn.engine.impl.persistence.AbstractManager
 
AbstractNativeQuery<T extends NativeQuery<?,?>,U> - Class in org.flowable.dmn.engine.impl
Abstract superclass for all native query types.
AbstractNativeQuery(CommandExecutor) - Constructor for class org.flowable.dmn.engine.impl.AbstractNativeQuery
 
AbstractNativeQuery(CommandContext) - Constructor for class org.flowable.dmn.engine.impl.AbstractNativeQuery
 
AbstractQuery<T extends Query<?,?>,U> - Class in org.flowable.dmn.engine.impl
Abstract superclass for all query types.
AbstractQuery() - Constructor for class org.flowable.dmn.engine.impl.AbstractQuery
 
AbstractQuery(CommandExecutor) - Constructor for class org.flowable.dmn.engine.impl.AbstractQuery
 
AbstractQuery(CommandContext) - Constructor for class org.flowable.dmn.engine.impl.AbstractQuery
 
add(String, T) - Method in class org.flowable.dmn.engine.impl.persistence.deploy.DefaultDeploymentCache
 
add(String, T) - Method in interface org.flowable.dmn.engine.impl.persistence.deploy.DeploymentCache
 
addClasspathResource(String) - Method in class org.flowable.dmn.engine.impl.repository.DmnDeploymentBuilderImpl
 
addCloseListener(CommandContextCloseListener) - Method in class org.flowable.dmn.engine.impl.interceptor.CommandContext
 
addContextConfigurationVariables(String, Object) - Method in class org.flowable.dmn.engine.impl.mvel.config.MvelExecutionContextConfiguration
 
addCustomFunction(String, Method) - Static method in class org.flowable.dmn.engine.impl.mvel.config.DefaultCustomExpressionFunctionRegistry
 
addDatabaseSpecificStatement(String, String, String) - Static method in class org.flowable.dmn.engine.impl.db.DbSqlSessionFactory
 
addDate(Date, Integer, Integer, Integer) - Static method in class org.flowable.dmn.engine.impl.mvel.extension.DateUtil
 
addDeployedArtifact(Object) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntity
 
addDeployedArtifact(Object) - Method in class org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntityImpl
 
addDmnBytes(String, byte[]) - Method in class org.flowable.dmn.engine.impl.repository.DmnDeploymentBuilderImpl
 
addDmnModel(String, DmnDefinition) - Method in class org.flowable.dmn.engine.impl.repository.DmnDeploymentBuilderImpl
 
addInputStream(String, InputStream) - Method in class org.flowable.dmn.engine.impl.repository.DmnDeploymentBuilderImpl
 
addOrder(String, String, Query.NullHandlingOnOrder) - Method in class org.flowable.dmn.engine.impl.AbstractQuery
 
addOrder(String, String) - Method in class org.flowable.dmn.engine.impl.TablePageQueryImpl
 
addParserConfiguration(String, Method) - Method in class org.flowable.dmn.engine.impl.mvel.config.MvelExecutionContextConfiguration
 
addPropertyHandler(Class<?>, PropertyHandler) - Method in class org.flowable.dmn.engine.impl.mvel.MvelExecutionContext
 
addResource(ResourceEntity) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntity
 
addResource(ResourceEntity) - Method in class org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntityImpl
 
addResultVariable(String, Object) - Method in class org.flowable.dmn.engine.impl.mvel.MvelExecutionContext
 
addString(String, String) - Method in class org.flowable.dmn.engine.impl.repository.DmnDeploymentBuilderImpl
 
addTransactionListener(TransactionState, TransactionListener) - Method in class org.flowable.dmn.engine.impl.cfg.standalone.StandaloneMybatisTransactionContext
 
addTransactionListener(TransactionState, TransactionListener) - Method in interface org.flowable.dmn.engine.impl.cfg.TransactionContext
 
annotationDeploymentSetUp(DmnEngine, Class<?>, String) - Static method in class org.flowable.dmn.engine.test.DmnTestHelper
 
annotationDeploymentTearDown(DmnEngine, String, Class<?>, String) - Static method in class org.flowable.dmn.engine.test.DmnTestHelper
 
apiTypeToTableNameMap - Static variable in class org.flowable.dmn.engine.impl.persistence.entity.TableDataManagerImpl
 
apply(Statement, Description) - Method in class org.flowable.dmn.engine.test.FlowableDmnRule
Implementation based on TestWatcher.
asc() - Method in class org.flowable.dmn.engine.impl.AbstractQuery
 
assertAndEnsureCleanDb() - Method in class org.flowable.dmn.engine.impl.test.AbstractFlowableDmnTestCase
Each test is assumed to clean up all DB content it entered.
assertAndEnsureCleanDb(DmnEngine) - Static method in class org.flowable.dmn.engine.test.DmnTestHelper
Each test is assumed to clean up all DB content it entered.
assertTextPresent(String, String) - Method in class org.flowable.dmn.engine.impl.test.AbstractDmnTestCase
Asserts if the provided text is part of some text.
assertTextPresentIgnoreCase(String, String) - Method in class org.flowable.dmn.engine.impl.test.AbstractDmnTestCase
Asserts if the provided text is part of some text, ignoring any uppercase characters
auditContainer - Variable in class org.flowable.dmn.engine.impl.mvel.MvelExecutionContext
 

B

build() - Method in class org.flowable.dmn.engine.impl.deployer.ParsedDeploymentBuilder
 
build(DmnDefinition, Map<String, Object>, Map<String, Method>, Map<Class<?>, PropertyHandler>) - Static method in class org.flowable.dmn.engine.impl.mvel.MvelExecutionContextBuilder
 
buildDmnEngine() - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
buildDmnEngine(URL) - Static method in class org.flowable.dmn.engine.DmnEngines
 
bytes - Variable in class org.flowable.dmn.engine.impl.persistence.entity.ResourceEntityImpl
 

C

cache - Variable in class org.flowable.dmn.engine.impl.persistence.deploy.DefaultDeploymentCache
 
cachingAndArtifactsManager - Variable in class org.flowable.dmn.engine.DmnEngineConfiguration
 
CachingAndArtifactsManager - Class in org.flowable.dmn.engine.impl.deployer
Updates caches and artifacts for a deployment and its decision tables
CachingAndArtifactsManager() - Constructor for class org.flowable.dmn.engine.impl.deployer.CachingAndArtifactsManager
 
cachingAndArtifactsManager - Variable in class org.flowable.dmn.engine.impl.deployer.DmnDeployer
 
category - Variable in class org.flowable.dmn.engine.impl.cmd.SetDecisionTableCategoryCmd
 
category - Variable in class org.flowable.dmn.engine.impl.cmd.SetDeploymentCategoryCmd
 
category - Variable in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
category - Variable in class org.flowable.dmn.engine.impl.DmnDeploymentQueryImpl
 
category - Variable in class org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityImpl
 
category - Variable in class org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntityImpl
 
category(String) - Method in class org.flowable.dmn.engine.impl.repository.DmnDeploymentBuilderImpl
 
categoryLike - Variable in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
categoryNotEquals - Variable in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
categoryNotEquals - Variable in class org.flowable.dmn.engine.impl.DmnDeploymentQueryImpl
 
checkExecutionContext(String) - Method in class org.flowable.dmn.engine.impl.mvel.MvelExecutionContext
 
checkQueryOk() - Method in class org.flowable.dmn.engine.impl.AbstractQuery
 
checkQueryOk() - Method in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
checkVersion(Integer) - Method in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
clear() - Method in class org.flowable.dmn.engine.impl.persistence.deploy.DefaultDeploymentCache
 
clear() - Method in interface org.flowable.dmn.engine.impl.persistence.deploy.DeploymentCache
 
close() - Method in interface org.flowable.dmn.engine.DmnEngine
 
close() - Method in class org.flowable.dmn.engine.impl.db.DbSqlSession
 
close() - Method in class org.flowable.dmn.engine.impl.DmnEngineImpl
 
closed(CommandContext) - Method in interface org.flowable.dmn.engine.impl.interceptor.CommandContextCloseListener
 
closeDmnEngines() - Static method in class org.flowable.dmn.engine.test.DmnTestHelper
 
closeDownDmnEngine() - Method in class org.flowable.dmn.engine.impl.test.AbstractFlowableDmnTestCase
 
closing(CommandContext) - Method in interface org.flowable.dmn.engine.impl.interceptor.CommandContextCloseListener
 
Command<T> - Interface in org.flowable.dmn.engine.impl.interceptor
 
commandContext - Variable in class org.flowable.dmn.engine.impl.AbstractNativeQuery
 
commandContext - Variable in class org.flowable.dmn.engine.impl.AbstractQuery
 
commandContext - Variable in class org.flowable.dmn.engine.impl.cfg.standalone.StandaloneMybatisTransactionContext
 
CommandContext - Class in org.flowable.dmn.engine.impl.interceptor
 
CommandContext(Command<?>, DmnEngineConfiguration) - Constructor for class org.flowable.dmn.engine.impl.interceptor.CommandContext
 
CommandContextCloseListener - Interface in org.flowable.dmn.engine.impl.interceptor
A listener that can be used to be notified of lifecycle events of the command context.
commandContextFactory - Variable in class org.flowable.dmn.engine.DmnEngineConfiguration
 
CommandContextFactory - Class in org.flowable.dmn.engine.impl.interceptor
 
CommandContextFactory() - Constructor for class org.flowable.dmn.engine.impl.interceptor.CommandContextFactory
 
commandContextFactory - Variable in class org.flowable.dmn.engine.impl.interceptor.CommandContextInterceptor
 
CommandContextInterceptor - Class in org.flowable.dmn.engine.impl.interceptor
 
CommandContextInterceptor() - Constructor for class org.flowable.dmn.engine.impl.interceptor.CommandContextInterceptor
 
CommandContextInterceptor(CommandContextFactory, DmnEngineConfiguration) - Constructor for class org.flowable.dmn.engine.impl.interceptor.CommandContextInterceptor
 
commandContextThreadLocal - Static variable in class org.flowable.dmn.engine.impl.context.Context
 
commandExecutor - Variable in class org.flowable.dmn.engine.DmnEngineConfiguration
this will be initialized during the configurationComplete()
commandExecutor - Variable in class org.flowable.dmn.engine.impl.AbstractNativeQuery
 
commandExecutor - Variable in class org.flowable.dmn.engine.impl.AbstractQuery
 
CommandExecutor - Interface in org.flowable.dmn.engine.impl.interceptor
The command executor for internal usage.
commandExecutor - Variable in class org.flowable.dmn.engine.impl.ServiceImpl
 
CommandExecutorImpl - Class in org.flowable.dmn.engine.impl.cfg
Command executor that passes commands to the first interceptor in the chain.
CommandExecutorImpl(CommandConfig, CommandInterceptor) - Constructor for class org.flowable.dmn.engine.impl.cfg.CommandExecutorImpl
 
CommandInterceptor - Interface in org.flowable.dmn.engine.impl.interceptor
 
commandInterceptors - Variable in class org.flowable.dmn.engine.DmnEngineConfiguration
 
commandInvoker - Variable in class org.flowable.dmn.engine.DmnEngineConfiguration
 
CommandInvoker - Class in org.flowable.dmn.engine.impl.interceptor
 
CommandInvoker() - Constructor for class org.flowable.dmn.engine.impl.interceptor.CommandInvoker
 
commit() - Method in class org.flowable.dmn.engine.impl.cfg.standalone.StandaloneMybatisTransactionContext
 
commit() - Method in interface org.flowable.dmn.engine.impl.cfg.TransactionContext
 
commit() - Method in class org.flowable.dmn.engine.impl.db.DbSqlSession
 
composeOutputEntryResult(int, RuleOutputClauseContainer, MvelExecutionContext) - Method in class org.flowable.dmn.engine.impl.RuleEngineExecutorImpl
 
configurationResource - Variable in class org.flowable.dmn.engine.test.FlowableDmnRule
 
configureDmnEngine() - Method in class org.flowable.dmn.engine.test.FlowableDmnRule
 
connectionMetadataDefaultCatalog - Variable in class org.flowable.dmn.engine.impl.db.DbSqlSession
 
connectionMetadataDefaultSchema - Variable in class org.flowable.dmn.engine.impl.db.DbSqlSession
 
contains(String) - Method in class org.flowable.dmn.engine.impl.persistence.deploy.DefaultDeploymentCache
 
contains(String) - Method in interface org.flowable.dmn.engine.impl.persistence.deploy.DeploymentCache
 
Context - Class in org.flowable.dmn.engine.impl.context
 
Context() - Constructor for class org.flowable.dmn.engine.impl.context.Context
 
contextConfigurationVariables - Variable in class org.flowable.dmn.engine.impl.mvel.config.MvelExecutionContextConfiguration
 
copyDeploymentValuesToDecisionTables(DmnDeploymentEntity, List<DecisionTableEntity>) - Method in class org.flowable.dmn.engine.impl.deployer.DmnDeploymentHelper
Updates all the decision table entities to match the deployment's values for tenant, engine version, and deployment id.
count() - Method in class org.flowable.dmn.engine.impl.AbstractNativeQuery
 
count() - Method in class org.flowable.dmn.engine.impl.AbstractQuery
 
create() - Method in class org.flowable.dmn.engine.impl.persistence.entity.AbstractEntityManager
 
create() - Method in class org.flowable.dmn.engine.impl.persistence.entity.data.impl.MybatisDecisionTableDataManager
 
create() - Method in class org.flowable.dmn.engine.impl.persistence.entity.data.impl.MybatisDmnDeploymentDataManager
 
create() - Method in class org.flowable.dmn.engine.impl.persistence.entity.data.impl.MybatisResourceDataManager
 
createCommandContext(Command<?>) - Method in class org.flowable.dmn.engine.impl.interceptor.CommandContextFactory
 
createDbSqlSessionFactory() - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
createDecisionTableQuery() - Method in class org.flowable.dmn.engine.impl.DmnRepositoryServiceImpl
 
createDeployment() - Method in class org.flowable.dmn.engine.impl.DmnRepositoryServiceImpl
 
createDeploymentQuery() - Method in class org.flowable.dmn.engine.impl.DmnRepositoryServiceImpl
 
createDmnEngineConfigurationFromInputStream(InputStream) - Static method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
createDmnEngineConfigurationFromInputStream(InputStream, String) - Static method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
createDmnEngineConfigurationFromResource(String) - Static method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
createDmnEngineConfigurationFromResource(String, String) - Static method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
createDmnEngineConfigurationFromResourceDefault() - Static method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
createDmnParseFromResource(ResourceEntity) - Method in class org.flowable.dmn.engine.impl.deployer.ParsedDeploymentBuilder
 
createNativeDecisionTableQuery() - Method in class org.flowable.dmn.engine.impl.DmnRepositoryServiceImpl
 
createNativeDeploymentQuery() - Method in class org.flowable.dmn.engine.impl.DmnRepositoryServiceImpl
 
createParse() - Method in class org.flowable.dmn.engine.impl.parser.DmnParseFactory
 
createStandaloneDmnEngineConfiguration() - Static method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
createStandaloneInMemDmnEngineConfiguration() - Static method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
createTablePageQuery() - Method in class org.flowable.dmn.engine.impl.DmnManagementServiceImpl
 
createTransactionInterceptor() - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
CustomExpressionFunctionRegistry - Interface in org.flowable.dmn.engine
 
customExpressionFunctionRegistry - Variable in class org.flowable.dmn.engine.DmnEngineConfiguration
 
customExpressionFunctions - Variable in class org.flowable.dmn.engine.DmnEngineConfiguration
 
customFunctionConfigurations - Static variable in class org.flowable.dmn.engine.impl.mvel.config.DefaultCustomExpressionFunctionRegistry
 
customPostCommandInterceptors - Variable in class org.flowable.dmn.engine.DmnEngineConfiguration
 
customPostDeployers - Variable in class org.flowable.dmn.engine.DmnEngineConfiguration
 
customPreCommandInterceptors - Variable in class org.flowable.dmn.engine.DmnEngineConfiguration
the configurable list which will be processed to build the DmnEngineConfiguration.commandExecutor
customPreDeployers - Variable in class org.flowable.dmn.engine.DmnEngineConfiguration
 
customPropertyHandlers - Variable in class org.flowable.dmn.engine.DmnEngineConfiguration
 
customSqlExecution - Variable in class org.flowable.dmn.engine.impl.cmd.ExecuteCustomSqlCmd
 

D

databaseCatalog - Variable in class org.flowable.dmn.engine.impl.db.DbSqlSessionFactory
 
databaseSchema - Variable in class org.flowable.dmn.engine.impl.db.DbSqlSessionFactory
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://activiti.atlassian.net/browse/ACT-1220, https://activiti.atlassian.net/browse/ACT-1062
databaseSpecificStatements - Static variable in class org.flowable.dmn.engine.impl.db.DbSqlSessionFactory
 
databaseTablePrefix - Variable in class org.flowable.dmn.engine.impl.db.DbSqlSessionFactory
 
databaseType - Variable in class org.flowable.dmn.engine.impl.AbstractQuery
 
databaseType - Variable in class org.flowable.dmn.engine.impl.db.DbSqlSessionFactory
 
DateUtil - Class in org.flowable.dmn.engine.impl.mvel.extension
 
DateUtil() - Constructor for class org.flowable.dmn.engine.impl.mvel.extension.DateUtil
 
dbSchemaCheckVersion() - Method in class org.flowable.dmn.engine.impl.db.DbSqlSession
 
dbSchemaCreate() - Method in class org.flowable.dmn.engine.impl.db.DbSqlSession
 
DbSchemaDrop - Class in org.flowable.dmn.engine.impl.db
 
DbSchemaDrop() - Constructor for class org.flowable.dmn.engine.impl.db.DbSchemaDrop
 
dbSchemaDrop() - Method in class org.flowable.dmn.engine.impl.db.DbSqlSession
 
DbSqlSession - Class in org.flowable.dmn.engine.impl.db
 
DbSqlSession(DbSqlSessionFactory) - Constructor for class org.flowable.dmn.engine.impl.db.DbSqlSession
 
DbSqlSession(DbSqlSessionFactory, Connection, String, String) - Constructor for class org.flowable.dmn.engine.impl.db.DbSqlSession
 
dbSqlSessionFactory - Variable in class org.flowable.dmn.engine.DmnEngineConfiguration
 
dbSqlSessionFactory - Variable in class org.flowable.dmn.engine.impl.db.DbSqlSession
 
DbSqlSessionFactory - Class in org.flowable.dmn.engine.impl.db
 
DbSqlSessionFactory() - Constructor for class org.flowable.dmn.engine.impl.db.DbSqlSessionFactory
 
decision - Variable in class org.flowable.dmn.engine.impl.persistence.deploy.DecisionTableCacheEntry
 
DECISION_TABLE_CATEGORY - Static variable in class org.flowable.dmn.engine.impl.DecisionTableQueryProperty
 
DECISION_TABLE_ID - Static variable in class org.flowable.dmn.engine.impl.DecisionTableQueryProperty
 
DECISION_TABLE_KEY - Static variable in class org.flowable.dmn.engine.impl.DecisionTableQueryProperty
 
DECISION_TABLE_NAME - Static variable in class org.flowable.dmn.engine.impl.DecisionTableQueryProperty
 
DECISION_TABLE_TENANT_ID - Static variable in class org.flowable.dmn.engine.impl.DecisionTableQueryProperty
 
DECISION_TABLE_VERSION - Static variable in class org.flowable.dmn.engine.impl.DecisionTableQueryProperty
 
decisionCache - Variable in class org.flowable.dmn.engine.DmnEngineConfiguration
 
decisionCache - Variable in class org.flowable.dmn.engine.impl.persistence.deploy.DeploymentManager
 
decisionCacheLimit - Variable in class org.flowable.dmn.engine.DmnEngineConfiguration
 
DecisionExecutionAuditUtil - Class in org.flowable.dmn.engine.impl.audit
 
DecisionExecutionAuditUtil() - Constructor for class org.flowable.dmn.engine.impl.audit.DecisionExecutionAuditUtil
 
decisionKey - Variable in class org.flowable.dmn.engine.impl.cmd.ExecuteDecisionCmd
 
DecisionTableCacheEntry - Class in org.flowable.dmn.engine.impl.persistence.deploy
 
DecisionTableCacheEntry(DecisionTableEntity, DmnDefinition, Decision) - Constructor for class org.flowable.dmn.engine.impl.persistence.deploy.DecisionTableCacheEntry
 
decisionTableCategory(String) - Method in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
decisionTableCategoryLike(String) - Method in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
decisionTableCategoryNotEquals(String) - Method in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
decisionTableDataManager - Variable in class org.flowable.dmn.engine.DmnEngineConfiguration
 
DecisionTableDataManager - Interface in org.flowable.dmn.engine.impl.persistence.entity.data
 
decisionTableDataManager - Variable in class org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityManagerImpl
 
decisionTableEntity - Variable in class org.flowable.dmn.engine.impl.persistence.deploy.DecisionTableCacheEntry
 
DecisionTableEntity - Interface in org.flowable.dmn.engine.impl.persistence.entity
 
DecisionTableEntityImpl - Class in org.flowable.dmn.engine.impl.persistence.entity
 
DecisionTableEntityImpl() - Constructor for class org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityImpl
 
decisionTableEntityManager - Variable in class org.flowable.dmn.engine.DmnEngineConfiguration
 
decisionTableEntityManager - Variable in class org.flowable.dmn.engine.impl.persistence.deploy.DeploymentManager
 
DecisionTableEntityManager - Interface in org.flowable.dmn.engine.impl.persistence.entity
 
DecisionTableEntityManagerImpl - Class in org.flowable.dmn.engine.impl.persistence.entity
 
DecisionTableEntityManagerImpl(DmnEngineConfiguration, DecisionTableDataManager) - Constructor for class org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityManagerImpl
 
decisionTableId - Variable in class org.flowable.dmn.engine.impl.cmd.GetDeploymentDecisionTableCmd
 
decisionTableId - Variable in class org.flowable.dmn.engine.impl.cmd.GetDeploymentDmnResourceCmd
 
decisionTableId - Variable in class org.flowable.dmn.engine.impl.cmd.GetDmnDefinitionCmd
 
decisionTableId - Variable in class org.flowable.dmn.engine.impl.cmd.SetDecisionTableCategoryCmd
 
decisionTableId - Variable in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
decisionTableId(String) - Method in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
decisionTableIds(Set<String>) - Method in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
decisionTableKey(String) - Method in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
decisionTableKey - Variable in class org.flowable.dmn.engine.impl.DmnDeploymentQueryImpl
 
decisionTableKey(String) - Method in class org.flowable.dmn.engine.impl.DmnDeploymentQueryImpl
 
decisionTableKeyLike(String) - Method in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
decisionTableKeyLike - Variable in class org.flowable.dmn.engine.impl.DmnDeploymentQueryImpl
 
decisionTableKeyLike(String) - Method in class org.flowable.dmn.engine.impl.DmnDeploymentQueryImpl
 
decisionTableName(String) - Method in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
decisionTableNameLike(String) - Method in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
DecisionTableQueryImpl - Class in org.flowable.dmn.engine.impl
 
DecisionTableQueryImpl() - Constructor for class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
DecisionTableQueryImpl(CommandContext) - Constructor for class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
DecisionTableQueryImpl(CommandExecutor) - Constructor for class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
DecisionTableQueryProperty - Class in org.flowable.dmn.engine.impl
Contains the possible properties that can be used in a ProcessDefinitionQuery.
DecisionTableQueryProperty(String) - Constructor for class org.flowable.dmn.engine.impl.DecisionTableQueryProperty
 
decisionTableResourceName(String) - Method in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
decisionTableResourceNameLike(String) - Method in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
decisionTables - Variable in class org.flowable.dmn.engine.impl.deployer.ParsedDeployment
 
decisionTables - Variable in class org.flowable.dmn.engine.impl.parser.DmnParse
The end result of the parsing: a list of decision tables.
decisionTableTenantId(String) - Method in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
decisionTableTenantIdLike(String) - Method in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
DecisionTableUtil - Class in org.flowable.dmn.engine.impl.util
A utility class that hides the complexity of DecisionTableEntity and Decision lookup.
DecisionTableUtil() - Constructor for class org.flowable.dmn.engine.impl.util.DecisionTableUtil
 
decisionTableVersion(Integer) - Method in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
decisionTableVersionGreaterThan(Integer) - Method in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
decisionTableVersionGreaterThanOrEquals(Integer) - Method in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
decisionTableVersionLowerThan(Integer) - Method in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
decisionTableVersionLowerThanOrEquals(Integer) - Method in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
decisionTableWithoutTenantId() - Method in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
DEFAULT_ENCODING - Static variable in class org.flowable.dmn.engine.impl.repository.DmnDeploymentBuilderImpl
 
DEFAULT_MYBATIS_MAPPING_FILE - Static variable in class org.flowable.dmn.engine.DmnEngineConfiguration
 
DefaultCustomExpressionFunctionRegistry - Class in org.flowable.dmn.engine.impl.mvel.config
 
DefaultCustomExpressionFunctionRegistry() - Constructor for class org.flowable.dmn.engine.impl.mvel.config.DefaultCustomExpressionFunctionRegistry
 
DefaultDeploymentCache<T> - Class in org.flowable.dmn.engine.impl.persistence.deploy
Default cache: keep everything in memory, unless a limit is set.
DefaultDeploymentCache() - Constructor for class org.flowable.dmn.engine.impl.persistence.deploy.DefaultDeploymentCache
Cache with no limit
DefaultDeploymentCache(int) - Constructor for class org.flowable.dmn.engine.impl.persistence.deploy.DefaultDeploymentCache
Cache which has a hard limit: no more elements will be cached than the limit.
delete(String, Object) - Method in class org.flowable.dmn.engine.impl.db.DbSqlSession
 
delete(Entity) - Method in class org.flowable.dmn.engine.impl.db.DbSqlSession
 
delete(String) - Method in class org.flowable.dmn.engine.impl.persistence.entity.AbstractEntityManager
 
delete(EntityImpl) - Method in class org.flowable.dmn.engine.impl.persistence.entity.AbstractEntityManager
 
delete(EntityImpl, boolean) - Method in class org.flowable.dmn.engine.impl.persistence.entity.AbstractEntityManager
 
delete(String) - Method in class org.flowable.dmn.engine.impl.persistence.entity.data.AbstractDataManager
 
delete(EntityImpl) - Method in class org.flowable.dmn.engine.impl.persistence.entity.data.AbstractDataManager
 
deleteDecisionTablesByDeploymentId(String) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.data.DecisionTableDataManager
 
deleteDecisionTablesByDeploymentId(String) - Method in class org.flowable.dmn.engine.impl.persistence.entity.data.impl.MybatisDecisionTableDataManager
 
deleteDecisionTablesByDeploymentId(String) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityManager
 
deleteDecisionTablesByDeploymentId(String) - Method in class org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityManagerImpl
 
deleteDecisionTablesForDeployment(String) - Method in class org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntityManagerImpl
 
deleteDeployment(String) - Method in class org.flowable.dmn.engine.impl.DmnRepositoryServiceImpl
 
deleteDeployment(String) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntityManager
 
deleteDeployment(String) - Method in class org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntityManagerImpl
 
DeleteDeploymentCmd - Class in org.flowable.dmn.engine.impl.cmd
 
DeleteDeploymentCmd(String) - Constructor for class org.flowable.dmn.engine.impl.cmd.DeleteDeploymentCmd
 
deleteResourcesByDeploymentId(String) - Method in class org.flowable.dmn.engine.impl.persistence.entity.data.impl.MybatisResourceDataManager
 
deleteResourcesByDeploymentId(String) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.data.ResourceDataManager
 
deleteResourcesByDeploymentId(String) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.ResourceEntityManager
 
deleteResourcesByDeploymentId(String) - Method in class org.flowable.dmn.engine.impl.persistence.entity.ResourceEntityManagerImpl
 
deleteStatements - Variable in class org.flowable.dmn.engine.impl.db.DbSqlSessionFactory
 
deploy(DmnDeploymentEntity, Map<String, Object>) - Method in class org.flowable.dmn.engine.impl.deployer.DmnDeployer
 
deploy(DmnDeploymentBuilderImpl) - Method in class org.flowable.dmn.engine.impl.DmnRepositoryServiceImpl
 
deploy(DmnDeploymentEntity, Map<String, Object>) - Method in interface org.flowable.dmn.engine.impl.persistence.deploy.Deployer
 
deploy(DmnDeploymentEntity) - Method in class org.flowable.dmn.engine.impl.persistence.deploy.DeploymentManager
 
deploy(DmnDeploymentEntity, Map<String, Object>) - Method in class org.flowable.dmn.engine.impl.persistence.deploy.DeploymentManager
 
deploy() - Method in class org.flowable.dmn.engine.impl.repository.DmnDeploymentBuilderImpl
 
DEPLOY_TIME - Static variable in class org.flowable.dmn.engine.impl.DeploymentQueryProperty
 
DeployCmd<T> - Class in org.flowable.dmn.engine.impl.cmd
 
DeployCmd(DmnDeploymentBuilderImpl) - Constructor for class org.flowable.dmn.engine.impl.cmd.DeployCmd
 
deployedArtifacts - Variable in class org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntityImpl
Will only be used during actual deployment to pass deployed artifacts (eg process definitions).
Deployer - Interface in org.flowable.dmn.engine.impl.persistence.deploy
 
deployers - Variable in class org.flowable.dmn.engine.DmnEngineConfiguration
 
deployers - Variable in class org.flowable.dmn.engine.impl.persistence.deploy.DeploymentManager
 
deployment - Variable in class org.flowable.dmn.engine.impl.deployer.ParsedDeploymentBuilder
 
deployment - Variable in class org.flowable.dmn.engine.impl.parser.DmnParse
The deployment to which the parsed decision tables will be added.
deployment(DmnDeploymentEntity) - Method in class org.flowable.dmn.engine.impl.parser.DmnParse
 
deployment - Variable in class org.flowable.dmn.engine.impl.repository.DmnDeploymentBuilderImpl
 
DEPLOYMENT_ID - Static variable in class org.flowable.dmn.engine.impl.DecisionTableQueryProperty
 
DEPLOYMENT_ID - Static variable in class org.flowable.dmn.engine.impl.DeploymentQueryProperty
 
DEPLOYMENT_NAME - Static variable in class org.flowable.dmn.engine.impl.DeploymentQueryProperty
 
DEPLOYMENT_TENANT_ID - Static variable in class org.flowable.dmn.engine.impl.DeploymentQueryProperty
 
deploymentBuilder - Variable in class org.flowable.dmn.engine.impl.cmd.DeployCmd
 
DeploymentCache<T> - Interface in org.flowable.dmn.engine.impl.persistence.deploy
Interface for cache implementations.
deploymentCategory(String) - Method in class org.flowable.dmn.engine.impl.DmnDeploymentQueryImpl
 
deploymentCategoryNotEquals(String) - Method in class org.flowable.dmn.engine.impl.DmnDeploymentQueryImpl
 
deploymentDataManager - Variable in class org.flowable.dmn.engine.DmnEngineConfiguration
 
deploymentDataManager - Variable in class org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntityManagerImpl
 
deploymentEntity - Variable in class org.flowable.dmn.engine.impl.deployer.ParsedDeployment
 
deploymentEntityManager - Variable in class org.flowable.dmn.engine.DmnEngineConfiguration
 
deploymentEntityManager - Variable in class org.flowable.dmn.engine.impl.persistence.deploy.DeploymentManager
 
deploymentId - Variable in class org.flowable.dmn.engine.impl.cmd.DeleteDeploymentCmd
 
deploymentId - Variable in class org.flowable.dmn.engine.impl.cmd.GetDeploymentResourceCmd
 
deploymentId - Variable in class org.flowable.dmn.engine.impl.cmd.GetDeploymentResourceNamesCmd
 
deploymentId - Variable in class org.flowable.dmn.engine.impl.cmd.SetDeploymentCategoryCmd
 
deploymentId - Variable in class org.flowable.dmn.engine.impl.cmd.SetDeploymentTenantIdCmd
 
deploymentId - Variable in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
deploymentId(String) - Method in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
deploymentId - Variable in class org.flowable.dmn.engine.impl.DmnDeploymentQueryImpl
 
deploymentId(String) - Method in class org.flowable.dmn.engine.impl.DmnDeploymentQueryImpl
 
deploymentId - Variable in class org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityImpl
 
deploymentId - Variable in class org.flowable.dmn.engine.impl.persistence.entity.ResourceEntityImpl
 
deploymentId - Variable in class org.flowable.dmn.engine.test.FlowableDmnRule
 
deploymentIdFromDeploymentAnnotation - Variable in class org.flowable.dmn.engine.impl.test.AbstractFlowableDmnTestCase
 
deploymentIds - Variable in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
deploymentIds(Set<String>) - Method in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
deploymentIdsForAutoCleanup - Variable in class org.flowable.dmn.engine.impl.test.AbstractFlowableDmnTestCase
 
deploymentManager - Variable in class org.flowable.dmn.engine.DmnEngineConfiguration
 
DeploymentManager - Class in org.flowable.dmn.engine.impl.persistence.deploy
 
DeploymentManager(DeploymentCache<DecisionTableCacheEntry>, DmnEngineConfiguration) - Constructor for class org.flowable.dmn.engine.impl.persistence.deploy.DeploymentManager
 
deploymentName(String) - Method in class org.flowable.dmn.engine.impl.DmnDeploymentQueryImpl
 
deploymentNameLike(String) - Method in class org.flowable.dmn.engine.impl.DmnDeploymentQueryImpl
 
DeploymentQueryProperty - Class in org.flowable.dmn.engine.impl
Contains the possible properties that can be used in a DmnDeploymentQuery.
DeploymentQueryProperty(String) - Constructor for class org.flowable.dmn.engine.impl.DeploymentQueryProperty
 
deploymentsDiffer(DmnDeploymentEntity, DmnDeploymentEntity) - Method in class org.flowable.dmn.engine.impl.cmd.DeployCmd
 
deploymentSettings - Variable in class org.flowable.dmn.engine.impl.deployer.ParsedDeploymentBuilder
 
DeploymentSettings - Interface in org.flowable.dmn.engine.impl
 
deploymentTenantId(String) - Method in class org.flowable.dmn.engine.impl.DmnDeploymentQueryImpl
 
deploymentTenantIdLike(String) - Method in class org.flowable.dmn.engine.impl.DmnDeploymentQueryImpl
 
deploymentTime - Variable in class org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntityImpl
 
deploymentWithoutTenantId() - Method in class org.flowable.dmn.engine.impl.DmnDeploymentQueryImpl
 
desc() - Method in class org.flowable.dmn.engine.impl.AbstractQuery
 
description - Variable in class org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityImpl
 
destroy() - Static method in class org.flowable.dmn.engine.DmnEngines
closes all dmn engines.
direction(Direction) - Method in class org.flowable.dmn.engine.impl.AbstractQuery
 
disableSchemaValidation() - Method in class org.flowable.dmn.engine.impl.repository.DmnDeploymentBuilderImpl
 
DMN_RESOURCE_SUFFIXES - Static variable in class org.flowable.dmn.engine.impl.deployer.ParsedDeploymentBuilder
 
dmnDefinition - Variable in class org.flowable.dmn.engine.impl.parser.DmnParse
 
dmnDefinition - Variable in class org.flowable.dmn.engine.impl.persistence.deploy.DecisionTableCacheEntry
 
dmnDeployer - Variable in class org.flowable.dmn.engine.DmnEngineConfiguration
 
DmnDeployer - Class in org.flowable.dmn.engine.impl.deployer
 
DmnDeployer() - Constructor for class org.flowable.dmn.engine.impl.deployer.DmnDeployer
 
DmnDeploymentAnnotation - Annotation Type in org.flowable.dmn.engine.test
Annotation for a test method to create and delete a deployment around a test method.
DmnDeploymentBuilderImpl - Class in org.flowable.dmn.engine.impl.repository
 
DmnDeploymentBuilderImpl() - Constructor for class org.flowable.dmn.engine.impl.repository.DmnDeploymentBuilderImpl
 
DmnDeploymentDataManager - Interface in org.flowable.dmn.engine.impl.persistence.entity.data
 
DmnDeploymentEntity - Interface in org.flowable.dmn.engine.impl.persistence.entity
 
DmnDeploymentEntityImpl - Class in org.flowable.dmn.engine.impl.persistence.entity
 
DmnDeploymentEntityImpl() - Constructor for class org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntityImpl
 
DmnDeploymentEntityManager - Interface in org.flowable.dmn.engine.impl.persistence.entity
 
DmnDeploymentEntityManagerImpl - Class in org.flowable.dmn.engine.impl.persistence.entity
 
DmnDeploymentEntityManagerImpl(DmnEngineConfiguration, DmnDeploymentDataManager) - Constructor for class org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntityManagerImpl
 
dmnDeploymentHelper - Variable in class org.flowable.dmn.engine.DmnEngineConfiguration
 
dmnDeploymentHelper - Variable in class org.flowable.dmn.engine.impl.deployer.DmnDeployer
 
DmnDeploymentHelper - Class in org.flowable.dmn.engine.impl.deployer
Methods for working with deployments.
DmnDeploymentHelper() - Constructor for class org.flowable.dmn.engine.impl.deployer.DmnDeploymentHelper
 
DmnDeploymentQueryImpl - Class in org.flowable.dmn.engine.impl
 
DmnDeploymentQueryImpl() - Constructor for class org.flowable.dmn.engine.impl.DmnDeploymentQueryImpl
 
DmnDeploymentQueryImpl(CommandContext) - Constructor for class org.flowable.dmn.engine.impl.DmnDeploymentQueryImpl
 
DmnDeploymentQueryImpl(CommandExecutor) - Constructor for class org.flowable.dmn.engine.impl.DmnDeploymentQueryImpl
 
DmnEngine - Interface in org.flowable.dmn.engine
 
dmnEngine - Variable in class org.flowable.dmn.engine.impl.test.AbstractFlowableDmnTestCase
 
dmnEngine - Variable in class org.flowable.dmn.engine.test.FlowableDmnRule
 
DmnEngineConfiguration - Class in org.flowable.dmn.engine
 
DmnEngineConfiguration() - Constructor for class org.flowable.dmn.engine.DmnEngineConfiguration
 
dmnEngineConfiguration - Variable in class org.flowable.dmn.engine.impl.DmnEngineImpl
 
dmnEngineConfiguration - Variable in class org.flowable.dmn.engine.impl.interceptor.CommandContext
 
dmnEngineConfiguration - Variable in class org.flowable.dmn.engine.impl.interceptor.CommandContextFactory
 
dmnEngineConfiguration - Variable in class org.flowable.dmn.engine.impl.interceptor.CommandContextInterceptor
 
dmnEngineConfiguration - Variable in class org.flowable.dmn.engine.impl.persistence.AbstractManager
 
dmnEngineConfiguration - Variable in class org.flowable.dmn.engine.impl.test.AbstractFlowableDmnTestCase
 
dmnEngineConfiguration - Variable in class org.flowable.dmn.engine.test.FlowableDmnRule
 
dmnEngineConfigurationStackThreadLocal - Static variable in class org.flowable.dmn.engine.impl.context.Context
 
DmnEngineImpl - Class in org.flowable.dmn.engine.impl
 
DmnEngineImpl(DmnEngineConfiguration) - Constructor for class org.flowable.dmn.engine.impl.DmnEngineImpl
 
dmnEngineInfos - Static variable in class org.flowable.dmn.engine.DmnEngines
 
dmnEngineInfosByName - Static variable in class org.flowable.dmn.engine.DmnEngines
 
dmnEngineInfosByResourceUrl - Static variable in class org.flowable.dmn.engine.DmnEngines
 
dmnEngineName - Variable in class org.flowable.dmn.engine.DmnEngineConfiguration
 
DmnEngines - Class in org.flowable.dmn.engine
 
DmnEngines() - Constructor for class org.flowable.dmn.engine.DmnEngines
 
dmnEngines - Static variable in class org.flowable.dmn.engine.DmnEngines
 
dmnManagementService - Variable in class org.flowable.dmn.engine.DmnEngineConfiguration
 
dmnManagementService - Variable in class org.flowable.dmn.engine.impl.DmnEngineImpl
 
DmnManagementServiceImpl - Class in org.flowable.dmn.engine.impl
 
DmnManagementServiceImpl() - Constructor for class org.flowable.dmn.engine.impl.DmnManagementServiceImpl
 
DmnParse - Class in org.flowable.dmn.engine.impl.parser
Specific parsing of one BPMN 2.0 XML file, created by the DmnParse.
DmnParse() - Constructor for class org.flowable.dmn.engine.impl.parser.DmnParse
 
dmnParseFactory - Variable in class org.flowable.dmn.engine.DmnEngineConfiguration
 
dmnParseFactory - Variable in class org.flowable.dmn.engine.impl.deployer.ParsedDeploymentBuilder
 
dmnParseFactory - Variable in class org.flowable.dmn.engine.impl.deployer.ParsedDeploymentBuilderFactory
 
DmnParseFactory - Class in org.flowable.dmn.engine.impl.parser
 
DmnParseFactory() - Constructor for class org.flowable.dmn.engine.impl.parser.DmnParseFactory
 
dmnRepositoryService - Variable in class org.flowable.dmn.engine.DmnEngineConfiguration
 
dmnRepositoryService - Variable in class org.flowable.dmn.engine.impl.DmnEngineImpl
 
DmnRepositoryServiceImpl - Class in org.flowable.dmn.engine.impl
 
DmnRepositoryServiceImpl() - Constructor for class org.flowable.dmn.engine.impl.DmnRepositoryServiceImpl
 
dmnRuleService - Variable in class org.flowable.dmn.engine.impl.DmnEngineImpl
 
DmnRuleServiceImpl - Class in org.flowable.dmn.engine.impl
 
DmnRuleServiceImpl() - Constructor for class org.flowable.dmn.engine.impl.DmnRuleServiceImpl
 
DmnTestHelper - Class in org.flowable.dmn.engine.test
 
DmnTestHelper() - Constructor for class org.flowable.dmn.engine.test.DmnTestHelper
 

E

EMPTY_LINE - Static variable in class org.flowable.dmn.engine.impl.test.AbstractDmnTestCase
 
EMPTY_LINE - Static variable in class org.flowable.dmn.engine.test.DmnTestHelper
 
enableDuplicateFiltering() - Method in class org.flowable.dmn.engine.impl.repository.DmnDeploymentBuilderImpl
 
enableSafeDmnXml - Variable in class org.flowable.dmn.engine.DmnEngineConfiguration
Set this to true if you want to have extra checks on the BPMN xml that is parsed.
engineConfig - Variable in class org.flowable.dmn.engine.impl.persistence.deploy.DeploymentManager
 
engineConfig - Variable in class org.flowable.dmn.engine.impl.ServiceImpl
 
entityToTableNameMap - Static variable in class org.flowable.dmn.engine.impl.persistence.entity.TableDataManagerImpl
 
evaluateDecisionTable(DecisionTable, MvelExecutionContext) - Method in class org.flowable.dmn.engine.impl.RuleEngineExecutorImpl
 
exception - Variable in class org.flowable.dmn.engine.impl.test.AbstractFlowableDmnTestCase
 
execute(CommandContext) - Method in class org.flowable.dmn.engine.impl.AbstractNativeQuery
 
execute(CommandContext) - Method in class org.flowable.dmn.engine.impl.AbstractQuery
 
execute(Command<T>) - Method in class org.flowable.dmn.engine.impl.cfg.CommandExecutorImpl
 
execute(CommandConfig, Command<T>) - Method in class org.flowable.dmn.engine.impl.cfg.CommandExecutorImpl
 
execute(CommandContext) - Method in interface org.flowable.dmn.engine.impl.cfg.TransactionListener
 
execute(CommandContext) - Method in class org.flowable.dmn.engine.impl.cmd.DeleteDeploymentCmd
 
execute(CommandContext) - Method in class org.flowable.dmn.engine.impl.cmd.DeployCmd
 
execute(CommandContext) - Method in class org.flowable.dmn.engine.impl.cmd.ExecuteCustomSqlCmd
 
execute(CommandContext) - Method in class org.flowable.dmn.engine.impl.cmd.ExecuteDecisionCmd
 
execute(CommandContext) - Method in class org.flowable.dmn.engine.impl.cmd.GetDeploymentDecisionTableCmd
 
execute(CommandContext) - Method in class org.flowable.dmn.engine.impl.cmd.GetDeploymentDmnResourceCmd
 
execute(CommandContext) - Method in class org.flowable.dmn.engine.impl.cmd.GetDeploymentResourceCmd
 
execute(CommandContext) - Method in class org.flowable.dmn.engine.impl.cmd.GetDeploymentResourceNamesCmd
 
execute(CommandContext) - Method in class org.flowable.dmn.engine.impl.cmd.GetDmnDefinitionCmd
 
execute(CommandContext) - Method in class org.flowable.dmn.engine.impl.cmd.GetTableCountCmd
 
execute(CommandContext) - Method in class org.flowable.dmn.engine.impl.cmd.GetTableMetaDataCmd
 
execute(CommandContext) - Method in class org.flowable.dmn.engine.impl.cmd.GetTableNameCmd
 
execute(CommandContext) - Method in class org.flowable.dmn.engine.impl.cmd.SetDecisionTableCategoryCmd
 
execute(CommandContext) - Method in class org.flowable.dmn.engine.impl.cmd.SetDeploymentCategoryCmd
 
execute(CommandContext) - Method in class org.flowable.dmn.engine.impl.cmd.SetDeploymentTenantIdCmd
 
execute(CommandContext) - Method in interface org.flowable.dmn.engine.impl.interceptor.Command
 
execute(CommandConfig, Command<T>) - Method in class org.flowable.dmn.engine.impl.interceptor.CommandContextInterceptor
 
execute(CommandConfig, Command<T>) - Method in interface org.flowable.dmn.engine.impl.interceptor.CommandExecutor
Execute a command with the specified CommandConfig.
execute(Command<T>) - Method in interface org.flowable.dmn.engine.impl.interceptor.CommandExecutor
Execute a command with the default CommandConfig.
execute(CommandConfig, Command<T>) - Method in interface org.flowable.dmn.engine.impl.interceptor.CommandInterceptor
 
execute(CommandConfig, Command<T>) - Method in class org.flowable.dmn.engine.impl.interceptor.CommandInvoker
 
execute(CommandConfig, Command<T>) - Method in class org.flowable.dmn.engine.impl.interceptor.LogInterceptor
 
execute(CommandConfig, Command<T>) - Method in class org.flowable.dmn.engine.impl.interceptor.TransactionContextInterceptor
 
execute(DmnEngineConfiguration) - Method in class org.flowable.dmn.engine.impl.parser.DmnParse
 
execute(DmnDefinition, Map<String, Object>, Map<String, Method>, Map<Class<?>, PropertyHandler>) - Method in class org.flowable.dmn.engine.impl.RuleEngineExecutorImpl
Executes the given decision table and creates the outcome results
execute(CommandContext) - Method in class org.flowable.dmn.engine.impl.TablePageQueryImpl
 
execute(DmnDefinition, Map<String, Object>, Map<String, Method>, Map<Class<?>, PropertyHandler>) - Method in interface org.flowable.dmn.engine.RuleEngineExecutor
 
executeCount(CommandContext, Map<String, Object>) - Method in class org.flowable.dmn.engine.impl.AbstractNativeQuery
 
executeCount(CommandContext) - Method in class org.flowable.dmn.engine.impl.AbstractQuery
 
executeCount(CommandContext) - Method in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
executeCount(CommandContext) - Method in class org.flowable.dmn.engine.impl.DmnDeploymentQueryImpl
 
executeCount(CommandContext, Map<String, Object>) - Method in class org.flowable.dmn.engine.impl.NativeDecisionTableQueryImpl
 
executeCount(CommandContext, Map<String, Object>) - Method in class org.flowable.dmn.engine.impl.NativeDmnDeploymentQueryImpl
 
executeCustomSql(CustomSqlExecution<MapperType, ResultType>) - Method in class org.flowable.dmn.engine.impl.DmnManagementServiceImpl
 
ExecuteCustomSqlCmd<Mapper,ResultType> - Class in org.flowable.dmn.engine.impl.cmd
 
ExecuteCustomSqlCmd(Class<Mapper>, CustomSqlExecution<Mapper, ResultType>) - Constructor for class org.flowable.dmn.engine.impl.cmd.ExecuteCustomSqlCmd
 
executeDecisionByKey(String, Map<String, Object>) - Method in class org.flowable.dmn.engine.impl.DmnRuleServiceImpl
 
executeDecisionByKeyAndParentDeploymentId(String, String, Map<String, Object>) - Method in class org.flowable.dmn.engine.impl.DmnRuleServiceImpl
 
executeDecisionByKeyAndTenantId(String, Map<String, Object>, String) - Method in class org.flowable.dmn.engine.impl.DmnRuleServiceImpl
 
executeDecisionByKeyParentDeploymentIdAndTenantId(String, String, Map<String, Object>, String) - Method in class org.flowable.dmn.engine.impl.DmnRuleServiceImpl
 
ExecuteDecisionCmd - Class in org.flowable.dmn.engine.impl.cmd
 
ExecuteDecisionCmd(String, Map<String, Object>) - Constructor for class org.flowable.dmn.engine.impl.cmd.ExecuteDecisionCmd
 
ExecuteDecisionCmd(String, String, Map<String, Object>) - Constructor for class org.flowable.dmn.engine.impl.cmd.ExecuteDecisionCmd
 
ExecuteDecisionCmd(String, String, Map<String, Object>, String) - Constructor for class org.flowable.dmn.engine.impl.cmd.ExecuteDecisionCmd
 
executeInputExpression(InputClause, UnaryTests, MvelExecutionContext) - Static method in class org.flowable.dmn.engine.impl.mvel.MvelExpressionExecutor
 
executeInputExpressionEvaluation(RuleInputClauseContainer, MvelExecutionContext) - Method in class org.flowable.dmn.engine.impl.RuleEngineExecutorImpl
 
executeList(CommandContext, Map<String, Object>, int, int) - Method in class org.flowable.dmn.engine.impl.AbstractNativeQuery
Executes the actual query to retrieve the list of results.
executeList(CommandContext, Page) - Method in class org.flowable.dmn.engine.impl.AbstractQuery
Executes the actual query to retrieve the list of results.
executeList(CommandContext, Page) - Method in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
executeList(CommandContext, Page) - Method in class org.flowable.dmn.engine.impl.DmnDeploymentQueryImpl
 
executeList(CommandContext, Map<String, Object>, int, int) - Method in class org.flowable.dmn.engine.impl.NativeDecisionTableQueryImpl
 
executeList(CommandContext, Map<String, Object>, int, int) - Method in class org.flowable.dmn.engine.impl.NativeDmnDeploymentQueryImpl
 
executeOutputEntryAction(int, List<RuleOutputClauseContainer>, MvelExecutionContext) - Method in class org.flowable.dmn.engine.impl.RuleEngineExecutorImpl
 
executeOutputExpression(OutputClause, LiteralExpression, MvelExecutionContext) - Static method in class org.flowable.dmn.engine.impl.mvel.MvelExpressionExecutor
 
executeRule(int, DecisionRule, MvelExecutionContext, List<ValidRuleOutputEntries>) - Method in class org.flowable.dmn.engine.impl.RuleEngineExecutorImpl
 
executeSingleResult(CommandContext) - Method in class org.flowable.dmn.engine.impl.AbstractNativeQuery
 
executeSingleResult(CommandContext) - Method in class org.flowable.dmn.engine.impl.AbstractQuery
 
executeTransactionListeners(List<TransactionListener>, CommandContext) - Method in class org.flowable.dmn.engine.impl.cfg.standalone.StandaloneMybatisTransactionContext
 
ExecutionVariableFactory - Class in org.flowable.dmn.engine.impl.mvel
 
ExecutionVariableFactory() - Constructor for class org.flowable.dmn.engine.impl.mvel.ExecutionVariableFactory
 
expression - Variable in exception org.flowable.dmn.engine.FlowableDmnExpressionException
 

F

failed(Throwable, Description) - Method in class org.flowable.dmn.engine.test.FlowableDmnRule
Invoked when a test fails
findById(String) - Method in class org.flowable.dmn.engine.impl.persistence.entity.AbstractEntityManager
 
findById(String) - Method in class org.flowable.dmn.engine.impl.persistence.entity.data.AbstractDataManager
 
findByName(String) - Static method in class org.flowable.dmn.engine.impl.DecisionTableQueryProperty
 
findByName(String) - Static method in class org.flowable.dmn.engine.impl.DeploymentQueryProperty
 
findByQuery(String, Object) - Method in class org.flowable.dmn.engine.impl.persistence.entity.data.AbstractDataManager
 
findDecisionTableByDeploymentAndKey(String, String) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.data.DecisionTableDataManager
 
findDecisionTableByDeploymentAndKey(String, String) - Method in class org.flowable.dmn.engine.impl.persistence.entity.data.impl.MybatisDecisionTableDataManager
 
findDecisionTableByDeploymentAndKey(String, String) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityManager
 
findDecisionTableByDeploymentAndKey(String, String) - Method in class org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityManagerImpl
 
findDecisionTableByDeploymentAndKeyAndTenantId(String, String, String) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.data.DecisionTableDataManager
 
findDecisionTableByDeploymentAndKeyAndTenantId(String, String, String) - Method in class org.flowable.dmn.engine.impl.persistence.entity.data.impl.MybatisDecisionTableDataManager
 
findDecisionTableByDeploymentAndKeyAndTenantId(String, String, String) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityManager
 
findDecisionTableByDeploymentAndKeyAndTenantId(String, String, String) - Method in class org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityManagerImpl
 
findDecisionTableByKeyAndVersion(String, Integer) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.data.DecisionTableDataManager
 
findDecisionTableByKeyAndVersion(String, Integer) - Method in class org.flowable.dmn.engine.impl.persistence.entity.data.impl.MybatisDecisionTableDataManager
 
findDecisionTableByKeyAndVersionAndTenantId(String, Integer, String) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.data.DecisionTableDataManager
 
findDecisionTableByKeyAndVersionAndTenantId(String, Integer, String) - Method in class org.flowable.dmn.engine.impl.persistence.entity.data.impl.MybatisDecisionTableDataManager
 
findDecisionTableByKeyAndVersionAndTenantId(String, Integer, String) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityManager
 
findDecisionTableByKeyAndVersionAndTenantId(String, Integer, String) - Method in class org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityManagerImpl
 
findDecisionTableCountByNativeQuery(Map<String, Object>) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.data.DecisionTableDataManager
 
findDecisionTableCountByNativeQuery(Map<String, Object>) - Method in class org.flowable.dmn.engine.impl.persistence.entity.data.impl.MybatisDecisionTableDataManager
 
findDecisionTableCountByNativeQuery(Map<String, Object>) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityManager
 
findDecisionTableCountByNativeQuery(Map<String, Object>) - Method in class org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityManagerImpl
 
findDecisionTableCountByQueryCriteria(DecisionTableQueryImpl) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.data.DecisionTableDataManager
 
findDecisionTableCountByQueryCriteria(DecisionTableQueryImpl) - Method in class org.flowable.dmn.engine.impl.persistence.entity.data.impl.MybatisDecisionTableDataManager
 
findDecisionTableCountByQueryCriteria(DecisionTableQueryImpl) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityManager
 
findDecisionTableCountByQueryCriteria(DecisionTableQueryImpl) - Method in class org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityManagerImpl
 
findDecisionTablesByNativeQuery(Map<String, Object>, int, int) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.data.DecisionTableDataManager
 
findDecisionTablesByNativeQuery(Map<String, Object>, int, int) - Method in class org.flowable.dmn.engine.impl.persistence.entity.data.impl.MybatisDecisionTableDataManager
 
findDecisionTablesByNativeQuery(Map<String, Object>, int, int) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityManager
 
findDecisionTablesByNativeQuery(Map<String, Object>, int, int) - Method in class org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityManagerImpl
 
findDecisionTablesByQueryCriteria(DecisionTableQueryImpl, Page) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.data.DecisionTableDataManager
 
findDecisionTablesByQueryCriteria(DecisionTableQueryImpl, Page) - Method in class org.flowable.dmn.engine.impl.persistence.entity.data.impl.MybatisDecisionTableDataManager
 
findDecisionTablesByQueryCriteria(DecisionTableQueryImpl, Page) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityManager
 
findDecisionTablesByQueryCriteria(DecisionTableQueryImpl, Page) - Method in class org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityManagerImpl
 
findDeployedDecisionById(String) - Method in class org.flowable.dmn.engine.impl.persistence.deploy.DeploymentManager
 
findDeployedDecisionByKeyAndVersionAndTenantId(String, int, String) - Method in class org.flowable.dmn.engine.impl.persistence.deploy.DeploymentManager
 
findDeployedLatestDecisionByKey(String) - Method in class org.flowable.dmn.engine.impl.persistence.deploy.DeploymentManager
 
findDeployedLatestDecisionByKeyAndParentDeploymentId(String, String) - Method in class org.flowable.dmn.engine.impl.persistence.deploy.DeploymentManager
 
findDeployedLatestDecisionByKeyAndTenantId(String, String) - Method in class org.flowable.dmn.engine.impl.persistence.deploy.DeploymentManager
 
findDeployedLatestDecisionByKeyParentDeploymentIdAndTenantId(String, String, String) - Method in class org.flowable.dmn.engine.impl.persistence.deploy.DeploymentManager
 
findDeploymentCountByNativeQuery(Map<String, Object>) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.data.DmnDeploymentDataManager
 
findDeploymentCountByNativeQuery(Map<String, Object>) - Method in class org.flowable.dmn.engine.impl.persistence.entity.data.impl.MybatisDmnDeploymentDataManager
 
findDeploymentCountByNativeQuery(Map<String, Object>) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntityManager
 
findDeploymentCountByNativeQuery(Map<String, Object>) - Method in class org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntityManagerImpl
 
findDeploymentCountByQueryCriteria(DmnDeploymentQueryImpl) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.data.DmnDeploymentDataManager
 
findDeploymentCountByQueryCriteria(DmnDeploymentQueryImpl) - Method in class org.flowable.dmn.engine.impl.persistence.entity.data.impl.MybatisDmnDeploymentDataManager
 
findDeploymentCountByQueryCriteria(DmnDeploymentQueryImpl) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntityManager
 
findDeploymentCountByQueryCriteria(DmnDeploymentQueryImpl) - Method in class org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntityManagerImpl
 
findDeploymentsByNativeQuery(Map<String, Object>, int, int) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.data.DmnDeploymentDataManager
 
findDeploymentsByNativeQuery(Map<String, Object>, int, int) - Method in class org.flowable.dmn.engine.impl.persistence.entity.data.impl.MybatisDmnDeploymentDataManager
 
findDeploymentsByNativeQuery(Map<String, Object>, int, int) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntityManager
 
findDeploymentsByNativeQuery(Map<String, Object>, int, int) - Method in class org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntityManagerImpl
 
findDeploymentsByQueryCriteria(DmnDeploymentQueryImpl, Page) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.data.DmnDeploymentDataManager
 
findDeploymentsByQueryCriteria(DmnDeploymentQueryImpl, Page) - Method in class org.flowable.dmn.engine.impl.persistence.entity.data.impl.MybatisDmnDeploymentDataManager
 
findDeploymentsByQueryCriteria(DmnDeploymentQueryImpl, Page) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntityManager
 
findDeploymentsByQueryCriteria(DmnDeploymentQueryImpl, Page) - Method in class org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntityManagerImpl
 
findLatestDecisionTable(DecisionTable) - Method in class org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntityManagerImpl
 
findLatestDecisionTableByKey(String) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.data.DecisionTableDataManager
 
findLatestDecisionTableByKey(String) - Method in class org.flowable.dmn.engine.impl.persistence.entity.data.impl.MybatisDecisionTableDataManager
 
findLatestDecisionTableByKey(String) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityManager
 
findLatestDecisionTableByKey(String) - Method in class org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityManagerImpl
 
findLatestDecisionTableByKeyAndParentDeploymentId(String, String) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.data.DecisionTableDataManager
 
findLatestDecisionTableByKeyAndParentDeploymentId(String, String) - Method in class org.flowable.dmn.engine.impl.persistence.entity.data.impl.MybatisDecisionTableDataManager
 
findLatestDecisionTableByKeyAndParentDeploymentId(String, String) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityManager
 
findLatestDecisionTableByKeyAndParentDeploymentId(String, String) - Method in class org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityManagerImpl
 
findLatestDecisionTableByKeyAndTenantId(String, String) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.data.DecisionTableDataManager
 
findLatestDecisionTableByKeyAndTenantId(String, String) - Method in class org.flowable.dmn.engine.impl.persistence.entity.data.impl.MybatisDecisionTableDataManager
 
findLatestDecisionTableByKeyAndTenantId(String, String) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityManager
 
findLatestDecisionTableByKeyAndTenantId(String, String) - Method in class org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityManagerImpl
 
findLatestDecisionTableByKeyParentDeploymentIdAndTenantId(String, String, String) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.data.DecisionTableDataManager
 
findLatestDecisionTableByKeyParentDeploymentIdAndTenantId(String, String, String) - Method in class org.flowable.dmn.engine.impl.persistence.entity.data.impl.MybatisDecisionTableDataManager
 
findLatestDecisionTableByKeyParentDeploymentIdAndTenantId(String, String, String) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityManager
 
findLatestDecisionTableByKeyParentDeploymentIdAndTenantId(String, String, String) - Method in class org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityManagerImpl
 
findLatestDeploymentByName(String) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.data.DmnDeploymentDataManager
 
findLatestDeploymentByName(String) - Method in class org.flowable.dmn.engine.impl.persistence.entity.data.impl.MybatisDmnDeploymentDataManager
 
findLatestDeploymentByName(String) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntityManager
 
findLatestDeploymentByName(String) - Method in class org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntityManagerImpl
 
findResourceByDeploymentIdAndResourceName(String, String) - Method in class org.flowable.dmn.engine.impl.persistence.entity.data.impl.MybatisResourceDataManager
 
findResourceByDeploymentIdAndResourceName(String, String) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.data.ResourceDataManager
 
findResourceByDeploymentIdAndResourceName(String, String) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.ResourceEntityManager
 
findResourceByDeploymentIdAndResourceName(String, String) - Method in class org.flowable.dmn.engine.impl.persistence.entity.ResourceEntityManagerImpl
 
findResourcesByDeploymentId(String) - Method in class org.flowable.dmn.engine.impl.persistence.entity.data.impl.MybatisResourceDataManager
 
findResourcesByDeploymentId(String) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.data.ResourceDataManager
 
findResourcesByDeploymentId(String) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.ResourceEntityManager
 
findResourcesByDeploymentId(String) - Method in class org.flowable.dmn.engine.impl.persistence.entity.ResourceEntityManagerImpl
 
finished(Description) - Method in class org.flowable.dmn.engine.test.FlowableDmnRule
 
fireTransactionEvent(TransactionState, boolean) - Method in class org.flowable.dmn.engine.impl.cfg.standalone.StandaloneMybatisTransactionContext
Fires the event for the provided TransactionState.
firstResult - Variable in class org.flowable.dmn.engine.impl.AbstractNativeQuery
 
firstResult - Variable in class org.flowable.dmn.engine.impl.TablePageQueryImpl
 
FlowableDmnExpressionException - Exception in org.flowable.dmn.engine
 
FlowableDmnExpressionException(String, String, Throwable) - Constructor for exception org.flowable.dmn.engine.FlowableDmnExpressionException
 
FlowableDmnExpressionException(String, Throwable) - Constructor for exception org.flowable.dmn.engine.FlowableDmnExpressionException
 
FlowableDmnExpressionException(String) - Constructor for exception org.flowable.dmn.engine.FlowableDmnExpressionException
 
FlowableDmnRule - Class in org.flowable.dmn.engine.test
Convenience for DmnEngine and services initialization in the form of a JUnit rule.
FlowableDmnRule() - Constructor for class org.flowable.dmn.engine.test.FlowableDmnRule
 
FlowableDmnRule(String) - Constructor for class org.flowable.dmn.engine.test.FlowableDmnRule
 
FlowableDmnRule(DmnEngine) - Constructor for class org.flowable.dmn.engine.test.FlowableDmnRule
 
flush() - Method in class org.flowable.dmn.engine.impl.db.DbSqlSession
 

G

GenericManagerFactory - Class in org.flowable.dmn.engine.impl.persistence
 
GenericManagerFactory(Class<? extends Session>, Class<? extends Session>) - Constructor for class org.flowable.dmn.engine.impl.persistence.GenericManagerFactory
 
GenericManagerFactory(Class<? extends Session>) - Constructor for class org.flowable.dmn.engine.impl.persistence.GenericManagerFactory
 
get(String) - Method in class org.flowable.dmn.engine.impl.persistence.deploy.DefaultDeploymentCache
 
get(String) - Method in interface org.flowable.dmn.engine.impl.persistence.deploy.DeploymentCache
 
getAllDecisionTables() - Method in class org.flowable.dmn.engine.impl.deployer.ParsedDeployment
 
getAuditContainer() - Method in class org.flowable.dmn.engine.impl.mvel.MvelExecutionContext
 
getBuilderForDeployment(DmnDeploymentEntity) - Method in class org.flowable.dmn.engine.impl.deployer.ParsedDeploymentBuilderFactory
 
getBuilderForDeploymentAndSettings(DmnDeploymentEntity, Map<String, Object>) - Method in class org.flowable.dmn.engine.impl.deployer.ParsedDeploymentBuilderFactory
 
getBytes() - Method in interface org.flowable.dmn.engine.impl.persistence.entity.ResourceEntity
 
getBytes() - Method in class org.flowable.dmn.engine.impl.persistence.entity.ResourceEntityImpl
 
getCachingAndArtifcatsManager() - Method in class org.flowable.dmn.engine.impl.deployer.DmnDeployer
 
getCategory() - Method in class org.flowable.dmn.engine.impl.cmd.SetDecisionTableCategoryCmd
 
getCategory() - Method in class org.flowable.dmn.engine.impl.cmd.SetDeploymentCategoryCmd
 
getCategory() - Method in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
getCategory() - Method in class org.flowable.dmn.engine.impl.DmnDeploymentQueryImpl
 
getCategory() - Method in class org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityImpl
 
getCategory() - Method in class org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntityImpl
 
getCategoryLike() - Method in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
getCategoryNotEquals() - Method in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
getCategoryNotEquals() - Method in class org.flowable.dmn.engine.impl.DmnDeploymentQueryImpl
 
getClassLoader() - Static method in class org.flowable.dmn.engine.impl.util.ReflectUtil
 
getCommandContext() - Static method in class org.flowable.dmn.engine.impl.context.Context
 
getCommandContext() - Method in class org.flowable.dmn.engine.impl.persistence.AbstractManager
 
getCommandContextFactory() - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
getCommandContextFactory() - Method in class org.flowable.dmn.engine.impl.interceptor.CommandContextInterceptor
 
getCommandExecutor() - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
getCommandExecutor() - Method in class org.flowable.dmn.engine.impl.ServiceImpl
 
getCommandInterceptors() - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
getCommandInvoker() - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
getConfigurationResource() - Method in class org.flowable.dmn.engine.test.FlowableDmnRule
 
getContextConfigurationVariables() - Method in class org.flowable.dmn.engine.impl.mvel.config.MvelExecutionContextConfiguration
 
getCurrentDate() - Static method in class org.flowable.dmn.engine.impl.mvel.extension.DateUtil
 
getCustomExpressionFunctionRegistry() - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
getCustomExpressionFunctions() - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
getCustomExpressionMethods() - Method in interface org.flowable.dmn.engine.CustomExpressionFunctionRegistry
 
getCustomExpressionMethods() - Method in class org.flowable.dmn.engine.impl.mvel.config.DefaultCustomExpressionFunctionRegistry
 
getCustomMapper(Class<T>) - Method in class org.flowable.dmn.engine.impl.db.DbSqlSession
 
getCustomPostCommandInterceptors() - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
getCustomPreCommandInterceptors() - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
getCustomPropertyHandlers() - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
getDatabaseCatalog() - Method in class org.flowable.dmn.engine.impl.db.DbSqlSessionFactory
 
getDatabaseSchema() - Method in class org.flowable.dmn.engine.impl.db.DbSqlSessionFactory
 
getDatabaseTablePrefix() - Method in class org.flowable.dmn.engine.impl.db.DbSqlSessionFactory
 
getDatabaseType() - Method in class org.flowable.dmn.engine.impl.AbstractQuery
 
getDatabaseType() - Method in class org.flowable.dmn.engine.impl.db.DbSqlSessionFactory
 
getDataManager() - Method in class org.flowable.dmn.engine.impl.persistence.entity.AbstractEntityManager
 
getDataManager() - Method in class org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityManagerImpl
 
getDataManager() - Method in class org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntityManagerImpl
 
getDataManager() - Method in class org.flowable.dmn.engine.impl.persistence.entity.ResourceEntityManagerImpl
 
getDbSqlSession() - Method in class org.flowable.dmn.engine.impl.cfg.standalone.StandaloneMybatisTransactionContext
 
getDbSqlSession() - Method in class org.flowable.dmn.engine.impl.interceptor.CommandContext
 
getDbSqlSession() - Method in class org.flowable.dmn.engine.impl.persistence.entity.data.AbstractDataManager
 
getDbSqlSession() - Method in class org.flowable.dmn.engine.impl.persistence.entity.TableDataManagerImpl
 
getDbSqlSessionFactory() - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
getDbSqlSessionFactory() - Method in class org.flowable.dmn.engine.impl.db.DbSqlSession
 
getDecision() - Method in class org.flowable.dmn.engine.impl.persistence.deploy.DecisionTableCacheEntry
 
getDecision(String) - Static method in class org.flowable.dmn.engine.impl.util.DecisionTableUtil
 
getDecisionCache() - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
getDecisionCache() - Method in class org.flowable.dmn.engine.impl.persistence.deploy.DeploymentManager
 
getDecisionCacheLimit() - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
getDecisionForDecisionTable(DecisionTableEntity) - Method in class org.flowable.dmn.engine.impl.deployer.ParsedDeployment
 
getDecisionTable(String) - Method in class org.flowable.dmn.engine.impl.DmnRepositoryServiceImpl
 
getDecisionTableDataManager() - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
getDecisionTableDataManager() - Method in class org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityManagerImpl
 
getDecisionTableEntity() - Method in class org.flowable.dmn.engine.impl.persistence.deploy.DecisionTableCacheEntry
 
getDecisionTableEntity(String) - Static method in class org.flowable.dmn.engine.impl.util.DecisionTableUtil
 
getDecisionTableEntity(String, boolean) - Static method in class org.flowable.dmn.engine.impl.util.DecisionTableUtil
 
getDecisionTableEntityManager() - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
getDecisionTableEntityManager() - Method in class org.flowable.dmn.engine.impl.interceptor.CommandContext
 
getDecisionTableEntityManager() - Method in class org.flowable.dmn.engine.impl.persistence.AbstractManager
 
getDecisionTableEntityManager() - Method in class org.flowable.dmn.engine.impl.persistence.deploy.DeploymentManager
 
getDecisionTableFromDatabase(String) - Static method in class org.flowable.dmn.engine.impl.util.DecisionTableUtil
 
getDecisionTableId() - Method in class org.flowable.dmn.engine.impl.cmd.SetDecisionTableCategoryCmd
 
getDecisionTableKey() - Method in class org.flowable.dmn.engine.impl.DmnDeploymentQueryImpl
 
getDecisionTableKeyLike() - Method in class org.flowable.dmn.engine.impl.DmnDeploymentQueryImpl
 
getDecisionTables() - Method in class org.flowable.dmn.engine.impl.parser.DmnParse
 
getDefaultCommandInterceptors() - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
getDefaultConfig() - Method in class org.flowable.dmn.engine.impl.cfg.CommandExecutorImpl
 
getDefaultConfig() - Method in interface org.flowable.dmn.engine.impl.interceptor.CommandExecutor
 
getDefaultDeployers() - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
getDefaultDmnEngine() - Static method in class org.flowable.dmn.engine.DmnEngines
 
getDeleteStatement(Class<?>) - Method in class org.flowable.dmn.engine.impl.db.DbSqlSessionFactory
 
getDeleteStatements() - Method in class org.flowable.dmn.engine.impl.db.DbSqlSessionFactory
 
getDeployedArtifacts(Class<T>) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntity
 
getDeployedArtifacts(Class<T>) - Method in class org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntityImpl
 
getDeployers() - Method in class org.flowable.dmn.engine.impl.persistence.deploy.DeploymentManager
 
getDeployment() - Method in class org.flowable.dmn.engine.impl.deployer.ParsedDeployment
 
getDeployment() - Method in class org.flowable.dmn.engine.impl.parser.DmnParse
 
getDeployment() - Method in class org.flowable.dmn.engine.impl.repository.DmnDeploymentBuilderImpl
 
getDeploymentDataManager() - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
getDeploymentDataManager() - Method in class org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntityManagerImpl
 
GetDeploymentDecisionTableCmd - Class in org.flowable.dmn.engine.impl.cmd
 
GetDeploymentDecisionTableCmd(String) - Constructor for class org.flowable.dmn.engine.impl.cmd.GetDeploymentDecisionTableCmd
 
GetDeploymentDmnResourceCmd - Class in org.flowable.dmn.engine.impl.cmd
Gives access to a deployed decision table model, e.g., a DMN XML file, through a stream of bytes.
GetDeploymentDmnResourceCmd(String) - Constructor for class org.flowable.dmn.engine.impl.cmd.GetDeploymentDmnResourceCmd
 
getDeploymentEntityManager() - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
getDeploymentEntityManager() - Method in class org.flowable.dmn.engine.impl.interceptor.CommandContext
 
getDeploymentEntityManager() - Method in class org.flowable.dmn.engine.impl.persistence.AbstractManager
 
getDeploymentEntityManager() - Method in class org.flowable.dmn.engine.impl.persistence.deploy.DeploymentManager
 
getDeploymentId() - Method in class org.flowable.dmn.engine.impl.cmd.SetDeploymentCategoryCmd
 
getDeploymentId() - Method in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
getDeploymentId() - Method in class org.flowable.dmn.engine.impl.DmnDeploymentQueryImpl
 
getDeploymentId() - Method in class org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityImpl
 
getDeploymentId() - Method in interface org.flowable.dmn.engine.impl.persistence.entity.ResourceEntity
 
getDeploymentId() - Method in class org.flowable.dmn.engine.impl.persistence.entity.ResourceEntityImpl
 
getDeploymentIds() - Method in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
getDeploymentManager() - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
GetDeploymentResourceCmd - Class in org.flowable.dmn.engine.impl.cmd
 
GetDeploymentResourceCmd(String, String) - Constructor for class org.flowable.dmn.engine.impl.cmd.GetDeploymentResourceCmd
 
getDeploymentResourceNames(String) - Method in class org.flowable.dmn.engine.impl.DmnRepositoryServiceImpl
 
getDeploymentResourceNames(String) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.data.DmnDeploymentDataManager
 
getDeploymentResourceNames(String) - Method in class org.flowable.dmn.engine.impl.persistence.entity.data.impl.MybatisDmnDeploymentDataManager
 
getDeploymentResourceNames(String) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntityManager
 
getDeploymentResourceNames(String) - Method in class org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntityManagerImpl
 
GetDeploymentResourceNamesCmd - Class in org.flowable.dmn.engine.impl.cmd
 
GetDeploymentResourceNamesCmd(String) - Constructor for class org.flowable.dmn.engine.impl.cmd.GetDeploymentResourceNamesCmd
 
getDeploymentTime() - Method in class org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntityImpl
 
getDescription() - Method in class org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityImpl
 
getDmnDecisionResource(Class<?>, String) - Static method in class org.flowable.dmn.engine.test.DmnTestHelper
get a resource location by convention based on a class (type) and a relative resource name.
getDmnDefinition(String) - Method in class org.flowable.dmn.engine.impl.DmnRepositoryServiceImpl
 
getDmnDefinition() - Method in class org.flowable.dmn.engine.impl.parser.DmnParse
 
getDmnDefinition() - Method in class org.flowable.dmn.engine.impl.persistence.deploy.DecisionTableCacheEntry
 
getDmnDefinition(String) - Static method in class org.flowable.dmn.engine.impl.util.DecisionTableUtil
 
GetDmnDefinitionCmd - Class in org.flowable.dmn.engine.impl.cmd
 
GetDmnDefinitionCmd(String) - Constructor for class org.flowable.dmn.engine.impl.cmd.GetDmnDefinitionCmd
 
getDmnDefinitionForDecisionTable(DecisionTableEntity) - Method in class org.flowable.dmn.engine.impl.deployer.ParsedDeployment
 
getDmnDefinitionFromCache(String) - Static method in class org.flowable.dmn.engine.impl.util.DecisionTableUtil
 
getDmnDeployer() - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
getDmnDeploymentHelper() - Method in class org.flowable.dmn.engine.impl.deployer.DmnDeployer
 
getDmnEngine(String) - Static method in class org.flowable.dmn.engine.DmnEngines
obtain a dmn engine by name.
getDmnEngine(String) - Static method in class org.flowable.dmn.engine.test.DmnTestHelper
 
getDmnEngine() - Method in class org.flowable.dmn.engine.test.FlowableDmnRule
 
getDmnEngineConfiguration() - Method in interface org.flowable.dmn.engine.DmnEngine
 
getDmnEngineConfiguration() - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
getDmnEngineConfiguration() - Static method in class org.flowable.dmn.engine.impl.context.Context
 
getDmnEngineConfiguration() - Method in class org.flowable.dmn.engine.impl.DmnEngineImpl
 
getDmnEngineConfiguration() - Method in class org.flowable.dmn.engine.impl.interceptor.CommandContext
 
getDmnEngineConfiguration() - Method in class org.flowable.dmn.engine.impl.interceptor.CommandContextFactory
 
getDmnEngineConfiguration() - Method in class org.flowable.dmn.engine.impl.interceptor.CommandContextInterceptor
 
getDmnEngineConfiguration() - Method in class org.flowable.dmn.engine.impl.persistence.AbstractManager
 
getDmnEngineInfo(String) - Static method in class org.flowable.dmn.engine.DmnEngines
Get initialization results.
getDmnEngineInfos() - Static method in class org.flowable.dmn.engine.DmnEngines
Get initialization results.
getDmnEngines() - Static method in class org.flowable.dmn.engine.DmnEngines
provides access to dmn engine to application clients in a managed server environment.
getDmnManagementService() - Method in interface org.flowable.dmn.engine.DmnEngine
 
getDmnManagementService() - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
getDmnManagementService() - Method in class org.flowable.dmn.engine.impl.DmnEngineImpl
 
getDmnParseFactory() - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
getDmnParseFactory() - Method in class org.flowable.dmn.engine.impl.deployer.ParsedDeploymentBuilderFactory
 
getDmnParseForDecisionTable(DecisionTableEntity) - Method in class org.flowable.dmn.engine.impl.deployer.ParsedDeployment
 
getDmnRepositoryService() - Method in interface org.flowable.dmn.engine.DmnEngine
 
getDmnRepositoryService() - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
getDmnRepositoryService() - Method in class org.flowable.dmn.engine.impl.DmnEngineImpl
 
getDmnResource(String) - Method in class org.flowable.dmn.engine.impl.DmnRepositoryServiceImpl
 
getDmnRuleService() - Method in interface org.flowable.dmn.engine.DmnEngine
 
getDmnRuleService() - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
getDmnRuleService() - Method in class org.flowable.dmn.engine.impl.DmnEngineImpl
 
getEngineName() - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
getExceptionMessage(Exception) - Method in class org.flowable.dmn.engine.impl.RuleEngineExecutorImpl
 
getExecutionVariable(String, Object) - Static method in class org.flowable.dmn.engine.impl.mvel.ExecutionVariableFactory
 
getExParsedDeploymentBuilderFactory() - Method in class org.flowable.dmn.engine.impl.deployer.DmnDeployer
 
getExpression() - Method in exception org.flowable.dmn.engine.FlowableDmnExpressionException
 
getField(String, Object) - Static method in class org.flowable.dmn.engine.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.dmn.engine.impl.util.ReflectUtil
Returns the field of the given class or null if it doesn't exist.
getFirst() - Method in class org.flowable.dmn.engine.impl.cfg.CommandExecutorImpl
 
getGetterShorthandName(Method) - Static method in class org.flowable.dmn.engine.impl.util.ReflectUtil
 
getId() - Method in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
getIdGenerator() - Method in class org.flowable.dmn.engine.impl.db.DbSqlSessionFactory
 
getIdGenerator() - Method in class org.flowable.dmn.engine.impl.deployer.DmnDeployer
 
getIds() - Method in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
getInputStream() - Method in class org.flowable.dmn.engine.impl.io.ResourceStreamSource
 
getInsertStatement(Entity) - Method in class org.flowable.dmn.engine.impl.db.DbSqlSessionFactory
 
getInsertStatement(Class<? extends Entity>) - Method in class org.flowable.dmn.engine.impl.db.DbSqlSessionFactory
 
getInsertStatements() - Method in class org.flowable.dmn.engine.impl.db.DbSqlSessionFactory
 
getKey() - Method in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
getKey() - Method in class org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityImpl
 
getKeyLike() - Method in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
getList(String, Object) - Method in class org.flowable.dmn.engine.impl.persistence.entity.data.AbstractDataManager
 
getManagedEntityClass() - Method in class org.flowable.dmn.engine.impl.persistence.entity.data.AbstractDataManager
 
getManagedEntityClass() - Method in class org.flowable.dmn.engine.impl.persistence.entity.data.impl.MybatisDecisionTableDataManager
 
getManagedEntityClass() - Method in class org.flowable.dmn.engine.impl.persistence.entity.data.impl.MybatisDmnDeploymentDataManager
 
getManagedEntityClass() - Method in class org.flowable.dmn.engine.impl.persistence.entity.data.impl.MybatisResourceDataManager
 
getManagedEntitySubClasses() - Method in class org.flowable.dmn.engine.impl.persistence.entity.data.AbstractDataManager
 
getMethod(Class, String, Class...) - Static method in class org.flowable.dmn.engine.impl.mvel.config.DefaultCustomExpressionFunctionRegistry
 
getMostRecentVersionOfDecisionTable(DecisionTableEntity) - Method in class org.flowable.dmn.engine.impl.deployer.DmnDeploymentHelper
Gets the most recent persisted decision table that matches this one for tenant and key.
getMyBatisXmlConfigurationStream() - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
getName() - Method in interface org.flowable.dmn.engine.DmnEngine
The name as specified in 'dmn-engine-name' in the flowable.dmn.cfg.xml configuration file.
getName() - Method in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
getName() - Method in class org.flowable.dmn.engine.impl.DecisionTableQueryProperty
 
getName() - Method in class org.flowable.dmn.engine.impl.DeploymentQueryProperty
 
getName() - Method in class org.flowable.dmn.engine.impl.DmnDeploymentQueryImpl
 
getName() - Method in class org.flowable.dmn.engine.impl.DmnEngineImpl
 
getName() - Method in class org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityImpl
 
getName() - Method in class org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntityImpl
 
getName() - Method in interface org.flowable.dmn.engine.impl.persistence.entity.ResourceEntity
 
getName() - Method in class org.flowable.dmn.engine.impl.persistence.entity.ResourceEntityImpl
 
getNameLike() - Method in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
getNameLike() - Method in class org.flowable.dmn.engine.impl.DmnDeploymentQueryImpl
 
getNext() - Method in class org.flowable.dmn.engine.impl.interceptor.AbstractCommandInterceptor
 
getNext() - Method in interface org.flowable.dmn.engine.impl.interceptor.CommandInterceptor
 
getNext() - Method in class org.flowable.dmn.engine.impl.interceptor.CommandInvoker
 
getOrder() - Method in class org.flowable.dmn.engine.impl.TablePageQueryImpl
 
getOrderBy() - Method in class org.flowable.dmn.engine.impl.AbstractQuery
 
getOrderByColumns() - Method in class org.flowable.dmn.engine.impl.AbstractQuery
 
getOutputEntries() - Method in class org.flowable.dmn.engine.impl.ValidRuleOutputEntries
 
getParameters() - Method in class org.flowable.dmn.engine.impl.AbstractNativeQuery
 
getParentDeploymentId() - Method in class org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityImpl
 
getParentDeploymentId() - Method in class org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntityImpl
 
getParserConfiguration() - Method in class org.flowable.dmn.engine.impl.mvel.config.MvelExecutionContextConfiguration
 
getParserContext() - Method in class org.flowable.dmn.engine.impl.mvel.MvelExecutionContext
 
getPersistedInstanceOfDecisionTable(DecisionTableEntity) - Method in class org.flowable.dmn.engine.impl.deployer.DmnDeploymentHelper
Gets the persisted version of the already-deployed process definition.
getPersistentState() - Method in class org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityImpl
 
getPersistentState() - Method in class org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntityImpl
 
getPersistentState() - Method in interface org.flowable.dmn.engine.impl.persistence.entity.ResourceEntity
 
getPersistentState() - Method in class org.flowable.dmn.engine.impl.persistence.entity.ResourceEntityImpl
 
getPostCustomExpressionFunctionRegistry() - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
getPreviousVersionsOfDecisionTables(ParsedDeployment) - Method in class org.flowable.dmn.engine.impl.deployer.DmnDeployer
Constructs a map from new DecisionTableEntities to the previous version by key and tenant.
getPropertyHandlers() - Method in class org.flowable.dmn.engine.impl.mvel.MvelExecutionContext
 
getRepositoryService() - Method in class org.flowable.dmn.engine.test.FlowableDmnRule
 
getResource(String) - Static method in class org.flowable.dmn.engine.impl.util.ReflectUtil
 
getResourceAsStream(String, String) - Method in class org.flowable.dmn.engine.impl.DmnRepositoryServiceImpl
 
getResourceAsStream(String) - Static method in class org.flowable.dmn.engine.impl.util.ReflectUtil
 
getResourceDataManager() - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
getResourceDataManager() - Method in class org.flowable.dmn.engine.impl.persistence.entity.ResourceEntityManagerImpl
 
getResourceEntityManager() - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
getResourceEntityManager() - Method in class org.flowable.dmn.engine.impl.interceptor.CommandContext
 
getResourceEntityManager() - Method in class org.flowable.dmn.engine.impl.persistence.AbstractManager
 
getResourceForDecisionTable(DecisionTableEntity) - Method in class org.flowable.dmn.engine.impl.deployer.ParsedDeployment
 
getResourceName() - Method in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
getResourceName() - Method in class org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityImpl
 
getResourceNameLike() - Method in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
getResources() - Method in interface org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntity
 
getResources() - Method in class org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntityImpl
 
getResultVariables() - Method in class org.flowable.dmn.engine.impl.mvel.MvelExecutionContext
 
getRuleEngineExecutor() - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
getRuleRowIndex() - Method in class org.flowable.dmn.engine.impl.ValidRuleOutputEntries
 
getSelectStatement(Class<?>) - Method in class org.flowable.dmn.engine.impl.db.DbSqlSessionFactory
 
getSelectStatements() - Method in class org.flowable.dmn.engine.impl.db.DbSqlSessionFactory
 
getSession(Class<T>) - Method in class org.flowable.dmn.engine.impl.persistence.AbstractManager
 
getSessionType() - Method in class org.flowable.dmn.engine.impl.db.DbSqlSessionFactory
 
getSessionType() - Method in class org.flowable.dmn.engine.impl.persistence.GenericManagerFactory
 
getSetter(String, Class<?>, Class<?>) - Static method in class org.flowable.dmn.engine.impl.util.ReflectUtil
Returns the setter-method for the given field name or null if no setter exists.
getSetterShorthandName(Method) - Static method in class org.flowable.dmn.engine.impl.util.ReflectUtil
 
getSourceSystemId() - Method in class org.flowable.dmn.engine.impl.parser.DmnParse
 
getSqlSession() - Method in class org.flowable.dmn.engine.impl.db.DbSqlSession
 
getSqlSessionFactory() - Method in class org.flowable.dmn.engine.impl.db.DbSqlSessionFactory
 
getStack(ThreadLocal<Stack<T>>) - Static method in class org.flowable.dmn.engine.impl.context.Context
 
getStackVariables() - Method in class org.flowable.dmn.engine.impl.mvel.MvelExecutionContext
 
getStatementMappings() - Method in class org.flowable.dmn.engine.impl.db.DbSqlSessionFactory
 
getTableCount() - Method in class org.flowable.dmn.engine.impl.DmnManagementServiceImpl
 
getTableCount() - Method in interface org.flowable.dmn.engine.impl.persistence.entity.TableDataManager
 
getTableCount() - Method in class org.flowable.dmn.engine.impl.persistence.entity.TableDataManagerImpl
 
getTableCount(String) - Method in class org.flowable.dmn.engine.impl.persistence.entity.TableDataManagerImpl
 
GetTableCountCmd - Class in org.flowable.dmn.engine.impl.cmd
 
GetTableCountCmd() - Constructor for class org.flowable.dmn.engine.impl.cmd.GetTableCountCmd
 
getTableDataManager() - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
getTableDataManager() - Method in class org.flowable.dmn.engine.impl.interceptor.CommandContext
 
getTableMetaData(String) - Method in class org.flowable.dmn.engine.impl.DmnManagementServiceImpl
 
getTableMetaData(String) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.TableDataManager
 
getTableMetaData(String) - Method in class org.flowable.dmn.engine.impl.persistence.entity.TableDataManagerImpl
 
GetTableMetaDataCmd - Class in org.flowable.dmn.engine.impl.cmd
 
GetTableMetaDataCmd(String) - Constructor for class org.flowable.dmn.engine.impl.cmd.GetTableMetaDataCmd
 
getTableName(Class<?>) - Method in class org.flowable.dmn.engine.impl.DmnManagementServiceImpl
 
getTableName(Class<?>, boolean) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.TableDataManager
 
getTableName(Class<?>, boolean) - Method in class org.flowable.dmn.engine.impl.persistence.entity.TableDataManagerImpl
 
getTableName() - Method in class org.flowable.dmn.engine.impl.TablePageQueryImpl
 
GetTableNameCmd - Class in org.flowable.dmn.engine.impl.cmd
 
GetTableNameCmd(Class<?>) - Constructor for class org.flowable.dmn.engine.impl.cmd.GetTableNameCmd
 
getTablePage(TablePageQueryImpl, int, int) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.TableDataManager
 
getTablePage(TablePageQueryImpl, int, int) - Method in class org.flowable.dmn.engine.impl.persistence.entity.TableDataManagerImpl
 
getTablesPresentInDatabase() - Method in interface org.flowable.dmn.engine.impl.persistence.entity.TableDataManager
 
getTablesPresentInDatabase() - Method in class org.flowable.dmn.engine.impl.persistence.entity.TableDataManagerImpl
 
getTargetNamespace() - Method in class org.flowable.dmn.engine.impl.parser.DmnParse
 
getTenantId() - Method in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
getTenantId() - Method in class org.flowable.dmn.engine.impl.DmnDeploymentQueryImpl
 
getTenantId() - Method in class org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityImpl
 
getTenantId() - Method in class org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntityImpl
 
getTenantIdLike() - Method in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
getTenantIdLike() - Method in class org.flowable.dmn.engine.impl.DmnDeploymentQueryImpl
 
getTransactionContext() - Static method in class org.flowable.dmn.engine.impl.context.Context
 
getTransactionContextFactory() - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
getTransactionContextFactory() - Method in class org.flowable.dmn.engine.impl.interceptor.TransactionContextInterceptor
 
getUpdateStatement(Entity) - Method in class org.flowable.dmn.engine.impl.db.DbSqlSessionFactory
 
getUpdateStatements() - Method in class org.flowable.dmn.engine.impl.db.DbSqlSessionFactory
 
getVersion() - Method in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
getVersion() - Method in class org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityImpl
 
getVersionGt() - Method in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
getVersionGte() - Method in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
getVersionLt() - Method in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
getVersionLte() - Method in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 

I

id - Variable in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
idGenerator - Variable in class org.flowable.dmn.engine.impl.db.DbSqlSessionFactory
 
idGenerator - Variable in class org.flowable.dmn.engine.impl.deployer.DmnDeployer
 
ids - Variable in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
implementationClass - Variable in class org.flowable.dmn.engine.impl.persistence.GenericManagerFactory
 
init() - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
init() - Static method in class org.flowable.dmn.engine.DmnEngines
Initializes all dmn engines that can be found on the classpath for resources flowable.dmn.cfg.xml and for resources flowable-dmn-context.xml (Spring style configuration).
initCommandContextFactory() - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
initCommandExecutor() - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
initCommandExecutors() - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
initCommandInterceptors() - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
initCommandInvoker() - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
initCustomExpressionFunctions() - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
initDataManagers() - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
initDbSchema() - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
initDbSqlSessionFactory() - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
initDeployers() - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
initDmnDeployerDependencies() - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
initDmnEngineFromSpringResource(URL) - Static method in class org.flowable.dmn.engine.DmnEngines
 
initEntityManagers() - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
initializeDmnEngine() - Method in class org.flowable.dmn.engine.impl.test.AbstractFlowableDmnTestCase
 
initializeDmnEngine() - Method in class org.flowable.dmn.engine.test.FlowableDmnRule
 
initializeRuleExecutionAudit(DmnDefinition, Map<String, Object>) - Static method in class org.flowable.dmn.engine.impl.audit.DecisionExecutionAuditUtil
 
initializeServices() - Method in class org.flowable.dmn.engine.impl.test.AbstractFlowableDmnTestCase
 
initializeServices() - Method in class org.flowable.dmn.engine.test.FlowableDmnRule
 
initInterceptorChain(List<CommandInterceptor>) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
initService(Object) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
initServices() - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
initSessionFactories() - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
initTransactionContextFactory() - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
insert(Entity) - Method in class org.flowable.dmn.engine.impl.db.DbSqlSession
 
insert(EntityImpl) - Method in class org.flowable.dmn.engine.impl.persistence.entity.AbstractEntityManager
 
insert(EntityImpl, boolean) - Method in class org.flowable.dmn.engine.impl.persistence.entity.AbstractEntityManager
 
insert(EntityImpl) - Method in class org.flowable.dmn.engine.impl.persistence.entity.data.AbstractDataManager
 
insert(DmnDeploymentEntity) - Method in class org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntityManagerImpl
 
insertStatements - Variable in class org.flowable.dmn.engine.impl.db.DbSqlSessionFactory
 
instantiate(String) - Static method in class org.flowable.dmn.engine.impl.util.ReflectUtil
 
instantiate(String, Object[]) - Static method in class org.flowable.dmn.engine.impl.util.ReflectUtil
 
invoke(Object, String, Object[]) - Static method in class org.flowable.dmn.engine.impl.util.ReflectUtil
 
IS_DMN_XSD_VALIDATION_ENABLED - Static variable in interface org.flowable.dmn.engine.impl.DeploymentSettings
 
isDmn20XsdValidationEnabled - Variable in class org.flowable.dmn.engine.impl.repository.DmnDeploymentBuilderImpl
 
isDmnResource(String) - Method in class org.flowable.dmn.engine.impl.deployer.ParsedDeploymentBuilder
 
isDmnXsdValidationEnabled() - Method in class org.flowable.dmn.engine.impl.repository.DmnDeploymentBuilderImpl
 
isDuplicateFilterEnabled - Variable in class org.flowable.dmn.engine.impl.repository.DmnDeploymentBuilderImpl
 
isDuplicateFilterEnabled() - Method in class org.flowable.dmn.engine.impl.repository.DmnDeploymentBuilderImpl
 
isEmptyLinesEnabled - Variable in class org.flowable.dmn.engine.impl.test.AbstractDmnTestCase
 
isEnableSafeDmnXml() - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
isGetter(Method) - Static method in class org.flowable.dmn.engine.impl.util.ReflectUtil
 
isInitialized - Static variable in class org.flowable.dmn.engine.DmnEngines
 
isInitialized() - Static method in class org.flowable.dmn.engine.DmnEngines
 
isLatest() - Method in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
isMysql() - Method in class org.flowable.dmn.engine.impl.db.DbSqlSession
 
isNew() - Method in interface org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntity
 
isNew - Variable in class org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntityImpl
 
isNew() - Method in class org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntityImpl
 
isOracle() - Method in class org.flowable.dmn.engine.impl.db.DbSqlSession
 
isSetter(Method, boolean) - Static method in class org.flowable.dmn.engine.impl.util.ReflectUtil
 
isSetter(Method) - Static method in class org.flowable.dmn.engine.impl.util.ReflectUtil
 
isTablePrefixIsSchema() - Method in class org.flowable.dmn.engine.impl.db.DbSqlSessionFactory
 
isValidateSchema() - Method in class org.flowable.dmn.engine.impl.parser.DmnParse
 
isWithoutTenantId() - Method in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
isWithoutTenantId() - Method in class org.flowable.dmn.engine.impl.DmnDeploymentQueryImpl
 

J

JDBC_METADATA_TABLE_TYPES - Static variable in class org.flowable.dmn.engine.impl.db.DbSqlSession
 

K

key - Variable in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
key - Variable in class org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityImpl
 
keyLike - Variable in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 

L

latest - Variable in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
latestVersion() - Method in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
LIQUIBASE_CHANGELOG_PREFIX - Static variable in class org.flowable.dmn.engine.DmnEngineConfiguration
 
list() - Method in class org.flowable.dmn.engine.impl.AbstractNativeQuery
 
list() - Method in class org.flowable.dmn.engine.impl.AbstractQuery
 
listPage(int, int) - Method in class org.flowable.dmn.engine.impl.AbstractNativeQuery
 
listPage(int, int) - Method in class org.flowable.dmn.engine.impl.AbstractQuery
 
listPage(int, int) - Method in class org.flowable.dmn.engine.impl.TablePageQueryImpl
 
loadClass(String) - Static method in class org.flowable.dmn.engine.impl.util.ReflectUtil
 
log - Static variable in class org.flowable.dmn.engine.impl.test.AbstractDmnTestCase
 
logger - Static variable in class org.flowable.dmn.engine.DmnEngineConfiguration
 
LOGGER - Static variable in class org.flowable.dmn.engine.impl.parser.DmnParse
 
LogInterceptor - Class in org.flowable.dmn.engine.impl.interceptor
 
LogInterceptor() - Constructor for class org.flowable.dmn.engine.impl.interceptor.LogInterceptor
 

M

main(String[]) - Static method in class org.flowable.dmn.engine.impl.db.DbSchemaDrop
 
makeDecisionTablesConsistentWithPersistedVersions(ParsedDeployment) - Method in class org.flowable.dmn.engine.impl.deployer.DmnDeployer
Loads the persisted version of each decision table and set values on the in-memory version to be consistent.
managementService - Variable in class org.flowable.dmn.engine.impl.test.AbstractFlowableDmnTestCase
 
mapDecisionTablesToParses - Variable in class org.flowable.dmn.engine.impl.deployer.ParsedDeployment
 
mapDecisionTablesToResources - Variable in class org.flowable.dmn.engine.impl.deployer.ParsedDeployment
 
mapperClass - Variable in class org.flowable.dmn.engine.impl.cmd.ExecuteCustomSqlCmd
 
mapStatement(String) - Method in class org.flowable.dmn.engine.impl.db.DbSqlSessionFactory
 
maxResults - Variable in class org.flowable.dmn.engine.impl.AbstractNativeQuery
 
maxResults - Variable in class org.flowable.dmn.engine.impl.TablePageQueryImpl
 
MvelConclusionExpressionPreParser - Class in org.flowable.dmn.engine.impl.mvel
 
MvelConclusionExpressionPreParser() - Constructor for class org.flowable.dmn.engine.impl.mvel.MvelConclusionExpressionPreParser
 
MvelConditionExpressionPreParser - Class in org.flowable.dmn.engine.impl.mvel
 
MvelConditionExpressionPreParser() - Constructor for class org.flowable.dmn.engine.impl.mvel.MvelConditionExpressionPreParser
 
MvelExecutionContext - Class in org.flowable.dmn.engine.impl.mvel
 
MvelExecutionContext() - Constructor for class org.flowable.dmn.engine.impl.mvel.MvelExecutionContext
 
MvelExecutionContextBuilder - Class in org.flowable.dmn.engine.impl.mvel
 
MvelExecutionContextBuilder() - Constructor for class org.flowable.dmn.engine.impl.mvel.MvelExecutionContextBuilder
 
MvelExecutionContextConfiguration - Class in org.flowable.dmn.engine.impl.mvel.config
 
MvelExecutionContextConfiguration() - Constructor for class org.flowable.dmn.engine.impl.mvel.config.MvelExecutionContextConfiguration
 
MvelExpressionExecutor - Class in org.flowable.dmn.engine.impl.mvel
 
MvelExpressionExecutor() - Constructor for class org.flowable.dmn.engine.impl.mvel.MvelExpressionExecutor
 
MvelExpressionPreParser - Interface in org.flowable.dmn.engine.impl.mvel
 
MybatisDecisionTableDataManager - Class in org.flowable.dmn.engine.impl.persistence.entity.data.impl
 
MybatisDecisionTableDataManager(DmnEngineConfiguration) - Constructor for class org.flowable.dmn.engine.impl.persistence.entity.data.impl.MybatisDecisionTableDataManager
 
MybatisDmnDeploymentDataManager - Class in org.flowable.dmn.engine.impl.persistence.entity.data.impl
 
MybatisDmnDeploymentDataManager(DmnEngineConfiguration) - Constructor for class org.flowable.dmn.engine.impl.persistence.entity.data.impl.MybatisDmnDeploymentDataManager
 
MybatisResourceDataManager - Class in org.flowable.dmn.engine.impl.persistence.entity.data.impl
 
MybatisResourceDataManager(DmnEngineConfiguration) - Constructor for class org.flowable.dmn.engine.impl.persistence.entity.data.impl.MybatisResourceDataManager
 

N

name - Variable in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
name - Variable in class org.flowable.dmn.engine.impl.DmnDeploymentQueryImpl
 
name - Variable in class org.flowable.dmn.engine.impl.DmnEngineImpl
 
name - Variable in class org.flowable.dmn.engine.impl.parser.DmnParse
 
name(String) - Method in class org.flowable.dmn.engine.impl.parser.DmnParse
 
name - Variable in class org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityImpl
 
name - Variable in class org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntityImpl
 
name - Variable in class org.flowable.dmn.engine.impl.persistence.entity.ResourceEntityImpl
 
name(String) - Method in class org.flowable.dmn.engine.impl.repository.DmnDeploymentBuilderImpl
 
NAME_DEFAULT - Static variable in class org.flowable.dmn.engine.DmnEngines
 
nameLike - Variable in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
nameLike - Variable in class org.flowable.dmn.engine.impl.DmnDeploymentQueryImpl
 
NativeDecisionTableQueryImpl - Class in org.flowable.dmn.engine.impl
 
NativeDecisionTableQueryImpl(CommandContext) - Constructor for class org.flowable.dmn.engine.impl.NativeDecisionTableQueryImpl
 
NativeDecisionTableQueryImpl(CommandExecutor) - Constructor for class org.flowable.dmn.engine.impl.NativeDecisionTableQueryImpl
 
NativeDmnDeploymentQueryImpl - Class in org.flowable.dmn.engine.impl
 
NativeDmnDeploymentQueryImpl(CommandContext) - Constructor for class org.flowable.dmn.engine.impl.NativeDmnDeploymentQueryImpl
 
NativeDmnDeploymentQueryImpl(CommandExecutor) - Constructor for class org.flowable.dmn.engine.impl.NativeDmnDeploymentQueryImpl
 
newTenantId - Variable in class org.flowable.dmn.engine.impl.cmd.SetDeploymentTenantIdCmd
 
next - Variable in class org.flowable.dmn.engine.impl.interceptor.AbstractCommandInterceptor
 
nullHandlingOnOrder - Variable in class org.flowable.dmn.engine.impl.AbstractQuery
 
nullifyServices() - Method in class org.flowable.dmn.engine.impl.test.AbstractFlowableDmnTestCase
 

O

openSession(AbstractCommandContext) - Method in class org.flowable.dmn.engine.impl.db.DbSqlSessionFactory
 
openSession(AbstractCommandContext) - Method in class org.flowable.dmn.engine.impl.persistence.GenericManagerFactory
 
openTransactionContext(CommandContext) - Method in class org.flowable.dmn.engine.impl.cfg.standalone.StandaloneMybatisTransactionContextFactory
 
order - Variable in class org.flowable.dmn.engine.impl.TablePageQueryImpl
 
orderAsc(String) - Method in class org.flowable.dmn.engine.impl.TablePageQueryImpl
 
orderBy - Variable in class org.flowable.dmn.engine.impl.AbstractQuery
 
orderBy(QueryProperty) - Method in class org.flowable.dmn.engine.impl.AbstractQuery
 
orderBy(QueryProperty, Query.NullHandlingOnOrder) - Method in class org.flowable.dmn.engine.impl.AbstractQuery
 
orderByDecisionTableCategory() - Method in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
orderByDecisionTableId() - Method in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
orderByDecisionTableKey() - Method in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
orderByDecisionTableName() - Method in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
orderByDecisionTableVersion() - Method in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
orderByDeploymentId() - Method in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
orderByDeploymentId() - Method in class org.flowable.dmn.engine.impl.DmnDeploymentQueryImpl
 
orderByDeploymenTime() - Method in class org.flowable.dmn.engine.impl.DmnDeploymentQueryImpl
 
orderByDeploymentName() - Method in class org.flowable.dmn.engine.impl.DmnDeploymentQueryImpl
 
orderByTenantId() - Method in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
orderByTenantId() - Method in class org.flowable.dmn.engine.impl.DmnDeploymentQueryImpl
 
orderDesc(String) - Method in class org.flowable.dmn.engine.impl.TablePageQueryImpl
 
orderProperty - Variable in class org.flowable.dmn.engine.impl.AbstractQuery
 
org.flowable.dmn.engine - package org.flowable.dmn.engine
 
org.flowable.dmn.engine.impl - package org.flowable.dmn.engine.impl
 
org.flowable.dmn.engine.impl.audit - package org.flowable.dmn.engine.impl.audit
 
org.flowable.dmn.engine.impl.cfg - package org.flowable.dmn.engine.impl.cfg
 
org.flowable.dmn.engine.impl.cfg.standalone - package org.flowable.dmn.engine.impl.cfg.standalone
 
org.flowable.dmn.engine.impl.cmd - package org.flowable.dmn.engine.impl.cmd
 
org.flowable.dmn.engine.impl.context - package org.flowable.dmn.engine.impl.context
 
org.flowable.dmn.engine.impl.db - package org.flowable.dmn.engine.impl.db
 
org.flowable.dmn.engine.impl.deployer - package org.flowable.dmn.engine.impl.deployer
 
org.flowable.dmn.engine.impl.interceptor - package org.flowable.dmn.engine.impl.interceptor
 
org.flowable.dmn.engine.impl.io - package org.flowable.dmn.engine.impl.io
 
org.flowable.dmn.engine.impl.mvel - package org.flowable.dmn.engine.impl.mvel
 
org.flowable.dmn.engine.impl.mvel.config - package org.flowable.dmn.engine.impl.mvel.config
 
org.flowable.dmn.engine.impl.mvel.extension - package org.flowable.dmn.engine.impl.mvel.extension
 
org.flowable.dmn.engine.impl.parser - package org.flowable.dmn.engine.impl.parser
 
org.flowable.dmn.engine.impl.persistence - package org.flowable.dmn.engine.impl.persistence
 
org.flowable.dmn.engine.impl.persistence.deploy - package org.flowable.dmn.engine.impl.persistence.deploy
 
org.flowable.dmn.engine.impl.persistence.entity - package org.flowable.dmn.engine.impl.persistence.entity
 
org.flowable.dmn.engine.impl.persistence.entity.data - package org.flowable.dmn.engine.impl.persistence.entity.data
 
org.flowable.dmn.engine.impl.persistence.entity.data.impl - package org.flowable.dmn.engine.impl.persistence.entity.data.impl
 
org.flowable.dmn.engine.impl.repository - package org.flowable.dmn.engine.impl.repository
 
org.flowable.dmn.engine.impl.test - package org.flowable.dmn.engine.impl.test
 
org.flowable.dmn.engine.impl.util - package org.flowable.dmn.engine.impl.util
 
org.flowable.dmn.engine.test - package org.flowable.dmn.engine.test
 
outputEntries - Variable in class org.flowable.dmn.engine.impl.ValidRuleOutputEntries
 

P

parameter(String, Object) - Method in class org.flowable.dmn.engine.impl.AbstractNativeQuery
 
parentDeploymentId - Variable in class org.flowable.dmn.engine.impl.cmd.ExecuteDecisionCmd
 
parentDeploymentId - Variable in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
parentDeploymentId(String) - Method in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
parentDeploymentId - Variable in class org.flowable.dmn.engine.impl.DmnDeploymentQueryImpl
 
parentDeploymentId(String) - Method in class org.flowable.dmn.engine.impl.DmnDeploymentQueryImpl
 
parentDeploymentId - Variable in class org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityImpl
 
parentDeploymentId - Variable in class org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntityImpl
 
parentDeploymentId(String) - Method in class org.flowable.dmn.engine.impl.repository.DmnDeploymentBuilderImpl
 
parentDeploymentIdLike - Variable in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
parentDeploymentIdLike(String) - Method in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
parentDeploymentIdLike - Variable in class org.flowable.dmn.engine.impl.DmnDeploymentQueryImpl
 
parentDeploymentIdLike(String) - Method in class org.flowable.dmn.engine.impl.DmnDeploymentQueryImpl
 
parse(String, String) - Static method in class org.flowable.dmn.engine.impl.mvel.MvelConclusionExpressionPreParser
 
parse(String, String) - Static method in class org.flowable.dmn.engine.impl.mvel.MvelConditionExpressionPreParser
 
ParsedDeployment - Class in org.flowable.dmn.engine.impl.deployer
An intermediate representation of a DeploymentEntity which keeps track of all of the entity's DecisionTableEntities and resources, and BPMN parses, models, and processes associated with each DecisionTableEntity - all produced by parsing the deployment.
ParsedDeployment(DmnDeploymentEntity, List<DecisionTableEntity>, Map<DecisionTableEntity, DmnParse>, Map<DecisionTableEntity, ResourceEntity>) - Constructor for class org.flowable.dmn.engine.impl.deployer.ParsedDeployment
 
ParsedDeploymentBuilder - Class in org.flowable.dmn.engine.impl.deployer
 
ParsedDeploymentBuilder(DmnDeploymentEntity, DmnParseFactory, Map<String, Object>) - Constructor for class org.flowable.dmn.engine.impl.deployer.ParsedDeploymentBuilder
 
parsedDeploymentBuilderFactory - Variable in class org.flowable.dmn.engine.DmnEngineConfiguration
 
parsedDeploymentBuilderFactory - Variable in class org.flowable.dmn.engine.impl.deployer.DmnDeployer
 
ParsedDeploymentBuilderFactory - Class in org.flowable.dmn.engine.impl.deployer
 
ParsedDeploymentBuilderFactory() - Constructor for class org.flowable.dmn.engine.impl.deployer.ParsedDeploymentBuilderFactory
 
parserConfiguration - Variable in class org.flowable.dmn.engine.impl.mvel.config.MvelExecutionContextConfiguration
 
parserContext - Variable in class org.flowable.dmn.engine.impl.mvel.MvelExecutionContext
 
pathToEngineDbProperties() - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
persistDecisionTables(ParsedDeployment) - Method in class org.flowable.dmn.engine.impl.deployer.DmnDeployer
Saves each decision table.
postCustomExpressionFunctionRegistry - Variable in class org.flowable.dmn.engine.DmnEngineConfiguration
 
preProcessInputVariables(DmnDefinition, Map<String, Object>) - Static method in class org.flowable.dmn.engine.impl.mvel.MvelExecutionContextBuilder
 
propertyHandlers - Variable in class org.flowable.dmn.engine.impl.mvel.MvelExecutionContext
 

R

ReflectUtil - Class in org.flowable.dmn.engine.impl.util
 
ReflectUtil() - Constructor for class org.flowable.dmn.engine.impl.util.ReflectUtil
 
registerDmnEngine(DmnEngine) - Static method in class org.flowable.dmn.engine.DmnEngines
Registers the given dmn engine.
remove(String) - Method in class org.flowable.dmn.engine.impl.persistence.deploy.DefaultDeploymentCache
 
remove(String) - Method in interface org.flowable.dmn.engine.impl.persistence.deploy.DeploymentCache
 
removeCommandContext() - Static method in class org.flowable.dmn.engine.impl.context.Context
 
removeDeployment(String) - Method in class org.flowable.dmn.engine.impl.persistence.deploy.DeploymentManager
 
removeDmnEngineConfiguration() - Static method in class org.flowable.dmn.engine.impl.context.Context
 
removeTransactionContext() - Static method in class org.flowable.dmn.engine.impl.context.Context
 
repositoryService - Variable in class org.flowable.dmn.engine.impl.repository.DmnDeploymentBuilderImpl
 
repositoryService - Variable in class org.flowable.dmn.engine.impl.test.AbstractFlowableDmnTestCase
 
repositoryService - Variable in class org.flowable.dmn.engine.test.FlowableDmnRule
 
resolveDecisionTable(DecisionTable) - Method in class org.flowable.dmn.engine.impl.persistence.deploy.DeploymentManager
Resolving the decision will fetch the DMN, parse it and store the DmnDefinition in memory.
resourceDataManager - Variable in class org.flowable.dmn.engine.DmnEngineConfiguration
 
ResourceDataManager - Interface in org.flowable.dmn.engine.impl.persistence.entity.data
 
resourceDataManager - Variable in class org.flowable.dmn.engine.impl.persistence.entity.ResourceEntityManagerImpl
 
ResourceEntity - Interface in org.flowable.dmn.engine.impl.persistence.entity
 
ResourceEntityImpl - Class in org.flowable.dmn.engine.impl.persistence.entity
 
ResourceEntityImpl() - Constructor for class org.flowable.dmn.engine.impl.persistence.entity.ResourceEntityImpl
 
resourceEntityManager - Variable in class org.flowable.dmn.engine.DmnEngineConfiguration
 
ResourceEntityManager - Interface in org.flowable.dmn.engine.impl.persistence.entity
 
resourceEntityManager - Variable in class org.flowable.dmn.engine.impl.repository.DmnDeploymentBuilderImpl
 
ResourceEntityManagerImpl - Class in org.flowable.dmn.engine.impl.persistence.entity
 
ResourceEntityManagerImpl(DmnEngineConfiguration, ResourceDataManager) - Constructor for class org.flowable.dmn.engine.impl.persistence.entity.ResourceEntityManagerImpl
 
resourceName - Variable in class org.flowable.dmn.engine.impl.cmd.GetDeploymentResourceCmd
 
resourceName - Variable in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
resourceName - Variable in class org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityImpl
 
resourceNameLike - Variable in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
resources - Variable in class org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntityImpl
 
ResourceStreamSource - Class in org.flowable.dmn.engine.impl.io
 
ResourceStreamSource(String) - Constructor for class org.flowable.dmn.engine.impl.io.ResourceStreamSource
 
resultType - Variable in class org.flowable.dmn.engine.impl.AbstractNativeQuery
 
resultType - Variable in class org.flowable.dmn.engine.impl.AbstractQuery
 
resultVariables - Variable in class org.flowable.dmn.engine.impl.mvel.MvelExecutionContext
 
retry(String) - Static method in class org.flowable.dmn.engine.DmnEngines
retries to initialize a dmn engine that previously failed.
rollback() - Method in class org.flowable.dmn.engine.impl.cfg.standalone.StandaloneMybatisTransactionContext
 
rollback() - Method in interface org.flowable.dmn.engine.impl.cfg.TransactionContext
 
rollback() - Method in class org.flowable.dmn.engine.impl.db.DbSqlSession
 
ruleEngineExecutor - Variable in class org.flowable.dmn.engine.DmnEngineConfiguration
 
ruleEngineExecutor - Variable in class org.flowable.dmn.engine.impl.DmnRuleServiceImpl
 
RuleEngineExecutor - Interface in org.flowable.dmn.engine
 
RuleEngineExecutorImpl - Class in org.flowable.dmn.engine.impl
 
RuleEngineExecutorImpl() - Constructor for class org.flowable.dmn.engine.impl.RuleEngineExecutorImpl
 
ruleRowIndex - Variable in class org.flowable.dmn.engine.impl.ValidRuleOutputEntries
 
ruleService - Variable in class org.flowable.dmn.engine.DmnEngineConfiguration
 
ruleService - Variable in class org.flowable.dmn.engine.impl.test.AbstractFlowableDmnTestCase
 
runBare() - Method in class org.flowable.dmn.engine.impl.test.AbstractFlowableDmnTestCase
 
runTest() - Method in class org.flowable.dmn.engine.impl.test.AbstractDmnTestCase
 

S

selectById(Class<T>, String) - Method in class org.flowable.dmn.engine.impl.db.DbSqlSession
 
selectList(String) - Method in class org.flowable.dmn.engine.impl.db.DbSqlSession
 
selectList(String, Object) - Method in class org.flowable.dmn.engine.impl.db.DbSqlSession
 
selectList(String, Object, Page) - Method in class org.flowable.dmn.engine.impl.db.DbSqlSession
 
selectList(String, ListQueryParameterObject, Page) - Method in class org.flowable.dmn.engine.impl.db.DbSqlSession
 
selectList(String, Object, int, int) - Method in class org.flowable.dmn.engine.impl.db.DbSqlSession
 
selectList(String, ListQueryParameterObject) - Method in class org.flowable.dmn.engine.impl.db.DbSqlSession
 
selectListWithRawParameter(String, Object, int, int) - Method in class org.flowable.dmn.engine.impl.db.DbSqlSession
 
selectListWithRawParameterWithoutFilter(String, Object, int, int) - Method in class org.flowable.dmn.engine.impl.db.DbSqlSession
 
selectOne(String, Object) - Method in class org.flowable.dmn.engine.impl.db.DbSqlSession
 
selectStatements - Variable in class org.flowable.dmn.engine.impl.db.DbSqlSessionFactory
 
ServiceImpl - Class in org.flowable.dmn.engine.impl
 
ServiceImpl() - Constructor for class org.flowable.dmn.engine.impl.ServiceImpl
 
ServiceImpl(DmnEngineConfiguration) - Constructor for class org.flowable.dmn.engine.impl.ServiceImpl
 
setAuditContainer(DecisionExecutionAuditContainer) - Method in class org.flowable.dmn.engine.impl.mvel.MvelExecutionContext
 
setBeans(Map<Object, Object>) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
setBytes(byte[]) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.ResourceEntity
 
setBytes(byte[]) - Method in class org.flowable.dmn.engine.impl.persistence.entity.ResourceEntityImpl
 
setCachingAndArtifactsManager(CachingAndArtifactsManager) - Method in class org.flowable.dmn.engine.impl.deployer.DmnDeployer
 
setCategory(String) - Method in class org.flowable.dmn.engine.impl.cmd.SetDecisionTableCategoryCmd
 
setCategory(String) - Method in class org.flowable.dmn.engine.impl.cmd.SetDeploymentCategoryCmd
 
setCategory(String) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntity
 
setCategory(String) - Method in class org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityImpl
 
setCategory(String) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntity
 
setCategory(String) - Method in class org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntityImpl
 
setClock(Clock) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
setCommandContext(CommandContext) - Static method in class org.flowable.dmn.engine.impl.context.Context
 
setCommandContextFactory(CommandContextFactory) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
setCommandContextFactory(CommandContextFactory) - Method in class org.flowable.dmn.engine.impl.interceptor.CommandContextInterceptor
 
setCommandExecutor(CommandExecutor) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
setCommandExecutor(CommandExecutor) - Method in class org.flowable.dmn.engine.impl.AbstractNativeQuery
 
setCommandExecutor(CommandExecutor) - Method in class org.flowable.dmn.engine.impl.AbstractQuery
 
setCommandExecutor(CommandExecutor) - Method in class org.flowable.dmn.engine.impl.ServiceImpl
 
setCommandInterceptors(List<CommandInterceptor>) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
setCommandInvoker(CommandInterceptor) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
setConfigurationResource(String) - Method in class org.flowable.dmn.engine.test.FlowableDmnRule
 
setCustomExpressionFunctionRegistry(CustomExpressionFunctionRegistry) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
setCustomExpressionFunctions(Map<String, Method>) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
setCustomMybatisMappers(Set<Class<?>>) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
setCustomMybatisXMLMappers(Set<String>) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
setCustomPostCommandInterceptors(List<CommandInterceptor>) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
setCustomPreCommandInterceptors(List<CommandInterceptor>) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
setCustomPropertyHandlers(Map<Class<?>, PropertyHandler>) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
setCustomSessionFactories(List<SessionFactory>) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
setDatabaseCatalog(String) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
setDatabaseCatalog(String) - Method in class org.flowable.dmn.engine.impl.db.DbSqlSessionFactory
 
setDatabaseSchema(String) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
setDatabaseSchema(String) - Method in class org.flowable.dmn.engine.impl.db.DbSqlSessionFactory
 
setDatabaseSchemaUpdate(String) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
setDatabaseTablePrefix(String) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
setDatabaseTablePrefix(String) - Method in class org.flowable.dmn.engine.impl.db.DbSqlSessionFactory
 
setDatabaseType(String) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
setDatabaseType(String) - Method in class org.flowable.dmn.engine.impl.AbstractQuery
 
setDatabaseType(String) - Method in class org.flowable.dmn.engine.impl.db.DbSqlSessionFactory
 
setDataSource(DataSource) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
setDataSourceJndiName(String) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
setDbSqlSessionFactory(DbSqlSessionFactory) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
setDecision(Decision) - Method in class org.flowable.dmn.engine.impl.persistence.deploy.DecisionTableCacheEntry
 
setDecisionCache(DeploymentCache<DecisionTableCacheEntry>) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
setDecisionCache(DeploymentCache<DecisionTableCacheEntry>) - Method in class org.flowable.dmn.engine.impl.persistence.deploy.DeploymentManager
 
setDecisionCacheLimit(int) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
setDecisionTableCategory(String, String) - Method in class org.flowable.dmn.engine.impl.DmnRepositoryServiceImpl
 
SetDecisionTableCategoryCmd - Class in org.flowable.dmn.engine.impl.cmd
 
SetDecisionTableCategoryCmd(String, String) - Constructor for class org.flowable.dmn.engine.impl.cmd.SetDecisionTableCategoryCmd
 
setDecisionTableDataManager(DecisionTableDataManager) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
setDecisionTableDataManager(DecisionTableDataManager) - Method in class org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityManagerImpl
 
setDecisionTableEntity(DecisionTableEntity) - Method in class org.flowable.dmn.engine.impl.persistence.deploy.DecisionTableCacheEntry
 
setDecisionTableEntityManager(DecisionTableEntityManager) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
setDecisionTableEntityManager(DecisionTableEntityManager) - Method in class org.flowable.dmn.engine.impl.persistence.deploy.DeploymentManager
 
setDecisionTableId(String) - Method in class org.flowable.dmn.engine.impl.cmd.SetDecisionTableCategoryCmd
 
setDecisionTableVersionsAndIds(ParsedDeployment, Map<DecisionTableEntity, DecisionTableEntity>) - Method in class org.flowable.dmn.engine.impl.deployer.DmnDeployer
Sets the version on each decision table entity, and the identifier.
setDefaultCommandConfig(CommandConfig) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
setDeleteStatements(Map<Class<?>, String>) - Method in class org.flowable.dmn.engine.impl.db.DbSqlSessionFactory
 
setDeployers(List<Deployer>) - Method in class org.flowable.dmn.engine.impl.persistence.deploy.DeploymentManager
 
setDeployment(DmnDeploymentEntity) - Method in class org.flowable.dmn.engine.impl.parser.DmnParse
 
setDeploymentCategory(String, String) - Method in class org.flowable.dmn.engine.impl.DmnRepositoryServiceImpl
 
SetDeploymentCategoryCmd - Class in org.flowable.dmn.engine.impl.cmd
 
SetDeploymentCategoryCmd(String, String) - Constructor for class org.flowable.dmn.engine.impl.cmd.SetDeploymentCategoryCmd
 
setDeploymentDataManager(DmnDeploymentDataManager) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
setDeploymentDataManager(DmnDeploymentDataManager) - Method in class org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntityManagerImpl
 
setDeploymentEntityManager(DmnDeploymentEntityManager) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
setDeploymentEntityManager(DmnDeploymentEntityManager) - Method in class org.flowable.dmn.engine.impl.persistence.deploy.DeploymentManager
 
setDeploymentId(String) - Method in class org.flowable.dmn.engine.impl.cmd.SetDeploymentCategoryCmd
 
setDeploymentId(String) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntity
 
setDeploymentId(String) - Method in class org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityImpl
 
setDeploymentId(String) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.ResourceEntity
 
setDeploymentId(String) - Method in class org.flowable.dmn.engine.impl.persistence.entity.ResourceEntityImpl
 
setDeploymentTenantId(String, String) - Method in class org.flowable.dmn.engine.impl.DmnRepositoryServiceImpl
 
SetDeploymentTenantIdCmd - Class in org.flowable.dmn.engine.impl.cmd
 
SetDeploymentTenantIdCmd(String, String) - Constructor for class org.flowable.dmn.engine.impl.cmd.SetDeploymentTenantIdCmd
 
setDeploymentTime(Date) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntity
 
setDeploymentTime(Date) - Method in class org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntityImpl
 
setDescription(String) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntity
 
setDescription(String) - Method in class org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityImpl
 
setDmnDefinition(DmnDefinition) - Method in class org.flowable.dmn.engine.impl.parser.DmnParse
 
setDmnDefinition(DmnDefinition) - Method in class org.flowable.dmn.engine.impl.persistence.deploy.DecisionTableCacheEntry
 
setDmnDeployer(DmnDeployer) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
setDmnDeploymentHelper(DmnDeploymentHelper) - Method in class org.flowable.dmn.engine.impl.deployer.DmnDeployer
 
setDmnEngine(DmnEngine) - Method in class org.flowable.dmn.engine.test.FlowableDmnRule
 
setDmnEngineConfiguration(DmnEngineConfiguration) - Static method in class org.flowable.dmn.engine.impl.context.Context
 
setDmnEngineConfiguration(DmnEngineConfiguration) - Method in class org.flowable.dmn.engine.impl.interceptor.CommandContextFactory
 
setDmnEngineConfiguration(DmnEngineConfiguration) - Method in class org.flowable.dmn.engine.impl.interceptor.CommandContextInterceptor
 
setDmnEngineConfiguration(DmnEngineConfiguration) - Method in class org.flowable.dmn.engine.test.FlowableDmnRule
 
setDmnManagementService(DmnManagementService) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
setDmnParseFactory(DmnParseFactory) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
setDmnParseFactory(DmnParseFactory) - Method in class org.flowable.dmn.engine.impl.deployer.ParsedDeploymentBuilderFactory
 
setDmnRepositoryService(DmnRepositoryService) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
setDmnRuleService(DmnRuleService) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
setEnableSafeDmnXml(boolean) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
setEngineName(String) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
setField(Field, Object, Object) - Static method in class org.flowable.dmn.engine.impl.util.ReflectUtil
 
setIdGenerator(IdGenerator) - Method in class org.flowable.dmn.engine.impl.db.DbSqlSessionFactory
 
setIdGenerator(IdGenerator) - Method in class org.flowable.dmn.engine.impl.deployer.DmnDeployer
 
setInitialized(boolean) - Static method in class org.flowable.dmn.engine.DmnEngines
 
setInsertStatements(Map<Class<?>, String>) - Method in class org.flowable.dmn.engine.impl.db.DbSqlSessionFactory
 
setJdbcDefaultTransactionIsolationLevel(int) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
setJdbcDriver(String) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
setJdbcMaxActiveConnections(int) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
setJdbcMaxCheckoutTime(int) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
setJdbcMaxIdleConnections(int) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
setJdbcMaxWaitTime(int) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
setJdbcPassword(String) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
setJdbcPingConnectionNotUsedFor(int) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
setJdbcPingEnabled(boolean) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
setJdbcPingQuery(String) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
setJdbcUrl(String) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
setJdbcUsername(String) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
setKey(String) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntity
 
setKey(String) - Method in class org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityImpl
 
setName(String) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntity
 
setName(String) - Method in class org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityImpl
 
setName(String) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntity
 
setName(String) - Method in class org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntityImpl
 
setName(String) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.ResourceEntity
 
setName(String) - Method in class org.flowable.dmn.engine.impl.persistence.entity.ResourceEntityImpl
 
setNew(boolean) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntity
 
setNew(boolean) - Method in class org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntityImpl
 
setNext(CommandInterceptor) - Method in class org.flowable.dmn.engine.impl.interceptor.AbstractCommandInterceptor
 
setNext(CommandInterceptor) - Method in interface org.flowable.dmn.engine.impl.interceptor.CommandInterceptor
 
setNext(CommandInterceptor) - Method in class org.flowable.dmn.engine.impl.interceptor.CommandInvoker
 
setParentDeploymentId(String) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntity
 
setParentDeploymentId(String) - Method in class org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityImpl
 
setParentDeploymentId(String) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntity
 
setParentDeploymentId(String) - Method in class org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntityImpl
 
setParsedDeploymentBuilderFactory(ParsedDeploymentBuilderFactory) - Method in class org.flowable.dmn.engine.impl.deployer.DmnDeployer
 
setParserConfiguration(Map<String, Method>) - Method in class org.flowable.dmn.engine.impl.mvel.config.MvelExecutionContextConfiguration
 
setParserContext(ParserContext) - Method in class org.flowable.dmn.engine.impl.mvel.MvelExecutionContext
 
setPostCustomExpressionFunctionRegistry(CustomExpressionFunctionRegistry) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
setRepositoryService(DmnRepositoryService) - Method in class org.flowable.dmn.engine.test.FlowableDmnRule
 
setResourceDataManager(ResourceDataManager) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
setResourceDataManager(ResourceDataManager) - Method in class org.flowable.dmn.engine.impl.persistence.entity.ResourceEntityManagerImpl
 
setResourceEntityManager(ResourceEntityManager) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
setResourceName(String) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntity
 
setResourceName(String) - Method in class org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityImpl
 
setResourceNamesOnDecisionTables(ParsedDeployment) - Method in class org.flowable.dmn.engine.impl.deployer.DmnDeploymentHelper
Updates all the decision table entities to have the correct resource names.
setResources(Map<String, ResourceEntity>) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntity
 
setResources(Map<String, ResourceEntity>) - Method in class org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntityImpl
 
setRuleEngineExecutor(RuleEngineExecutor) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
setSelectStatements(Map<Class<?>, String>) - Method in class org.flowable.dmn.engine.impl.db.DbSqlSessionFactory
 
setSessionFactories(Map<Class<?>, SessionFactory>) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
setSourceSystemId(String) - Method in class org.flowable.dmn.engine.impl.parser.DmnParse
 
setSqlSessionFactory(SqlSessionFactory) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
setSqlSessionFactory(SqlSessionFactory) - Method in class org.flowable.dmn.engine.impl.db.DbSqlSessionFactory
 
setStackVariables(Map<String, Object>) - Method in class org.flowable.dmn.engine.impl.mvel.MvelExecutionContext
 
setStatementMappings(Map<String, String>) - Method in class org.flowable.dmn.engine.impl.db.DbSqlSessionFactory
 
setStreamSource(StreamSource) - Method in class org.flowable.dmn.engine.impl.parser.DmnParse
 
setTableDataManager(TableDataManager) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
setTablePrefixIsSchema(boolean) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
setTablePrefixIsSchema(boolean) - Method in class org.flowable.dmn.engine.impl.db.DbSqlSessionFactory
 
setTenantId(String) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntity
 
setTenantId(String) - Method in class org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityImpl
 
setTenantId(String) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntity
 
setTenantId(String) - Method in class org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntityImpl
 
setTransactionContext(TransactionContext) - Static method in class org.flowable.dmn.engine.impl.context.Context
 
setTransactionContextFactory(TransactionContextFactory<TransactionListener, CommandContext>) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
setTransactionContextFactory(TransactionContextFactory<TransactionListener, CommandContext>) - Method in class org.flowable.dmn.engine.impl.interceptor.TransactionContextInterceptor
 
setTransactionFactory(TransactionFactory) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
setUpdateStatements(Map<Class<?>, String>) - Method in class org.flowable.dmn.engine.impl.db.DbSqlSessionFactory
 
setUsingRelationalDatabase(boolean) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
setValidateSchema(boolean) - Method in class org.flowable.dmn.engine.impl.parser.DmnParse
 
setVersion(int) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntity
 
setVersion(int) - Method in class org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityImpl
 
setXmlEncoding(String) - Method in class org.flowable.dmn.engine.DmnEngineConfiguration
 
shouldContinueEvaluating(HitPolicy, Boolean) - Method in class org.flowable.dmn.engine.impl.RuleEngineExecutorImpl
 
singleResult() - Method in class org.flowable.dmn.engine.impl.AbstractNativeQuery
 
singleResult() - Method in class org.flowable.dmn.engine.impl.AbstractQuery
 
size() - Method in class org.flowable.dmn.engine.impl.persistence.deploy.DefaultDeploymentCache
 
skipped(AssumptionViolatedException, Description) - Method in class org.flowable.dmn.engine.test.FlowableDmnRule
Invoked when a test is skipped due to a failed assumption.
SORTORDER_ASC - Static variable in class org.flowable.dmn.engine.impl.AbstractQuery
 
SORTORDER_DESC - Static variable in class org.flowable.dmn.engine.impl.AbstractQuery
 
sourceInputStream(InputStream) - Method in class org.flowable.dmn.engine.impl.parser.DmnParse
 
sourceResource(String) - Method in class org.flowable.dmn.engine.impl.parser.DmnParse
 
sourceString(String) - Method in class org.flowable.dmn.engine.impl.parser.DmnParse
 
sourceSystemId - Variable in class org.flowable.dmn.engine.impl.parser.DmnParse
 
sourceUrl(URL) - Method in class org.flowable.dmn.engine.impl.parser.DmnParse
 
sourceUrl(String) - Method in class org.flowable.dmn.engine.impl.parser.DmnParse
 
sql(String) - Method in class org.flowable.dmn.engine.impl.AbstractNativeQuery
 
sqlSession - Variable in class org.flowable.dmn.engine.impl.db.DbSqlSession
 
sqlSessionFactory - Variable in class org.flowable.dmn.engine.impl.db.DbSqlSessionFactory
 
stackVariables - Variable in class org.flowable.dmn.engine.impl.mvel.MvelExecutionContext
 
StandaloneDmnEngineConfiguration - Class in org.flowable.dmn.engine.impl.cfg
 
StandaloneDmnEngineConfiguration() - Constructor for class org.flowable.dmn.engine.impl.cfg.StandaloneDmnEngineConfiguration
 
StandaloneInMemDmnEngineConfiguration - Class in org.flowable.dmn.engine.impl.cfg
 
StandaloneInMemDmnEngineConfiguration() - Constructor for class org.flowable.dmn.engine.impl.cfg.StandaloneInMemDmnEngineConfiguration
 
StandaloneMybatisTransactionContext - Class in org.flowable.dmn.engine.impl.cfg.standalone
 
StandaloneMybatisTransactionContext(CommandContext) - Constructor for class org.flowable.dmn.engine.impl.cfg.standalone.StandaloneMybatisTransactionContext
 
StandaloneMybatisTransactionContextFactory - Class in org.flowable.dmn.engine.impl.cfg.standalone
 
StandaloneMybatisTransactionContextFactory() - Constructor for class org.flowable.dmn.engine.impl.cfg.standalone.StandaloneMybatisTransactionContextFactory
 
starting(Description) - Method in class org.flowable.dmn.engine.test.FlowableDmnRule
 
statementMappings - Variable in class org.flowable.dmn.engine.impl.db.DbSqlSessionFactory
 
stateTransactionListeners - Variable in class org.flowable.dmn.engine.impl.cfg.standalone.StandaloneMybatisTransactionContext
 
streamSource - Variable in class org.flowable.dmn.engine.impl.parser.DmnParse
 
subtractDate(Date, Integer, Integer, Integer) - Static method in class org.flowable.dmn.engine.impl.mvel.extension.DateUtil
 
succeeded(Description) - Method in class org.flowable.dmn.engine.test.FlowableDmnRule
Invoked when a test succeeds

T

tableDataManager - Variable in class org.flowable.dmn.engine.DmnEngineConfiguration
 
TableDataManager - Interface in org.flowable.dmn.engine.impl.persistence.entity
 
TableDataManagerImpl - Class in org.flowable.dmn.engine.impl.persistence.entity
 
TableDataManagerImpl(DmnEngineConfiguration) - Constructor for class org.flowable.dmn.engine.impl.persistence.entity.TableDataManagerImpl
 
tableName - Variable in class org.flowable.dmn.engine.impl.cmd.GetTableMetaDataCmd
 
tableName - Variable in class org.flowable.dmn.engine.impl.TablePageQueryImpl
 
tableName(String) - Method in class org.flowable.dmn.engine.impl.TablePageQueryImpl
 
TablePageQueryImpl - Class in org.flowable.dmn.engine.impl
 
TablePageQueryImpl() - Constructor for class org.flowable.dmn.engine.impl.TablePageQueryImpl
 
TablePageQueryImpl(CommandExecutor) - Constructor for class org.flowable.dmn.engine.impl.TablePageQueryImpl
 
targetNamespace - Variable in class org.flowable.dmn.engine.impl.parser.DmnParse
 
tenantId - Variable in class org.flowable.dmn.engine.impl.cmd.ExecuteDecisionCmd
 
tenantId - Variable in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
tenantId - Variable in class org.flowable.dmn.engine.impl.DmnDeploymentQueryImpl
 
tenantId - Variable in class org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityImpl
 
tenantId - Variable in class org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntityImpl
 
tenantId(String) - Method in class org.flowable.dmn.engine.impl.repository.DmnDeploymentBuilderImpl
 
tenantIdLike - Variable in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
tenantIdLike - Variable in class org.flowable.dmn.engine.impl.DmnDeploymentQueryImpl
 
toDate(String) - Static method in class org.flowable.dmn.engine.impl.mvel.extension.DateUtil
 
toString() - Method in class org.flowable.dmn.engine.impl.io.ResourceStreamSource
 
toString() - Method in class org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityImpl
 
toString() - Method in class org.flowable.dmn.engine.impl.persistence.entity.DmnDeploymentEntityImpl
 
toString() - Method in class org.flowable.dmn.engine.impl.persistence.entity.ResourceEntityImpl
 
TransactionContext - Interface in org.flowable.dmn.engine.impl.cfg
 
transactionContextFactory - Variable in class org.flowable.dmn.engine.DmnEngineConfiguration
 
transactionContextFactory - Variable in class org.flowable.dmn.engine.impl.interceptor.TransactionContextInterceptor
 
TransactionContextInterceptor - Class in org.flowable.dmn.engine.impl.interceptor
 
TransactionContextInterceptor() - Constructor for class org.flowable.dmn.engine.impl.interceptor.TransactionContextInterceptor
 
TransactionContextInterceptor(TransactionContextFactory<TransactionListener, CommandContext>) - Constructor for class org.flowable.dmn.engine.impl.interceptor.TransactionContextInterceptor
 
transactionContextThreadLocal - Static variable in class org.flowable.dmn.engine.impl.context.Context
 
TransactionListener - Interface in org.flowable.dmn.engine.impl.cfg
 
typeClass - Variable in class org.flowable.dmn.engine.impl.persistence.GenericManagerFactory
 

U

unregister(DmnEngine) - Static method in class org.flowable.dmn.engine.DmnEngines
Unregisters the given dmn engine.
update(Entity) - Method in class org.flowable.dmn.engine.impl.db.DbSqlSession
 
update(String, Object) - Method in class org.flowable.dmn.engine.impl.db.DbSqlSession
 
update(EntityImpl) - Method in class org.flowable.dmn.engine.impl.persistence.entity.AbstractEntityManager
 
update(EntityImpl, boolean) - Method in class org.flowable.dmn.engine.impl.persistence.entity.AbstractEntityManager
 
update(EntityImpl) - Method in class org.flowable.dmn.engine.impl.persistence.entity.data.AbstractDataManager
 
updateCachingAndArtifacts(ParsedDeployment) - Method in class org.flowable.dmn.engine.impl.deployer.CachingAndArtifactsManager
Ensures that the decision table is cached in the appropriate places, including the deployment's collection of deployed artifacts and the deployment manager's cache.
updateDecisionTableTenantIdForDeployment(String, String) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.data.DecisionTableDataManager
 
updateDecisionTableTenantIdForDeployment(String, String) - Method in class org.flowable.dmn.engine.impl.persistence.entity.data.impl.MybatisDecisionTableDataManager
 
updateDecisionTableTenantIdForDeployment(String, String) - Method in interface org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityManager
 
updateDecisionTableTenantIdForDeployment(String, String) - Method in class org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityManagerImpl
 
updateStatements - Variable in class org.flowable.dmn.engine.impl.db.DbSqlSessionFactory
 

V

validateSchema - Variable in class org.flowable.dmn.engine.impl.parser.DmnParse
 
ValidRuleOutputEntries - Class in org.flowable.dmn.engine.impl
 
ValidRuleOutputEntries(int, List<RuleOutputClauseContainer>) - Constructor for class org.flowable.dmn.engine.impl.ValidRuleOutputEntries
 
variables - Variable in class org.flowable.dmn.engine.impl.cmd.ExecuteDecisionCmd
 
verifyDecisionTablesDoNotShareKeys(Collection<DecisionTableEntity>) - Method in class org.flowable.dmn.engine.impl.deployer.DmnDeploymentHelper
Verifies that no two decision tables share the same key, to prevent database unique index violation.
VERSION - Static variable in interface org.flowable.dmn.engine.DmnEngine
the version of the flowable dmn library
version - Variable in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
version - Variable in class org.flowable.dmn.engine.impl.persistence.entity.DecisionTableEntityImpl
 
versionGt - Variable in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
versionGte - Variable in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
versionLt - Variable in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
versionLte - Variable in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 

W

withoutTenantId - Variable in class org.flowable.dmn.engine.impl.DecisionTableQueryImpl
 
withoutTenantId - Variable in class org.flowable.dmn.engine.impl.DmnDeploymentQueryImpl
 
A B C D E F G I J K L M N O P R S T U V W 
Skip navigation links

Copyright © 2016 Flowable. All rights reserved.