Class ConfluenceDiagramConverterScriptService

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

    @Component
    @Named("confluencepro.diagramconversion")
    @Singleton
    public class ConfluenceDiagramConverterScriptService
    extends Object
    implements org.xwiki.script.service.ScriptService
    Confluence Migrator Pro Diagram Converter.
    Since:
    1.33.0
    Version:
    $Id$
    • Constructor Detail

      • ConfluenceDiagramConverterScriptService

        public ConfluenceDiagramConverterScriptService()
    • 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
      • getDiagramConversionJobId

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