Classes


Class actuate.reportexplorer.FolderItems

Represents a JavaScript version of com.actuate.schemas.GetFolderItemsResponse.
Member of: actuate.reportexplorer.

Class Summary
Constructor Attributes Constructor Name and Description
 
Constructs a list of files and folders contained in a folder.
Method Summary
Method Attributes Method Name and Description
 
Gets the fetchHandle value for this GetFolderItemsResponse.
 
Gets the itemList value for this GetFolderItemsResponse.
 
Gets the totalCount value for this GetFolderItemsResponse.
 
setFetchHandle(fetchHandle)
Sets the fetchHandle value for this GetFolderItemsResponse.
 
setItemList(itemList)
Sets the itemList value for this GetFolderItemsResponse.
 
setTotalCount(totalCount)
Sets the totalCount value for this GetFolderItemsResponse.
Class Detail
actuate.reportexplorer.FolderItems()
Constructs a list of files and folders contained in a folder.
Method Detail
getFetchHandle()
Gets the fetchHandle value for this GetFolderItemsResponse.
Returns:
fetchHandle (String)

getItemList()
Gets the itemList value for this GetFolderItemsResponse.
Returns:
itemList Array of objects of type actuate.reportexplorer.File

getTotalCount()
Gets the totalCount value for this GetFolderItemsResponse.
Returns:
totalCount (String)

{void} setFetchHandle(fetchHandle)
Sets the fetchHandle value for this GetFolderItemsResponse.
Parameters:
fetchHandle
(String)
Returns:
{void}

{void} setItemList(itemList)
Sets the itemList value for this GetFolderItemsResponse.
Parameters:
itemList
Array of objects of type actuate.reportexplorer.File
Returns:
{void}

{void} setTotalCount(totalCount)
Sets the totalCount value for this GetFolderItemsResponse.
Parameters:
totalCount
(String)
Returns:
{void}

Documentation generated by JsDoc Toolkit 2.0.1 on Tue Jan 06 2015 04:13:44 GMT-0800 (PST)