Class UserRightsReportGet

java.lang.Object
org.springframework.extensions.webscripts.AbstractWebScript
org.springframework.extensions.webscripts.DeclarativeWebScript
org.alfresco.module.org_alfresco_module_rm.script.UserRightsReportGet
All Implemented Interfaces:
org.springframework.extensions.webscripts.WebScript

public class UserRightsReportGet extends org.springframework.extensions.webscripts.DeclarativeWebScript
Implementation for Java backed webscript to return user rights report.
Author:
Gavin Cornwell
  • Field Details

  • Constructor Details

    • UserRightsReportGet

      public UserRightsReportGet()
  • Method Details

    • setAuthorityService

      public void setAuthorityService(AuthorityService authorityService)
      Sets the AuthorityService instance
      Parameters:
      authorityService - AuthorityService instance
    • setPersonService

      public void setPersonService(PersonService personService)
      Sets the PersonService instance
      Parameters:
      personService - PersonService instance
    • setNodeService

      public void setNodeService(NodeService nodeService)
      Sets the NodeService instance
      Parameters:
      nodeService - NodeService instance
    • setFilePlanRoleService

      public void setFilePlanRoleService(FilePlanRoleService filePlanRoleService)
      Parameters:
      filePlanRoleService - file plan role service
    • setFilePlanService

      public void setFilePlanService(FilePlanService filePlanService)
      Parameters:
      filePlanService - file plan service
    • executeImpl

      protected Map<String,Object> executeImpl(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.Status status, org.springframework.extensions.webscripts.Cache cache)
      Overrides:
      executeImpl in class org.springframework.extensions.webscripts.DeclarativeWebScript