pmonks/alfresco-bulk-import

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

Summary

Maintainability
Test Coverage
<webscript>
  <shortname>Bulk Import - Data dictionary</shortname>
  <description>Web Script that displays the Data Dictionary for this Alfresco instance.</description>
  <url>/bulk/import/datadictionary</url>
  <format default="html"/>
  <authentication>admin</authentication>
  <family>Bulk Import</family>
  <cache>
    <never>true</never>
  </cache>
</webscript>