Uses of Interface
com.flowable.core.content.api.DocumentDeployment
Packages that use DocumentDeployment
Package
Description
-
Uses of DocumentDeployment in com.flowable.content.engine.impl.cmd
Methods in com.flowable.content.engine.impl.cmd that return DocumentDeployment -
Uses of DocumentDeployment in com.flowable.content.engine.impl.persistence.entity
Subinterfaces of DocumentDeployment in com.flowable.content.engine.impl.persistence.entityClasses in com.flowable.content.engine.impl.persistence.entity that implement DocumentDeploymentMethods in com.flowable.content.engine.impl.persistence.entity that return types with arguments of type DocumentDeploymentModifier and TypeMethodDescriptionDocumentDeploymentEntityManager.findDeploymentsByNativeQuery
(Map<String, Object> parameterMap) DocumentDeploymentEntityManagerImpl.findDeploymentsByNativeQuery
(Map<String, Object> parameterMap) DocumentDeploymentEntityManager.findDeploymentsByQueryCriteria
(DocumentDeploymentQueryImpl deploymentQuery) DocumentDeploymentEntityManagerImpl.findDeploymentsByQueryCriteria
(DocumentDeploymentQueryImpl deploymentQuery) -
Uses of DocumentDeployment in com.flowable.content.engine.impl.persistence.entity.data
Methods in com.flowable.content.engine.impl.persistence.entity.data that return types with arguments of type DocumentDeploymentModifier and TypeMethodDescriptionDocumentDeploymentDataManager.findDeploymentsByNativeQuery
(Map<String, Object> parameterMap) DocumentDeploymentDataManager.findDeploymentsByQueryCriteria
(DocumentDeploymentQueryImpl deploymentQuery) -
Uses of DocumentDeployment in com.flowable.content.engine.impl.persistence.entity.data.impl
Methods in com.flowable.content.engine.impl.persistence.entity.data.impl that return types with arguments of type DocumentDeploymentModifier and TypeMethodDescriptionMybatisDocumentDeploymentDataManager.findDeploymentsByNativeQuery
(Map<String, Object> parameterMap) MybatisDocumentDeploymentDataManager.findDeploymentsByQueryCriteria
(DocumentDeploymentQueryImpl deploymentQuery) -
Uses of DocumentDeployment in com.flowable.content.engine.impl.repository
Methods in com.flowable.content.engine.impl.repository that return DocumentDeploymentModifier and TypeMethodDescriptionDocumentDeploymentBuilderImpl.deploy()
DocumentRepositoryServiceImpl.deploy
(DocumentDeploymentBuilderImpl deploymentBuilder) DocumentDeploymentBuilderImpl.getDeployment()
Methods in com.flowable.content.engine.impl.repository that return types with arguments of type DocumentDeploymentModifier and TypeMethodDescriptionDocumentDeploymentQueryImpl.executeList
(CommandContext commandContext) -
Uses of DocumentDeployment in com.flowable.content.engine.test
Methods in com.flowable.content.engine.test that return DocumentDeploymentModifier and TypeMethodDescriptionFlowableContentTestHelper.deploy
(Class<?> testClass, Method method, DocumentDeployment deployment) protected DocumentDeployment
-
Uses of DocumentDeployment in com.flowable.core.content.api
Methods in com.flowable.core.content.api that return DocumentDeploymentModifier and TypeMethodDescriptionDocumentDeploymentBuilder.deploy()
Deploys all provided sources to the CMMN engine.