Classes


Class actuate.reportexplorer.PrivilegeFilter

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

Class Summary
Constructor Attributes Constructor Name and Description
 
Constructs a filter object to restrict the list of visible files.
Method Summary
Method Attributes Method Name and Description
 
Gets the accessRights value for this PrivilegeFilter.
 
Gets the grantedRoleId value for this PrivilegeFilter.
 
Gets the grantedRoleName value for this PrivilegeFilter.
 
Gets the grantedUserId value for this PrivilegeFilter.
 
Gets the grantedUserName value for this PrivilegeFilter.
 
setAccessRights(accessRights)
Sets the accessRights value for this PrivilegeFilter.
 
setGrantedRoleId(grantedRoleId)
Sets the grantedRoleId value for this PrivilegeFilter.
 
setGrantedRoleName(grantedRoleName)
Sets the grantedRoleName value for this PrivilegeFilter.
 
setGrantedUserId(grantedUserId)
Sets the grantedUserId value for this PrivilegeFilter.
 
setGrantedUserName(grantedUserName)
Sets the grantedUserName value for this PrivilegeFilter.
Class Detail
actuate.reportexplorer.PrivilegeFilter()
Constructs a filter object to restrict the list of visible files.
Method Detail
getAccessRights()
Gets the accessRights value for this PrivilegeFilter.
Returns:
accessRights {String}

getGrantedRoleId()
Gets the grantedRoleId value for this PrivilegeFilter.
Returns:
grantedRoleId {String}

getGrantedRoleName()
Gets the grantedRoleName value for this PrivilegeFilter.
Returns:
grantedRoleName {String}

getGrantedUserId()
Gets the grantedUserId value for this PrivilegeFilter.
Returns:
grantedUserId {String}

getGrantedUserName()
Gets the grantedUserName value for this PrivilegeFilter.
Returns:
grantedUserName {String}

setAccessRights(accessRights)
Sets the accessRights value for this PrivilegeFilter.
Parameters:
accessRights

{void} setGrantedRoleId(grantedRoleId)
Sets the grantedRoleId value for this PrivilegeFilter.
Parameters:
grantedRoleId
{String}
Returns:
{void}

{void} setGrantedRoleName(grantedRoleName)
Sets the grantedRoleName value for this PrivilegeFilter.
Parameters:
grantedRoleName
{String}
Returns:
{void}

{void} setGrantedUserId(grantedUserId)
Sets the grantedUserId value for this PrivilegeFilter.
Parameters:
grantedUserId
{String}
Returns:
{void}

{void} setGrantedUserName(grantedUserName)
Sets the grantedUserName value for this PrivilegeFilter.
Parameters:
grantedUserName
{String}
Returns:
{void}

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