Class MigrationServiceImpl
- java.lang.Object
-
- org.flowable.common.engine.impl.service.CommonServiceImpl<C>
-
- org.flowable.common.engine.impl.service.CommonEngineServiceImpl<PlatformEngineConfiguration>
-
- com.flowable.platform.engine.impl.migration.MigrationServiceImpl
-
- All Implemented Interfaces:
MigrationService
public class MigrationServiceImpl extends CommonEngineServiceImpl<PlatformEngineConfiguration> implements MigrationService
-
-
Field Summary
-
Fields inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl
commandExecutor
-
Fields inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
configuration
-
-
Constructor Summary
Constructors Constructor Description MigrationServiceImpl(PlatformEngineConfiguration platformEngineConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
migrateSubFolderItemScopeInfo()
-
Methods inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl
getCommandExecutor, setCommandExecutor
-
Methods inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
getConfiguration
-
-
-
-
Constructor Detail
-
MigrationServiceImpl
public MigrationServiceImpl(PlatformEngineConfiguration platformEngineConfiguration)
-
-
Method Detail
-
migrateSubFolderItemScopeInfo
public void migrateSubFolderItemScopeInfo()
- Specified by:
migrateSubFolderItemScopeInfo
in interfaceMigrationService
-
-