Classes


Class actuate.reportexplorer.FolderItems

FolderItems represents a javascript version of com.actuate.schemas.GetFolderItemsResponse.
Member of: actuate.reportexplorer.

Class Summary
Constructor Attributes Constructor Name and Description
 
Constructs a new FolderItems object.
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 new FolderItems object.
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 Mon Dec 16 2013 06:58:33 GMT-0800 (PST)