jar

org.ow2.petals.flowable : flowable-form-engine

Maven & Gradle

Oct 12, 2021
3 usages
1 stars

Flowable - Form Engine

Table Of Contents

Latest Version

Download org.ow2.petals.flowable : flowable-form-engine JAR file - Latest Versions:

All Versions

Download org.ow2.petals.flowable : flowable-form-engine JAR file - All Versions:

Version Vulnerabilities Size Updated
6.4.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-form-engine-6.4.2-PETALS-0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.flowable.form.engine.impl.io

├─ org.flowable.form.engine.impl.io.ResourceStreamSource.class - [JAR]

org.flowable.form.engine.impl

├─ org.flowable.form.engine.impl.DeploymentQueryProperty.class - [JAR]

├─ org.flowable.form.engine.impl.FormDefinitionQueryImpl.class - [JAR]

├─ org.flowable.form.engine.impl.FormDeploymentQueryImpl.class - [JAR]

├─ org.flowable.form.engine.impl.FormEngineImpl.class - [JAR]

├─ org.flowable.form.engine.impl.FormInstanceQueryImpl.class - [JAR]

├─ org.flowable.form.engine.impl.FormInstanceQueryProperty.class - [JAR]

├─ org.flowable.form.engine.impl.FormManagementServiceImpl.class - [JAR]

├─ org.flowable.form.engine.impl.FormQueryProperty.class - [JAR]

├─ org.flowable.form.engine.impl.FormRepositoryServiceImpl.class - [JAR]

├─ org.flowable.form.engine.impl.FormServiceImpl.class - [JAR]

├─ org.flowable.form.engine.impl.NativeFormDefinitionQueryImpl.class - [JAR]

├─ org.flowable.form.engine.impl.NativeFormDeploymentQueryImpl.class - [JAR]

├─ org.flowable.form.engine.impl.TablePageQueryImpl.class - [JAR]

org.flowable.form.engine.impl.persistence.deploy

├─ org.flowable.form.engine.impl.persistence.deploy.Deployer.class - [JAR]

├─ org.flowable.form.engine.impl.persistence.deploy.DeploymentManager.class - [JAR]

├─ org.flowable.form.engine.impl.persistence.deploy.FormDefinitionCacheEntry.class - [JAR]

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

├─ org.flowable.form.engine.impl.persistence.entity.data.impl.MybatisFormDefinitionDataManager.class - [JAR]

├─ org.flowable.form.engine.impl.persistence.entity.data.impl.MybatisFormDeploymentDataManager.class - [JAR]

├─ org.flowable.form.engine.impl.persistence.entity.data.impl.MybatisFormInstanceDataManager.class - [JAR]

├─ org.flowable.form.engine.impl.persistence.entity.data.impl.MybatisFormResourceDataManager.class - [JAR]

org.flowable.form.engine.impl.test

├─ org.flowable.form.engine.impl.test.InternalFlowableFormExtension.class - [JAR]

org.flowable.form.engine

├─ org.flowable.form.engine.CustomExpressionFunctionRegistry.class - [JAR]

├─ org.flowable.form.engine.FlowableFormValidationException.class - [JAR]

├─ org.flowable.form.engine.FormEngine.class - [JAR]

├─ org.flowable.form.engine.FormEngineConfiguration.class - [JAR]

├─ org.flowable.form.engine.FormEngines.class - [JAR]

org.flowable.form.engine.impl.cfg

├─ org.flowable.form.engine.impl.cfg.StandaloneFormEngineConfiguration.class - [JAR]

├─ org.flowable.form.engine.impl.cfg.StandaloneInMemFormEngineConfiguration.class - [JAR]

org.flowable.form.engine.impl.persistence

├─ org.flowable.form.engine.impl.persistence.AbstractManager.class - [JAR]

├─ org.flowable.form.engine.impl.persistence.ResourceRefTypeHandler.class - [JAR]

org.flowable.form.engine.test

├─ org.flowable.form.engine.test.FlowableFormExtension.class - [JAR]

├─ org.flowable.form.engine.test.FlowableFormRule.class - [JAR]

├─ org.flowable.form.engine.test.FlowableFormTestHelper.class - [JAR]

