Class ContentManagementServiceImpl
java.lang.Object
org.flowable.common.engine.impl.service.CommonServiceImpl<ContentEngineConfiguration>
org.flowable.common.engine.impl.service.CommonEngineServiceImpl<ContentEngineConfiguration>
com.flowable.content.engine.impl.ContentManagementServiceImpl
- All Implemented Interfaces:
CoreContentManagementService, org.flowable.content.api.ContentManagementService
public class ContentManagementServiceImpl
extends org.flowable.common.engine.impl.service.CommonEngineServiceImpl<ContentEngineConfiguration>
implements CoreContentManagementService
- Author:
- Tijs Rademakers
-
Field Summary
Fields inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl
commandExecutorFields inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
configuration -
Constructor Summary
ConstructorsConstructorDescriptionContentManagementServiceImpl(ContentEngineConfiguration engineConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionorg.flowable.batch.api.BatchPartBuildercreateBatchPartBuilder(org.flowable.batch.api.Batch batch) org.flowable.batch.api.BatchQueryorg.flowable.common.engine.api.tenant.ChangeTenantIdBuildercreateChangeTenantIdBuilder(String fromTenantId, String toTenantId) org.flowable.common.engine.api.management.TablePageQueryorg.flowable.job.api.TimerJobQueryvoiddeleteTimerJob(String jobId) org.flowable.common.engine.api.management.TableMetaDatagetTableMetaData(String tableName) getTableName(Class<?> entityClass) voidMethods inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl
getCommandExecutor, setCommandExecutorMethods inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
getConfiguration
-
Constructor Details
-
ContentManagementServiceImpl
-
-
Method Details
-
getTableCount
-
getTableName
-
getTableMetaData
- Specified by:
getTableMetaDatain interfaceorg.flowable.content.api.ContentManagementService
-
createTablePageQuery
public org.flowable.common.engine.api.management.TablePageQuery createTablePageQuery()- Specified by:
createTablePageQueryin interfaceorg.flowable.content.api.ContentManagementService
-
createChangeTenantIdBuilder
-
createBatchQuery
public org.flowable.batch.api.BatchQuery createBatchQuery()- Specified by:
createBatchQueryin interfaceCoreContentManagementService
-
createBatchPartBuilder
public org.flowable.batch.api.BatchPartBuilder createBatchPartBuilder(org.flowable.batch.api.Batch batch) - Specified by:
createBatchPartBuilderin interfaceCoreContentManagementService
-
createTimerJobQuery
public org.flowable.job.api.TimerJobQuery createTimerJobQuery()- Specified by:
createTimerJobQueryin interfaceCoreContentManagementService
-
deleteTimerJob
- Specified by:
deleteTimerJobin interfaceCoreContentManagementService
-
handleProvisionalContentCleanupTimerJob
public void handleProvisionalContentCleanupTimerJob()- Specified by:
handleProvisionalContentCleanupTimerJobin interfaceCoreContentManagementService
-