Uses of Interface
org.flowable.cmmn.engine.impl.persistence.entity.CmmnDeploymentEntity
Packages that use CmmnDeploymentEntity
Package
Description
-
Uses of CmmnDeploymentEntity in org.flowable.cmmn.engine.impl.cmd
Methods in org.flowable.cmmn.engine.impl.cmd with parameters of type CmmnDeploymentEntityModifier and TypeMethodDescriptionprotected booleanDeployCmd.deploymentsDiffer(CmmnDeploymentEntity deployment, CmmnDeploymentEntity saved) -
Uses of CmmnDeploymentEntity in org.flowable.cmmn.engine.impl.persistence.entity
Classes in org.flowable.cmmn.engine.impl.persistence.entity that implement CmmnDeploymentEntityMethods in org.flowable.cmmn.engine.impl.persistence.entity that return CmmnDeploymentEntityModifier and TypeMethodDescriptionCmmnDeploymentEntityManager.findLatestDeploymentByName(String deploymentName) CmmnDeploymentEntityManagerImpl.findLatestDeploymentByName(String deploymentName) Methods in org.flowable.cmmn.engine.impl.persistence.entity with parameters of type CmmnDeploymentEntityModifier and TypeMethodDescriptionvoidCmmnDeploymentEntityManagerImpl.insert(CmmnDeploymentEntity deployment) -
Uses of CmmnDeploymentEntity in org.flowable.cmmn.engine.impl.persistence.entity.data
Methods in org.flowable.cmmn.engine.impl.persistence.entity.data that return CmmnDeploymentEntityModifier and TypeMethodDescriptionCmmnDeploymentDataManager.findLatestDeploymentByName(String deploymentName) -
Uses of CmmnDeploymentEntity in org.flowable.cmmn.engine.impl.persistence.entity.data.impl
Methods in org.flowable.cmmn.engine.impl.persistence.entity.data.impl that return CmmnDeploymentEntityModifier and TypeMethodDescriptionMybatisCmmnDeploymentDataManager.create()MybatisCmmnDeploymentDataManager.findLatestDeploymentByName(String deploymentName) Methods in org.flowable.cmmn.engine.impl.persistence.entity.data.impl that return types with arguments of type CmmnDeploymentEntityModifier and TypeMethodDescriptionClass<? extends CmmnDeploymentEntity>MybatisCmmnDeploymentDataManager.getManagedEntityClass() -
Uses of CmmnDeploymentEntity in org.flowable.cmmn.engine.impl.repository
Fields in org.flowable.cmmn.engine.impl.repository declared as CmmnDeploymentEntityModifier and TypeFieldDescriptionprotected CmmnDeploymentEntityCmmnDeploymentBuilderImpl.deploymentMethods in org.flowable.cmmn.engine.impl.repository that return CmmnDeploymentEntity