Package io.revealbi.core.data
Class RVSharePointListDataSourceItem
java.lang.Object
io.revealbi.core.data.RVDataSourceItem
io.revealbi.core.data.RVBaseSharePointDataSourceItem
io.revealbi.core.data.RVSharePointListDataSourceItem
Data source item to get data from a Sharepoint list.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanIs this list a document library?The title of the list (not the GUID!).URL to the list.getView()Name of the view to use.URL to the site containing the list.booleansetIsLibrary(boolean value) Is this list a document library?.setListName(String value) The title of the list (not the GUID!).setListUrl(String value) URL to the list.Name of the view to use.URL to the site containing the list.Methods inherited from class io.revealbi.core.data.RVDataSourceItem
getDataSource, getDefaultRefreshRate, getDescription, getId, getSubtitle, getTitle, setDataSource, setDefaultRefreshRate, setDescription, setId, setSubtitle, setTitle
-
Constructor Details
-
Method Details
-
setWebUrl
URL to the site containing the list.- Parameters:
value-- Returns:
-
getWebUrl
URL to the site containing the list.- Returns:
-
setListUrl
URL to the list.- Parameters:
value-- Returns:
-
getListUrl
URL to the list.- Returns:
-
setListName
The title of the list (not the GUID!).- Parameters:
value-- Returns:
-
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
Name of the view to use.- Parameters:
value-- Returns:
-
getView
Name of the view to use.- Returns:
-