Classes


Class actuate.reportexplorer.FileCondition

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

Class Summary
Constructor Attributes Constructor Name and Description
 
Constructs a FileCondition object to find a file by specifying conditions.
Method Summary
Method Attributes Method Name and Description
 
Gets the field value for this FileCondition.
 
Gets the match value for this FileCondition.
 
setField(field)
Sets the field value for this FileCondition.
 
setMatch(match)
Sets the match value for this FileCondition.
Class Detail
actuate.reportexplorer.FileCondition()
Constructs a FileCondition object to find a file by specifying conditions.
Method Detail
getField()
Gets the field value for this FileCondition.
Returns:
field {String} Possible values are: "Name", "FileType", "Description", "PageCount", "Size", "TimeStamp", "Version", "VersionName", "Owner"

getMatch()
Gets the match value for this FileCondition.
Returns:
match {String}

{void} setField(field)
Sets the field value for this FileCondition.
Parameters:
field
{String}
Returns:
{void} Possible values are: "Name", "FileType", "Description", "PageCount", "Size", "TimeStamp", "Version", "VersionName", "Owner"

{void} setMatch(match)
Sets the match value for this FileCondition.
Parameters:
match
{String}
Returns:
{void}

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