Uses of Interface
com.flowable.app.engine.impl.persistence.entity.AppDeploymentEntity
Packages that use AppDeploymentEntity
Package
Description
-
Uses of AppDeploymentEntity in com.flowable.app.engine.impl.cmd
Methods in com.flowable.app.engine.impl.cmd with parameters of type AppDeploymentEntityModifier and TypeMethodDescriptionprotected booleanDeployCmd.deploymentsDiffer(AppDeploymentEntity deployment, AppDeploymentEntity saved) -
Uses of AppDeploymentEntity in com.flowable.app.engine.impl.deployer
Methods in com.flowable.app.engine.impl.deployer with parameters of type AppDeploymentEntityModifier and TypeMethodDescriptionprotected AppDefinitionEntityAppDeployer.createNewAppDefinition(String resourceName, CoreAppModel appResourceModel, AppDeploymentEntity deployment, AppEngineConfiguration appEngineConfiguration) protected voidAppDeployer.updateCachingAndArtifacts(AppDefinitionEntity appDefinition, CoreAppModel appResourceModel, AppDeploymentEntity deployment) -
Uses of AppDeploymentEntity in com.flowable.app.engine.impl.persistence.entity
Classes in com.flowable.app.engine.impl.persistence.entity that implement AppDeploymentEntityMethods in com.flowable.app.engine.impl.persistence.entity that return AppDeploymentEntityModifier and TypeMethodDescriptionAppDeploymentEntityManager.findLatestDeploymentByName(String deploymentName) AppDeploymentEntityManagerImpl.findLatestDeploymentByName(String deploymentName) Methods in com.flowable.app.engine.impl.persistence.entity with parameters of type AppDeploymentEntityModifier and TypeMethodDescriptionvoidAppDeploymentEntityManagerImpl.insert(AppDeploymentEntity deployment) -
Uses of AppDeploymentEntity in com.flowable.app.engine.impl.persistence.entity.data
Methods in com.flowable.app.engine.impl.persistence.entity.data that return AppDeploymentEntityModifier and TypeMethodDescriptionAppDeploymentDataManager.findLatestDeploymentByName(String deploymentName) -
Uses of AppDeploymentEntity in com.flowable.app.engine.impl.persistence.entity.data.impl
Methods in com.flowable.app.engine.impl.persistence.entity.data.impl that return AppDeploymentEntityModifier and TypeMethodDescriptionMybatisAppDeploymentDataManager.create()MybatisAppDeploymentDataManager.findLatestDeploymentByName(String deploymentName) Methods in com.flowable.app.engine.impl.persistence.entity.data.impl that return types with arguments of type AppDeploymentEntityModifier and TypeMethodDescriptionClass<? extends AppDeploymentEntity>MybatisAppDeploymentDataManager.getManagedEntityClass() -
Uses of AppDeploymentEntity in com.flowable.app.engine.impl.repository
Fields in com.flowable.app.engine.impl.repository declared as AppDeploymentEntityModifier and TypeFieldDescriptionprotected AppDeploymentEntityAppDeploymentBuilderImpl.deploymentMethods in com.flowable.app.engine.impl.repository that return AppDeploymentEntity