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

public class CustomRefsGet extends AbstractRmWebScript
Implementation for Java backed webscript to get RM custom references for a node.
Author:
Neil McErlean, Tuna Aksoy
  • Constructor Details

    • CustomRefsGet

      public CustomRefsGet()
  • Method Details

    • 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
    • getCapabilityService

      protected CapabilityService getCapabilityService()
      Gets the capability service instance
      Returns:
      The capability service instance
    • setCapabilityService

      public void setCapabilityService(CapabilityService capabilityService)
      Sets the capability service instance
      Parameters:
      capabilityService - Capability 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)