Class WopiEdition


  • public class WopiEdition
    extends Object
    Represents the preparation of a wopi edition.

    This object provides the following data:

    Author:
    silveryocha
    • Method Detail

      • getFile

        public WopiFile getFile()
        Gets the WOPI file of the edition.
        Returns:
        a WopiFile instance.
      • getUser

        public WopiUser getUser()
        Gets the WOPI user which is editing the file.
        Returns:
        a WopiUser instance.
      • getClientBaseUrl

        public String getClientBaseUrl()
        The client base URL is the base URL which permits to load the WOPI editor which takes in charge the WopiFile into the WEB browser.
        Returns:
        an URL as string.