Package org.xwiki.index.migration
Class R140300000XWIKI19614DataMigration
- java.lang.Object
-
- com.xpn.xwiki.store.migration.hibernate.AbstractHibernateDataMigration
-
- org.xwiki.internal.migration.AbstractDocumentsMigration
-
- org.xwiki.index.migration.R140300000XWIKI19614DataMigration
-
- All Implemented Interfaces:
DataMigration
,HibernateDataMigration
@Component @Singleton @Named("R140300000XWIKI19614") @Deprecated(since="14.8RC1") public class R140300000XWIKI19614DataMigration extends org.xwiki.internal.migration.AbstractDocumentsMigration
Deprecated.link storage and indexing moved to Solr (implemented in xwiki-platform-search-solr-api)Migrates the links by reindexing all the documents of the farm.- Since:
- 14.2RC1
- Version:
- $Id: 94727cb8b42352584b2e400863f7e797a682c11d $
-
-
Field Summary
Fields Modifier and Type Field Description static String
HINT
Deprecated.The hint for this component.-
Fields inherited from class org.xwiki.internal.migration.AbstractDocumentsMigration
documentReferenceResolver, logger
-
Fields inherited from class com.xpn.xwiki.store.migration.hibernate.AbstractHibernateDataMigration
componentManager, manager
-
-
Constructor Summary
Constructors Constructor Description R140300000XWIKI19614DataMigration()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getDescription()
Deprecated.String
getName()
Deprecated.protected String
getTaskType()
Deprecated.XWikiDBVersion
getVersion()
Deprecated.protected void
logBeforeQueuingTask(XWikiDocument document)
Deprecated.protected void
logBeforeQueuingTasks(List<XWikiDocument> documents)
Deprecated.protected List<String>
selectDocuments()
Deprecated.-
Methods inherited from class org.xwiki.internal.migration.AbstractDocumentsMigration
hibernateMigrate
-
Methods inherited from class com.xpn.xwiki.store.migration.hibernate.AbstractHibernateDataMigration
getCurrentDBVersion, getLiquibaseChangeLog, getPreHibernateLiquibaseChangeLog, getStore, getXWikiContext, migrate, shouldExecute
-
-
-
-
Field Detail
-
HINT
public static final String HINT
Deprecated.The hint for this component.- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
public String getName()
Deprecated.- Specified by:
getName
in interfaceDataMigration
- Overrides:
getName
in classAbstractHibernateDataMigration
-
getDescription
public String getDescription()
Deprecated.
-
getVersion
public XWikiDBVersion getVersion()
Deprecated.
-
getTaskType
protected String getTaskType()
Deprecated.- Specified by:
getTaskType
in classorg.xwiki.internal.migration.AbstractDocumentsMigration
-
selectDocuments
protected List<String> selectDocuments() throws DataMigrationException
Deprecated.- Specified by:
selectDocuments
in classorg.xwiki.internal.migration.AbstractDocumentsMigration
- Throws:
DataMigrationException
-
logBeforeQueuingTask
protected void logBeforeQueuingTask(XWikiDocument document)
Deprecated.- Overrides:
logBeforeQueuingTask
in classorg.xwiki.internal.migration.AbstractDocumentsMigration
-
logBeforeQueuingTasks
protected void logBeforeQueuingTasks(List<XWikiDocument> documents)
Deprecated.- Overrides:
logBeforeQueuingTasks
in classorg.xwiki.internal.migration.AbstractDocumentsMigration
-
-