Uses of Interface
com.flowable.dataobject.api.repository.DataObjectDeployment
Packages that use DataObjectDeployment
Package
Description
-
Uses of DataObjectDeployment in com.flowable.dataobject.api.repository
Methods in com.flowable.dataobject.api.repository that return DataObjectDeploymentModifier and TypeMethodDescriptionDataObjectDeploymentBuilder.deploy()Deploys all provided sources to the Data Object engine. -
Uses of DataObjectDeployment in com.flowable.dataobject.engine.impl.cmd
Methods in com.flowable.dataobject.engine.impl.cmd that return DataObjectDeployment -
Uses of DataObjectDeployment in com.flowable.dataobject.engine.impl.persistence.entity
Subinterfaces of DataObjectDeployment in com.flowable.dataobject.engine.impl.persistence.entityClasses in com.flowable.dataobject.engine.impl.persistence.entity that implement DataObjectDeploymentMethods in com.flowable.dataobject.engine.impl.persistence.entity that return types with arguments of type DataObjectDeploymentModifier and TypeMethodDescriptionDataObjectDeploymentEntityManager.findDeploymentsByNativeQuery(Map<String, Object> parameterMap) DataObjectDeploymentEntityManagerImpl.findDeploymentsByNativeQuery(Map<String, Object> parameterMap) DataObjectDeploymentEntityManager.findDeploymentsByQueryCriteria(DataObjectDeploymentQueryImpl deploymentQuery) DataObjectDeploymentEntityManagerImpl.findDeploymentsByQueryCriteria(DataObjectDeploymentQueryImpl deploymentQuery) -
Uses of DataObjectDeployment in com.flowable.dataobject.engine.impl.persistence.entity.data
Methods in com.flowable.dataobject.engine.impl.persistence.entity.data that return types with arguments of type DataObjectDeploymentModifier and TypeMethodDescriptionDataObjectDeploymentDataManager.findDeploymentsByNativeQuery(Map<String, Object> parameterMap) DataObjectDeploymentDataManager.findDeploymentsByQueryCriteria(DataObjectDeploymentQueryImpl deploymentQuery) -
Uses of DataObjectDeployment in com.flowable.dataobject.engine.impl.persistence.entity.data.impl
Methods in com.flowable.dataobject.engine.impl.persistence.entity.data.impl that return types with arguments of type DataObjectDeploymentModifier and TypeMethodDescriptionMybatisDataObjectDeploymentDataManager.findDeploymentsByNativeQuery(Map<String, Object> parameterMap) MybatisDataObjectDeploymentDataManager.findDeploymentsByQueryCriteria(DataObjectDeploymentQueryImpl deploymentQuery) -
Uses of DataObjectDeployment in com.flowable.dataobject.engine.impl.repository
Methods in com.flowable.dataobject.engine.impl.repository that return DataObjectDeploymentModifier and TypeMethodDescriptionDataObjectDeploymentBuilderImpl.deploy()DataObjectRepositoryServiceImpl.deploy(DataObjectDeploymentBuilderImpl deploymentBuilder) DataObjectDeploymentBuilderImpl.getDeployment()Methods in com.flowable.dataobject.engine.impl.repository that return types with arguments of type DataObjectDeploymentModifier and TypeMethodDescriptionDataObjectDeploymentQueryImpl.executeList(CommandContext commandContext) -
Uses of DataObjectDeployment in com.flowable.dataobject.engine.test
Fields in com.flowable.dataobject.engine.test with type parameters of type DataObjectDeploymentModifier and TypeFieldDescriptionprotected final List<DataObjectDeployment>DataObjectTestHelper.classDataObjectDeploymentsprotected final List<DataObjectDeployment>DataObjectTestHelper.methodDataObjectDeploymentsMethods in com.flowable.dataobject.engine.test that return DataObjectDeploymentMethods in com.flowable.dataobject.engine.test that return types with arguments of type DataObjectDeploymentModifier and TypeMethodDescriptionDataObjectTestHelper.getClassDataObjectDeployments()DataObjectTestHelper.getMethodDataObjectDeployments()