Classes


Class actuate.reportexplorer.PrivilegeFilter

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

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