Class RVSharePointListDataSourceItem


public class RVSharePointListDataSourceItem extends RVBaseSharePointDataSourceItem
Data source item to get data from a Sharepoint list.
  • Constructor Details

  • Method Details

    • setWebUrl

      public String setWebUrl(String value)
      URL to the site containing the list.
      Parameters:
      value -
      Returns:
    • getWebUrl

      public String getWebUrl()
      URL to the site containing the list.
      Returns:
    • setListUrl

      public String setListUrl(String value)
      URL to the list.
      Parameters:
      value -
      Returns:
    • getListUrl

      public String getListUrl()
      URL to the list.
      Returns:
    • setListName

      public String setListName(String value)
      The title of the list (not the GUID!).
      Parameters:
      value -
      Returns:
    • getListName

      public String getListName()
      The title of the list (not the GUID!).
      Returns:
    • setIsLibrary

      public boolean setIsLibrary(boolean value)
      Is this list a document library?.
      Parameters:
      value -
      Returns:
    • getIsLibrary

      public boolean getIsLibrary()
      Is this list a document library?
      Returns:
    • setView

      public String setView(String value)
      Name of the view to use.
      Parameters:
      value -
      Returns:
    • getView

      public String getView()
      Name of the view to use.
      Returns: