Uses of Interface
com.flowable.dataobject.engine.impl.persistence.entity.DataObjectDeploymentEntity
Packages that use DataObjectDeploymentEntity
Package
Description
- 
Uses of DataObjectDeploymentEntity in com.flowable.dataobject.engine.impl.cmd
Methods in com.flowable.dataobject.engine.impl.cmd with parameters of type DataObjectDeploymentEntityModifier and TypeMethodDescriptionprotected booleanDeployCmd.deploymentsDiffer(DataObjectDeploymentEntity deployment, DataObjectDeploymentEntity saved)  - 
Uses of DataObjectDeploymentEntity in com.flowable.dataobject.engine.impl.deployer
Methods in com.flowable.dataobject.engine.impl.deployer with parameters of type DataObjectDeploymentEntityModifier and TypeMethodDescriptionprotected voidDataObjectDefinitionDeployer.updateCachingAndArtifacts(DataObjectDefinitionEntity dataObjectDefinition, DataObjectModel model, DataObjectDeploymentEntity deployment)  - 
Uses of DataObjectDeploymentEntity in com.flowable.dataobject.engine.impl.persistence.entity
Classes in com.flowable.dataobject.engine.impl.persistence.entity that implement DataObjectDeploymentEntityMethods in com.flowable.dataobject.engine.impl.persistence.entity with parameters of type DataObjectDeploymentEntityModifier and TypeMethodDescriptionvoidDataObjectDeploymentEntityManagerImpl.delete(DataObjectDeploymentEntity entity, boolean cascade) voidDataObjectDeploymentEntityManagerImpl.insert(DataObjectDeploymentEntity deployment) voidDataObjectDeploymentEntityManagerImpl.insert(DataObjectDeploymentEntity deployment, boolean fireEvent)  - 
Uses of DataObjectDeploymentEntity in com.flowable.dataobject.engine.impl.persistence.entity.data.impl
Methods in com.flowable.dataobject.engine.impl.persistence.entity.data.impl that return DataObjectDeploymentEntityMethods in com.flowable.dataobject.engine.impl.persistence.entity.data.impl that return types with arguments of type DataObjectDeploymentEntityModifier and TypeMethodDescriptionClass<? extends DataObjectDeploymentEntity>MybatisDataObjectDeploymentDataManager.getManagedEntityClass() - 
Uses of DataObjectDeploymentEntity in com.flowable.dataobject.engine.impl.repository
Fields in com.flowable.dataobject.engine.impl.repository declared as DataObjectDeploymentEntityModifier and TypeFieldDescriptionprotected DataObjectDeploymentEntityDataObjectDeploymentBuilderImpl.deployment