Class Scope


  • public class Scope
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Scope()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<Sheet> getSheets()
      Gets the array of any sheets the requester has access to that make up the report
      java.util.List<Workspace> getWorkspaces()
      Gets the array of any workspaces the requester has access to that make up the report
      Scope setSheets​(java.util.List<Sheet> sheets)
      Sets the array of sheets the requester has access to that make up the report
      Scope setWorkspaces​(java.util.List<Workspace> workspaces)
      Sets the array of any workspaces the requester has access to that make up the report
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Scope

        public Scope()
    • Method Detail

      • getSheets

        public java.util.List<Sheet> getSheets()
        Gets the array of any sheets the requester has access to that make up the report
        Returns:
        the array of sheets
      • setSheets

        public Scope setSheets​(java.util.List<Sheet> sheets)
        Sets the array of sheets the requester has access to that make up the report
        Parameters:
        sheets - the array of sheets
      • getWorkspaces

        public java.util.List<Workspace> getWorkspaces()
        Gets the array of any workspaces the requester has access to that make up the report
        Returns:
        the array of workspaces
      • setWorkspaces

        public Scope setWorkspaces​(java.util.List<Workspace> workspaces)
        Sets the array of any workspaces the requester has access to that make up the report
        Parameters:
        workspaces - the array of workspaces