Package com.xwiki.confluencepro.script
Class ConfluenceDiagramConverterScriptService
- java.lang.Object
-
- com.xwiki.confluencepro.script.ConfluenceDiagramConverterScriptService
-
- All Implemented Interfaces:
org.xwiki.script.service.ScriptService
@Component @Named("confluencepro.diagramconversion") @Singleton public class ConfluenceDiagramConverterScriptService extends Object implements org.xwiki.script.service.ScriptServiceConfluence Migrator Pro Diagram Converter.- Since:
- 1.33.0
- Version:
- $Id$
-
-
Constructor Summary
Constructors Constructor Description ConfluenceDiagramConverterScriptService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.xwiki.job.JobcreateAndRunDiagramConversionJob(com.xpn.xwiki.api.Document statusDocument)Fix links in the migrated documents specified by the parameters.List<String>getDiagramConversionJobId(org.xwiki.model.reference.EntityReference statusDocument)
-
-
-
Method Detail
-
createAndRunDiagramConversionJob
public org.xwiki.job.Job createAndRunDiagramConversionJob(com.xpn.xwiki.api.Document statusDocument)
Fix links in the migrated documents specified by the parameters.- Parameters:
statusDocument- the confluence diagram conversion status document- Returns:
- the Job in which diagrams are converted
-
-