Classes


Class actuate.reportexplorer.FileCondition

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

Class Summary
Constructor Attributes Constructor Name and Description
 
Constructs a new FileCondition object.
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 new FileCondition object.
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 29 2013 05:44:21 GMT-0800 (PST)