pmonks/alfresco-bulk-import

View on GitHub
amp/src/main/amp/config/alfresco/extension/templates/webscripts/org/alfresco/extension/bulkimport/stop.post.desc.xml

Summary

Maintainability
Test Coverage
<webscript>
  <shortname>Bulk Import - Stop</shortname>
  <description>Web Script that provides a way to request that a bulk import be stopped.</description>
  <url>/bulk/import/stop</url>
  <format default="json"/>
  <authentication>admin</authentication>
  <family>Bulk Import</family>
  <cache>
    <never>true</never>
  </cache>
</webscript>