Class ConfluenceReferenceFixerScriptService
- java.lang.Object
-
- com.xwiki.confluencepro.referencefixer.script.ConfluenceReferenceFixerScriptService
-
- All Implemented Interfaces:
org.xwiki.script.service.ScriptService
@Component @Named("confluencepro.referencefixer") @Singleton public class ConfluenceReferenceFixerScriptService extends Object implements org.xwiki.script.service.ScriptServiceConfluence Migrator Pro Reference Fixer.- Since:
- 1.29.0
- Version:
- $Id$
-
-
Constructor Summary
Constructors Constructor Description ConfluenceReferenceFixerScriptService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.xwiki.job.JobcreateAndRunReferenceFixingJob(com.xpn.xwiki.api.Document statusDocument)Fix links in the migrated documents specified by the parameters.List<String>getReferenceFixingJobId(org.xwiki.model.reference.EntityReference statusDocument)
-
-
-
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
-
-