Class WopiFileEditionContext


  • public class WopiFileEditionContext
    extends Object
    Handles the edition context of a file.
    Author:
    silveryocha
    • Constructor Detail

      • WopiFileEditionContext

        protected WopiFileEditionContext​(WopiUser user,
                                         WopiFile file)
    • Method Detail

      • getUser

        protected WopiUser getUser()
        Gets the initiator of the edition
        Returns:
        a User representing the initiator of the edition.
      • getFile

        public WopiFile getFile()
        Gets the WOPI file the context is linked to.
        Returns:
        a WopiFile instance.