Package io.revealbi.core.data
Class RVSharePointListItemDataSourceItem
java.lang.Object
io.revealbi.core.data.RVDataSourceItem
io.revealbi.core.data.RVBaseSharePointDataSourceItem
io.revealbi.core.data.RVSharePointListItemDataSourceItem
- All Implemented Interfaces:
IRVResourceItem
public class RVSharePointListItemDataSourceItem
extends RVBaseSharePointDataSourceItem
implements IRVResourceItem
Data source item to get data from a single item in a Sharepoint list.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionContent-type of the item.Path relative to the folder containing the item.booleanIs this single item a folder?.Identification of the single item in the list.URL to the single item.Name of the list.URL to the site containing the list.setAssetContentType(String value) Content-type of the item.setFolderRelativePath(String value) Path relative to the folder containing the item.booleansetIsFolder(boolean value) Is this single item a folder?.setListItemId(String value) Identification of the single item in the list.setListItemUrl(String value) URL to the single item.setListName(String value) Name of the list.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:
-
setListName
Name of the list.- Parameters:
value-- Returns:
-
getListName
Name of the list.- Returns:
-
setListItemId
Identification of the single item in the list.- Parameters:
value-- Returns:
-
getListItemId
Identification of the single item in the list.- Returns:
-
setListItemUrl
URL to the single item.- Parameters:
value-- Returns:
-
getListItemUrl
URL to the single item.- Returns:
-
setIsFolder
public boolean setIsFolder(boolean value) Is this single item a folder?.- Parameters:
value-- Returns:
-
getIsFolder
public boolean getIsFolder()Is this single item a folder?.- Returns:
-
setAssetContentType
Content-type of the item.- Parameters:
value-- Returns:
-
getAssetContentType
Content-type of the item.- Returns:
-
setFolderRelativePath
Path relative to the folder containing the item.- Parameters:
value-- Returns:
-
getFolderRelativePath
Path relative to the folder containing the item.- Returns:
-