Class WOPIBlobInfo


  • public class WOPIBlobInfo
    extends Object
    WOPI info for a given blob xpath.
    Since:
    10.3
    • Field Detail

      • actions

        public final Set<String> actions
        Set of WOPI actions supported for the blob.
      • appName

        public final String appName
        Application name used for the blob.

        For instance, Excel, Word, PowerPoint, ...

    • Constructor Detail

      • WOPIBlobInfo

        public WOPIBlobInfo​(String appName,
                            Set<String> actions)