jar

org.flowable : flowable-app-engine

Maven & Gradle

Aug 18, 2023
7 usages
6.5k stars

Flowable - App Engine

Table Of Contents

Latest Version

Download org.flowable : flowable-app-engine JAR file - Latest Versions:

All Versions

Download org.flowable : flowable-app-engine JAR file - All Versions:

Version Vulnerabilities Size Updated
7.0.x
6.8.x
6.7.x
6.6.x
6.5.x
6.4.x
6.3.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window flowable-app-engine-7.0.0.M2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.flowable.app.engine.impl.cmd

├─ org.flowable.app.engine.impl.cmd.AddIdentityLinkCmd.class - [JAR]

├─ org.flowable.app.engine.impl.cmd.DeleteDeploymentCmd.class - [JAR]

├─ org.flowable.app.engine.impl.cmd.DeleteIdentityLinkCmd.class - [JAR]

├─ org.flowable.app.engine.impl.cmd.DeployCmd.class - [JAR]

├─ org.flowable.app.engine.impl.cmd.GetAppModelCmd.class - [JAR]

├─ org.flowable.app.engine.impl.cmd.GetAppModelJsonCmd.class - [JAR]

├─ org.flowable.app.engine.impl.cmd.GetDeploymentAppDefinitionCmd.class - [JAR]

├─ org.flowable.app.engine.impl.cmd.GetDeploymentResourceCmd.class - [JAR]

├─ org.flowable.app.engine.impl.cmd.GetDeploymentResourceNamesCmd.class - [JAR]

├─ org.flowable.app.engine.impl.cmd.GetTableNamesCmd.class - [JAR]

├─ org.flowable.app.engine.impl.cmd.NeedsAppDefinitionCmd.class - [JAR]

├─ org.flowable.app.engine.impl.cmd.SchemaOperationsAppEngineBuild.class - [JAR]

├─ org.flowable.app.engine.impl.cmd.SetAppDefinitionCategoryCmd.class - [JAR]

org.flowable.app.engine

├─ org.flowable.app.engine.AppEngine.class - [JAR]

├─ org.flowable.app.engine.AppEngineConfiguration.class - [JAR]

├─ org.flowable.app.engine.AppEngines.class - [JAR]

org.flowable.app.engine.impl

├─ org.flowable.app.engine.impl.AbstractCmmnManager.class - [JAR]

├─ org.flowable.app.engine.impl.AppEngineImpl.class - [JAR]

├─ org.flowable.app.engine.impl.AppManagementServiceImpl.class - [JAR]

├─ org.flowable.app.engine.impl.AppRepositoryServiceImpl.class - [JAR]

├─ org.flowable.app.engine.impl.ServiceImpl.class - [JAR]

org.flowable.app.engine.impl.deployer

├─ org.flowable.app.engine.impl.deployer.AppDeployer.class - [JAR]

├─ org.flowable.app.engine.impl.deployer.AppDeploymentManager.class - [JAR]

├─ org.flowable.app.engine.impl.deployer.AppResourceConverterImpl.class - [JAR]

├─ org.flowable.app.engine.impl.deployer.BaseAppModel.class - [JAR]

org.flowable.app.engine.impl.db

├─ org.flowable.app.engine.impl.db.AppDbSchemaManager.class - [JAR]

├─ org.flowable.app.engine.impl.db.DbSchemaDrop.class - [JAR]

├─ org.flowable.app.engine.impl.db.EntityDependencyOrder.class - [JAR]

├─ org.flowable.app.engine.impl.db.EntityToTableMap.class - [JAR]

org.flowable.app.engine.impl.repository

├─ org.flowable.app.engine.impl.repository.AppDefinitionQueryImpl.class - [JAR]

├─ org.flowable.app.engine.impl.repository.AppDefinitionQueryProperty.class - [JAR]

├─ org.flowable.app.engine.impl.repository.AppDefinitionUtil.class - [JAR]

├─ org.flowable.app.engine.impl.repository.AppDeploymentBuilderImpl.class - [JAR]

├─ org.flowable.app.engine.impl.repository.AppDeploymentQueryImpl.class - [JAR]

├─ org.flowable.app.engine.impl.repository.AppDeploymentQueryProperty.class - [JAR]

org.flowable.app.engine.impl.persistence.entity.data

├─ org.flowable.app.engine.impl.persistence.entity.data.AbstractAppDataManager.class - [JAR]

