Class CustomRefDelete

  • All Implemented Interfaces:
    org.springframework.extensions.webscripts.WebScript

    public class CustomRefDelete
    extends AbstractRmWebScript
    Implementation for Java backed webscript to remove RM custom relationship from a node.
    Author:
    Neil McErlean, Tuna Aksoy
    • Constructor Detail

      • CustomRefDelete

        public CustomRefDelete()
    • Method Detail

      • getRelationshipService

        protected RelationshipService getRelationshipService()
        Gets the relationship service instance
        Returns:
        The relationship service instance
      • setRelationshipService

        public void setRelationshipService​(RelationshipService relationshipService)
        Sets the relationship service instance
        Parameters:
        relationshipService - The relationship service instance
      • getRuleService

        protected RuleService getRuleService()
        Returns the rule service instance
        Returns:
        The rule service instance
      • setRuleService

        public void setRuleService​(RuleService ruleService)
        Sets the rule service instance
        Parameters:
        ruleService - The rule service instance
      • 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
        See Also:
        DeclarativeWebScript.executeImpl(org.springframework.extensions.webscripts.WebScriptRequest, org.springframework.extensions.webscripts.Status, org.springframework.extensions.webscripts.Cache)