Uses of Interface
org.flowable.app.engine.impl.persistence.entity.AppDeploymentEntity
Packages that use AppDeploymentEntity
Package
Description
-
Uses of AppDeploymentEntity in org.flowable.app.engine.impl.cmd
Methods in org.flowable.app.engine.impl.cmd with parameters of type AppDeploymentEntityModifier and TypeMethodDescriptionprotected booleanDeployCmd.deploymentsDiffer(AppDeploymentEntity deployment, AppDeploymentEntity saved) -
Uses of AppDeploymentEntity in org.flowable.app.engine.impl.deployer
Methods in org.flowable.app.engine.impl.deployer with parameters of type AppDeploymentEntityModifier and TypeMethodDescriptionprotected voidAppDeployer.updateCachingAndArtifacts(AppDefinitionEntity appDefinition, AppModel appResourceModel, AppDeploymentEntity deployment) -
Uses of AppDeploymentEntity in org.flowable.app.engine.impl.persistence.entity
Classes in org.flowable.app.engine.impl.persistence.entity that implement AppDeploymentEntityMethods in org.flowable.app.engine.impl.persistence.entity that return AppDeploymentEntityModifier and TypeMethodDescriptionAppDeploymentEntityManager.findLatestDeploymentByName(String deploymentName) AppDeploymentEntityManagerImpl.findLatestDeploymentByName(String deploymentName) Methods in org.flowable.app.engine.impl.persistence.entity with parameters of type AppDeploymentEntityModifier and TypeMethodDescriptionvoidAppDeploymentEntityManagerImpl.insert(AppDeploymentEntity deployment) -
Uses of AppDeploymentEntity in org.flowable.app.engine.impl.persistence.entity.data
Methods in org.flowable.app.engine.impl.persistence.entity.data that return AppDeploymentEntityModifier and TypeMethodDescriptionAppDeploymentDataManager.findLatestDeploymentByName(String deploymentName) -
Uses of AppDeploymentEntity in org.flowable.app.engine.impl.persistence.entity.data.impl
Methods in org.flowable.app.engine.impl.persistence.entity.data.impl that return AppDeploymentEntityModifier and TypeMethodDescriptionMybatisAppDeploymentDataManager.create()MybatisAppDeploymentDataManager.findLatestDeploymentByName(String deploymentName) Methods in org.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 org.flowable.app.engine.impl.repository
Fields in org.flowable.app.engine.impl.repository declared as AppDeploymentEntityModifier and TypeFieldDescriptionprotected AppDeploymentEntityAppDeploymentBuilderImpl.deploymentMethods in org.flowable.app.engine.impl.repository that return AppDeploymentEntity