Class AbstractAssociationsGet

  • All Implemented Interfaces:
    org.springframework.extensions.webscripts.WebScript
    Direct Known Subclasses:
    AssociationsGet, AssociationsGet

    public abstract class AbstractAssociationsGet
    extends DictionaryWebServiceBase
    Webscript to get the Associationdefinitions for a given classname
    Author:
    Saravanan Sellathurai, Viachaslau Tsikhanovich
    • Constructor Detail

      • AbstractAssociationsGet

        public AbstractAssociationsGet()
    • Method Detail

      • executeImpl

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

        protected abstract org.alfresco.service.namespace.QName getClassQname​(org.springframework.extensions.webscripts.WebScriptRequest req)
        Parameters:
        req - - webscript request
        Returns:
        qualified name for class
      • getAssociationQname

        protected abstract org.alfresco.service.namespace.QName getAssociationQname​(String namespacePrefix,
                                                                                    String name)
        Parameters:
        namespacePrefix - - namespace prefix
        name - - name
        Returns:
        qualified name for association