├─ org.flowable.app.engine.impl.persistence.entity.data.AppDefinitionDataManager.class - [JAR]

├─ org.flowable.app.engine.impl.persistence.entity.data.AppDeploymentDataManager.class - [JAR]

├─ org.flowable.app.engine.impl.persistence.entity.data.AppResourceDataManager.class - [JAR]

org.flowable.app.engine.impl.persistence.entity

├─ org.flowable.app.engine.impl.persistence.entity.AbstractAppEngineEntity.class - [JAR]

├─ org.flowable.app.engine.impl.persistence.entity.AbstractAppEngineNoRevisionEntity.class - [JAR]

├─ org.flowable.app.engine.impl.persistence.entity.AppDefinitionEntity.class - [JAR]

├─ org.flowable.app.engine.impl.persistence.entity.AppDefinitionEntityImpl.class - [JAR]

├─ org.flowable.app.engine.impl.persistence.entity.AppDefinitionEntityManager.class - [JAR]

├─ org.flowable.app.engine.impl.persistence.entity.AppDefinitionEntityManagerImpl.class - [JAR]

├─ org.flowable.app.engine.impl.persistence.entity.AppDeploymentEntity.class - [JAR]

├─ org.flowable.app.engine.impl.persistence.entity.AppDeploymentEntityImpl.class - [JAR]

├─ org.flowable.app.engine.impl.persistence.entity.AppDeploymentEntityManager.class - [JAR]

├─ org.flowable.app.engine.impl.persistence.entity.AppDeploymentEntityManagerImpl.class - [JAR]

├─ org.flowable.app.engine.impl.persistence.entity.AppEngineEntityConstants.class - [JAR]

├─ org.flowable.app.engine.impl.persistence.entity.AppResourceEntity.class - [JAR]

├─ org.flowable.app.engine.impl.persistence.entity.AppResourceEntityImpl.class - [JAR]

├─ org.flowable.app.engine.impl.persistence.entity.AppResourceEntityManager.class - [JAR]

├─ org.flowable.app.engine.impl.persistence.entity.AppResourceEntityManagerImpl.class - [JAR]

org.flowable.app.engine.impl.persistence.entity.data.impl

├─ org.flowable.app.engine.impl.persistence.entity.data.impl.MybatisAppDefinitionDataManager.class - [JAR]

├─ org.flowable.app.engine.impl.persistence.entity.data.impl.MybatisAppDeploymentDataManager.class - [JAR]

├─ org.flowable.app.engine.impl.persistence.entity.data.impl.MybatisResourceDataManager.class - [JAR]

org.flowable.app.engine.impl.interceptor

├─ org.flowable.app.engine.impl.interceptor.AppCommandInvoker.class - [JAR]

org.flowable.app.engine.impl.cfg

├─ org.flowable.app.engine.impl.cfg.StandaloneInMemAppEngineConfiguration.class - [JAR]

org.flowable.app.engine.test.impl

├─ org.flowable.app.engine.test.impl.AppTestHelper.class - [JAR]

├─ org.flowable.app.engine.test.impl.AppTestRunner.class - [JAR]

org.flowable.app.engine.impl.persistence.entity.deploy

├─ org.flowable.app.engine.impl.persistence.entity.deploy.AppDefinitionCacheEntry.class - [JAR]

org.flowable.app.engine.test

├─ org.flowable.app.engine.test.AppDeployment.class - [JAR]

├─ org.flowable.app.engine.test.FlowableAppRule.class - [JAR]

├─ org.flowable.app.engine.test.FlowableAppTestCase.class - [JAR]

org.flowable.app.engine.impl.util

├─ org.flowable.app.engine.impl.util.CommandContextUtil.class - [JAR]

Advertisement

Dependencies from Group

Aug 18, 2023
68 usages
6.5k stars
Aug 18, 2023
43 usages
6.5k stars
Aug 18, 2023
39 usages
6.5k stars
Aug 18, 2023
27 usages
6.5k stars
Dec 22, 2022
23 usages
6.5k stars

Discover Dependencies

May 26, 2020
9 usages
Oct 09, 2021
9 usages
1.2k stars
May 30, 2023
6 usages
3 stars
Aug 11, 2022
9 usages
12.4k stars
Sep 26, 2022
8 usages
1 stars
Mar 04, 2022
7 usages
Mar 16, 2023
7 usages
3 stars
Jun 16, 2018
6 usages
Jun 20, 2018
6 usages
708 stars
Jun 20, 2018
6 usages
708 stars