Uses of Interface
com.flowable.core.content.api.DocumentDeployment
-
-
Uses of DocumentDeployment in com.flowable.content.engine.impl.cmd
Methods in com.flowable.content.engine.impl.cmd that return DocumentDeployment Modifier and Type Method Description DocumentDeployment
DeployCmd. execute(CommandContext commandContext)
-
Uses of DocumentDeployment in com.flowable.content.engine.impl.persistence.entity
Subinterfaces of DocumentDeployment in com.flowable.content.engine.impl.persistence.entity Modifier and Type Interface Description interface
DocumentDeploymentEntity
Classes in com.flowable.content.engine.impl.persistence.entity that implement DocumentDeployment Modifier and Type Class Description class
DocumentDeploymentEntityImpl
Methods in com.flowable.content.engine.impl.persistence.entity that return types with arguments of type DocumentDeployment Modifier and Type Method Description List<DocumentDeployment>
DocumentDeploymentEntityManager. findDeploymentsByNativeQuery(Map<String,Object> parameterMap)
List<DocumentDeployment>
DocumentDeploymentEntityManagerImpl. findDeploymentsByNativeQuery(Map<String,Object> parameterMap)
List<DocumentDeployment>
DocumentDeploymentEntityManager. findDeploymentsByQueryCriteria(DocumentDeploymentQueryImpl deploymentQuery)
List<DocumentDeployment>
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 DocumentDeployment Modifier and Type Method Description List<DocumentDeployment>
DocumentDeploymentDataManager. findDeploymentsByNativeQuery(Map<String,Object> parameterMap)
List<DocumentDeployment>
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 DocumentDeployment Modifier and Type Method Description List<DocumentDeployment>
MybatisDocumentDeploymentDataManager. findDeploymentsByNativeQuery(Map<String,Object> parameterMap)
List<DocumentDeployment>
MybatisDocumentDeploymentDataManager. findDeploymentsByQueryCriteria(DocumentDeploymentQueryImpl deploymentQuery)
-
Uses of DocumentDeployment in com.flowable.content.engine.impl.repository
Methods in com.flowable.content.engine.impl.repository that return DocumentDeployment Modifier and Type Method Description DocumentDeployment
DocumentDeploymentBuilderImpl. deploy()
DocumentDeployment
DocumentRepositoryServiceImpl. deploy(DocumentDeploymentBuilderImpl deploymentBuilder)
DocumentDeployment
DocumentDeploymentBuilderImpl. getDeployment()
Methods in com.flowable.content.engine.impl.repository that return types with arguments of type DocumentDeployment Modifier and Type Method Description List<DocumentDeployment>
DocumentDeploymentQueryImpl. executeList(CommandContext commandContext)
-
Uses of DocumentDeployment in com.flowable.content.engine.test
Methods in com.flowable.content.engine.test that return DocumentDeployment Modifier and Type Method Description DocumentDeployment
FlowableContentTestHelper. deploy(Class<?> testClass, Method method, DocumentDeployment deployment)
protected DocumentDeployment
FlowableContentTestHelper. deploy(String[] resources, String deploymentName, String tenantId)
-
Uses of DocumentDeployment in com.flowable.core.content.api
Methods in com.flowable.core.content.api that return DocumentDeployment Modifier and Type Method Description DocumentDeployment
DocumentDeploymentBuilder. deploy()
Deploys all provided sources to the CMMN engine.
-