Class ConfluenceMigrationJobRequest

  • All Implemented Interfaces:
    Serializable, org.xwiki.job.Request

    public class ConfluenceMigrationJobRequest
    extends org.xwiki.job.AbstractRequest
    The request used to configure the confluence migration job.
    Since:
    1.0
    Version:
    $Id$
    See Also:
    Serialized Form
    • Method Detail

      • getJobId

        public static List<String> getJobId​(org.xwiki.model.reference.DocumentReference statusDocumentReference)
        Parameters:
        statusDocumentReference - the migration document for which to get the job id
        Returns:
        the job id of a migration document
      • getConfluencePackage

        public InputStream getConfluencePackage()
        Returns:
        the InputStream of the confluence package that will be used for the migration.
      • getStatusDocumentReference

        public org.xwiki.model.reference.DocumentReference getStatusDocumentReference()
        Returns:
        the reference to the document where this job was started.
      • getInputProperties

        public Map<String,​Object> getInputProperties()
        Returns:
        the input properties for the confluence filter stream.
      • getOutputProperties

        public Map<String,​Object> getOutputProperties()
        Returns:
        the output properties for the instance filter stream.