Uses of Interface
org.flowable.batch.service.impl.persistence.entity.BatchPartEntity
Packages that use BatchPartEntity
Package
Description
-
Uses of BatchPartEntity in org.flowable.batch.service.impl
Methods in org.flowable.batch.service.impl that return BatchPartEntity -
Uses of BatchPartEntity in org.flowable.batch.service.impl.persistence.entity
Classes in org.flowable.batch.service.impl.persistence.entity that implement BatchPartEntityMethods in org.flowable.batch.service.impl.persistence.entity that return BatchPartEntityModifier and TypeMethodDescriptionBatchPartEntityManager.completeBatchPart
(String batchPartId, String status, String resultJson) BatchPartEntityManagerImpl.completeBatchPart
(String batchPartId, String status, String resultJson) BatchPartEntityManager.createBatchPart
(BatchEntity parentBatch, String status, String scopeId, String subScopeId, String scopeType) BatchPartEntityManagerImpl.createBatchPart
(BatchEntity parentBatch, String status, String scopeId, String subScopeId, String scopeType) Methods in org.flowable.batch.service.impl.persistence.entity with parameters of type BatchPartEntityModifier and TypeMethodDescriptionvoid
BatchPartEntityManager.deleteBatchPartEntityAndResources
(BatchPartEntity batchPartEntity) void
BatchPartEntityManagerImpl.deleteBatchPartEntityAndResources
(BatchPartEntity batchPartEntity) -
Uses of BatchPartEntity in org.flowable.batch.service.impl.persistence.entity.data.impl
Methods in org.flowable.batch.service.impl.persistence.entity.data.impl that return BatchPartEntityMethods in org.flowable.batch.service.impl.persistence.entity.data.impl that return types with arguments of type BatchPartEntityModifier and TypeMethodDescriptionClass<? extends BatchPartEntity>
MybatisBatchPartDataManager.getManagedEntityClass()