Class AbstractRmWebScript

    • Constructor Detail

      • AbstractRmWebScript

        public AbstractRmWebScript()
    • Method Detail

      • getDispositionService

        protected DispositionService getDispositionService()
        Gets the disposition service instance
        Returns:
        The disposition service instance
      • setDispositionService

        public void setDispositionService​(DispositionService dispositionService)
        Sets the disposition service instance
        Parameters:
        dispositionService - The disposition service instance
      • getNamespaceService

        protected NamespaceService getNamespaceService()
        Gets the namespace service instance
        Returns:
        The namespace service instance
      • setNamespaceService

        public void setNamespaceService​(NamespaceService namespaceService)
        Sets the namespace service instance
        Parameters:
        namespaceService - The namespace service instance
      • getNodeService

        protected NodeService getNodeService()
        Gets the node service instance
        Returns:
        The node service instance
      • setNodeService

        public void setNodeService​(NodeService nodeService)
        Sets the node service instance
        Parameters:
        nodeService - The node service instance
      • parseRequestForNodeRef

        protected NodeRef parseRequestForNodeRef​(org.springframework.extensions.webscripts.WebScriptRequest req)
        Parses the request and providing it's valid returns the NodeRef.
        Parameters:
        req - The webscript request
        Returns:
        The NodeRef passed in the request