├─ org.flowable.form.engine.test.FormConfigurationResource.class - [JAR]

├─ org.flowable.form.engine.test.FormDeploymentAnnotation.class - [JAR]

├─ org.flowable.form.engine.test.FormDeploymentId.class - [JAR]

├─ org.flowable.form.engine.test.FormTestHelper.class - [JAR]

org.flowable.form.engine.impl.parser

├─ org.flowable.form.engine.impl.parser.FormDefinitionParse.class - [JAR]

├─ org.flowable.form.engine.impl.parser.FormDefinitionParseFactory.class - [JAR]

org.flowable.form.engine.impl.cmd

├─ org.flowable.form.engine.impl.cmd.AbstractGetFormInstanceModelCmd.class - [JAR]

├─ org.flowable.form.engine.impl.cmd.AbstractSaveFormInstanceCmd.class - [JAR]

├─ org.flowable.form.engine.impl.cmd.CreateFormInstanceCmd.class - [JAR]

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

├─ org.flowable.form.engine.impl.cmd.DeleteFormInstanceCmd.class - [JAR]

├─ org.flowable.form.engine.impl.cmd.DeleteFormInstancesByFormDefinitionCmd.class - [JAR]

├─ org.flowable.form.engine.impl.cmd.DeleteFormInstancesByProcessDefinitionCmd.class - [JAR]

├─ org.flowable.form.engine.impl.cmd.DeleteFormInstancesByScopeDefinitionCmd.class - [JAR]

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

├─ org.flowable.form.engine.impl.cmd.ExecuteCustomSqlCmd.class - [JAR]

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

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

├─ org.flowable.form.engine.impl.cmd.GetFormDefinitionCmd.class - [JAR]

├─ org.flowable.form.engine.impl.cmd.GetFormDefinitionResourceCmd.class - [JAR]

├─ org.flowable.form.engine.impl.cmd.GetFormInstanceByScopeModelCmd.class - [JAR]

├─ org.flowable.form.engine.impl.cmd.GetFormInstanceModelCmd.class - [JAR]

├─ org.flowable.form.engine.impl.cmd.GetFormInstanceValuesCmd.class - [JAR]

├─ org.flowable.form.engine.impl.cmd.GetFormModelCmd.class - [JAR]

├─ org.flowable.form.engine.impl.cmd.GetFormModelWithVariablesCmd.class - [JAR]

├─ org.flowable.form.engine.impl.cmd.GetTableCountCmd.class - [JAR]

├─ org.flowable.form.engine.impl.cmd.GetTableMetaDataCmd.class - [JAR]

├─ org.flowable.form.engine.impl.cmd.GetTableNameCmd.class - [JAR]

├─ org.flowable.form.engine.impl.cmd.GetVariablesFromFormSubmissionCmd.class - [JAR]

├─ org.flowable.form.engine.impl.cmd.SaveFormInstanceCmd.class - [JAR]

├─ org.flowable.form.engine.impl.cmd.SchemaOperationsFormEngineBuild.class - [JAR]

├─ org.flowable.form.engine.impl.cmd.SetDeploymentCategoryCmd.class - [JAR]

├─ org.flowable.form.engine.impl.cmd.SetDeploymentParentDeploymentIdCmd.class - [JAR]

├─ org.flowable.form.engine.impl.cmd.SetDeploymentTenantIdCmd.class - [JAR]

├─ org.flowable.form.engine.impl.cmd.SetFormDefinitionCategoryCmd.class - [JAR]

org.flowable.form.engine.impl.persistence.entity

├─ org.flowable.form.engine.impl.persistence.entity.AbstractEntityManager.class - [JAR]

├─ org.flowable.form.engine.impl.persistence.entity.AbstractFormEngineNoRevisionEntity.class - [JAR]

├─ org.flowable.form.engine.impl.persistence.entity.FormDefinitionEntity.class - [JAR]

├─ org.flowable.form.engine.impl.persistence.entity.FormDefinitionEntityImpl.class - [JAR]

├─ org.flowable.form.engine.impl.persistence.entity.FormDefinitionEntityManager.class - [JAR]

├─ org.flowable.form.engine.impl.persistence.entity.FormDefinitionEntityManagerImpl.class - [JAR]

├─ org.flowable.form.engine.impl.persistence.entity.FormDeploymentEntity.class - [JAR]

├─ org.flowable.form.engine.impl.persistence.entity.FormDeploymentEntityImpl.class - [JAR]

├─ org.flowable.form.engine.impl.persistence.entity.FormDeploymentEntityManager.class - [JAR]

├─ org.flowable.form.engine.impl.persistence.entity.FormDeploymentEntityManagerImpl.class - [JAR]

├─ org.flowable.form.engine.impl.persistence.entity.FormEngineEntityConstants.class - [JAR]

├─ org.flowable.form.engine.impl.persistence.entity.FormInstanceEntity.class - [JAR]

├─ org.flowable.form.engine.impl.persistence.entity.FormInstanceEntityImpl.class - [JAR]

├─ org.flowable.form.engine.impl.persistence.entity.FormInstanceEntityManager.class - [JAR]

├─ org.flowable.form.engine.impl.persistence.entity.FormInstanceEntityManagerImpl.class - [JAR]

├─ org.flowable.form.engine.impl.persistence.entity.FormResourceEntity.class - [JAR]

├─ org.flowable.form.engine.impl.persistence.entity.FormResourceEntityImpl.class - [JAR]

├─ org.flowable.form.engine.impl.persistence.entity.FormResourceEntityManager.class - [JAR]

├─ org.flowable.form.engine.impl.persistence.entity.FormResourceEntityManagerImpl.class - [JAR]

├─ org.flowable.form.engine.impl.persistence.entity.ResourceRef.class - [JAR]

├─ org.flowable.form.engine.impl.persistence.entity.TableDataManager.class - [JAR]

├─ org.flowable.form.engine.impl.persistence.entity.TableDataManagerImpl.class - [JAR]

org.flowable.form.engine.impl.deployer

├─ org.flowable.form.engine.impl.deployer.CachingAndArtifactsManager.class - [JAR]

├─ org.flowable.form.engine.impl.deployer.FormDefinitionDeployer.class - [JAR]

├─ org.flowable.form.engine.impl.deployer.FormDefinitionDeploymentHelper.class - [JAR]

├─ org.flowable.form.engine.impl.deployer.ParsedDeployment.class - [JAR]

├─ org.flowable.form.engine.impl.deployer.ParsedDeploymentBuilder.class - [JAR]

├─ org.flowable.form.engine.impl.deployer.ParsedDeploymentBuilderFactory.class - [JAR]

org.flowable.form.engine.impl.util

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

├─ org.flowable.form.engine.impl.util.FormUtil.class - [JAR]

org.flowable.form.engine.impl.repository

├─ org.flowable.form.engine.impl.repository.FormDeploymentBuilderImpl.class - [JAR]

org.flowable.form.engine.impl.db

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

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

├─ org.flowable.form.engine.impl.db.FormDbSchemaManager.class - [JAR]

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

├─ org.flowable.form.engine.impl.persistence.entity.data.AbstractFormDataManager.class - [JAR]

├─ org.flowable.form.engine.impl.persistence.entity.data.FormDefinitionDataManager.class - [JAR]

├─ org.flowable.form.engine.impl.persistence.entity.data.FormDeploymentDataManager.class - [JAR]

├─ org.flowable.form.engine.impl.persistence.entity.data.FormInstanceDataManager.class - [JAR]

├─ org.flowable.form.engine.impl.persistence.entity.data.FormResourceDataManager.class - [JAR]

Advertisement

Dependencies from Group

Oct 12, 2021
33 usages
1 stars
Oct 12, 2021
18 usages
1 stars
Oct 12, 2021
12 usages
1 stars
Oct 12, 2021
10 usages
1 stars
Oct 12, 2021
10 usages
1 stars

Discover Dependencies

Feb 13, 2015
4 usages
140 stars
Mar 20, 2023
7 usages
552 stars
Mar 12, 2020
4 usages
99 stars
May 09, 2018
4 usages
27 stars
Jul 01, 2018
3 usages
363 stars
Apr 06, 2022
3 usages
May 17, 2021
10 usages
171 stars