Class BulkMetadataGet

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

    public class BulkMetadataGet
    extends org.springframework.extensions.webscripts.AbstractWebScript
    This class is the webscript implementation for the url api/bulkmetadata It returns basic metadata such as title, parent noderef, name, ... for each noderef that is passed in
    Since:
    3.4
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.springframework.extensions.webscripts.AbstractWebScript

        org.springframework.extensions.webscripts.AbstractWebScript.ScriptDetails
    • Constructor Summary

      Constructors 
      Constructor Description
      BulkMetadataGet()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.WebScriptResponse res)  
      void setServiceRegistry​(org.alfresco.service.ServiceRegistry services)
      Set the service registry
      • Methods inherited from class org.springframework.extensions.webscripts.AbstractWebScript

        addModuleBundleToCache, checkModuleBundleCache, createArgs, createArgsM, createHeaders, createHeadersM, createScriptParameters, createStatusException, createTemplateParameters, executeScript, getContainer, getDescription, getExecuteScript, getResources, getStatusTemplate, init, renderString, renderString, renderTemplate, sendStatus, setURLModelFactory, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • BulkMetadataGet

        public BulkMetadataGet()
    • Method Detail

      • execute

        public void execute​(org.springframework.extensions.webscripts.WebScriptRequest req,
                            org.springframework.extensions.webscripts.WebScriptResponse res)
                     throws java.io.IOException
        Throws:
        java.io.IOException
      • setServiceRegistry

        public void setServiceRegistry​(org.alfresco.service.ServiceRegistry services)
        Set the service registry
        Parameters:
        services - the service registry