Class RoleDeclarativeWebScript

  • All Implemented Interfaces:
    org.springframework.extensions.webscripts.WebScript
    Direct Known Subclasses:
    AbstractRmAuthorities, RmRoleDelete, RmRoleGet, RmRolePut, RmRolesGet, RmRolesPost

    public class RoleDeclarativeWebScript
    extends org.springframework.extensions.webscripts.DeclarativeWebScript
    Base declarative web script for role API.
    Since:
    2.1
    Author:
    Roy Wetherall
    • Constructor Detail

      • RoleDeclarativeWebScript

        public RoleDeclarativeWebScript()
    • Method Detail

      • setFilePlanService

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

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

        public void setAuthorityService​(AuthorityService authorityService)
        Parameters:
        authorityService - authority service
      • getFilePlan

        protected NodeRef getFilePlan​(org.springframework.extensions.webscripts.WebScriptRequest req)
        Utility method to get the file plan from the passed parameters.
        Parameters:
        req -
        Returns: