Class ConfluenceReferenceFixerScriptService

  • All Implemented Interfaces:
    org.xwiki.script.service.ScriptService

    @Component
    @Named("confluencepro.referencefixer")
    @Singleton
    public class ConfluenceReferenceFixerScriptService
    extends Object
    implements org.xwiki.script.service.ScriptService
    Confluence Migrator Pro Reference Fixer.
    Since:
    1.29.0
    Version:
    $Id$
    • Constructor Detail

      • ConfluenceReferenceFixerScriptService

        public ConfluenceReferenceFixerScriptService()
    • Method Detail

      • createAndRunReferenceFixingJob

        public org.xwiki.job.Job createAndRunReferenceFixingJob​(com.xpn.xwiki.api.Document statusDocument)
        Fix links in the migrated documents specified by the parameters.
        Parameters:
        statusDocument - the confluence reference fixing session status document
        Returns:
        the Job in which links are fixed
      • getReferenceFixingJobId

        public List<String> getReferenceFixingJobId​(org.xwiki.model.reference.EntityReference statusDocument)
        Parameters:
        statusDocument - the reference fixing status document
        Returns:
        the job id corresponding to the reference fixing status document