Uses of Interface
com.flowable.content.engine.impl.persistence.entity.DocumentDeploymentEntity
Packages that use DocumentDeploymentEntity
Package
Description
-
Uses of DocumentDeploymentEntity in com.flowable.content.engine.impl.cmd
Methods in com.flowable.content.engine.impl.cmd with parameters of type DocumentDeploymentEntityModifier and TypeMethodDescriptionprotected booleanDeployCmd.deploymentsDiffer(DocumentDeploymentEntity deployment, DocumentDeploymentEntity saved) -
Uses of DocumentDeploymentEntity in com.flowable.content.engine.impl.deployer
Methods in com.flowable.content.engine.impl.deployer with parameters of type DocumentDeploymentEntityModifier and TypeMethodDescriptionprotected voidDocumentDefinitionDeployer.updateCachingAndArtifacts(DocumentDefinitionEntity documentDefinition, DocumentDefinitionModel documentResourceModel, DocumentDeploymentEntity deployment) -
Uses of DocumentDeploymentEntity in com.flowable.content.engine.impl.persistence.entity
Classes in com.flowable.content.engine.impl.persistence.entity that implement DocumentDeploymentEntityMethods in com.flowable.content.engine.impl.persistence.entity with parameters of type DocumentDeploymentEntityModifier and TypeMethodDescriptionvoidDocumentDeploymentEntityManagerImpl.insert(DocumentDeploymentEntity deployment) voidDocumentDeploymentEntityManagerImpl.insert(DocumentDeploymentEntity deployment, boolean fireEvent) -
Uses of DocumentDeploymentEntity in com.flowable.content.engine.impl.persistence.entity.data.impl
Methods in com.flowable.content.engine.impl.persistence.entity.data.impl that return DocumentDeploymentEntityMethods in com.flowable.content.engine.impl.persistence.entity.data.impl that return types with arguments of type DocumentDeploymentEntityModifier and TypeMethodDescriptionClass<? extends DocumentDeploymentEntity>MybatisDocumentDeploymentDataManager.getManagedEntityClass() -
Uses of DocumentDeploymentEntity in com.flowable.content.engine.impl.repository
Fields in com.flowable.content.engine.impl.repository declared as DocumentDeploymentEntityModifier and TypeFieldDescriptionprotected DocumentDeploymentEntityDocumentDeploymentBuilderImpl.deployment