/** * Defines the contracts for creating archive files containing specified * content from the repository. * * The DownlaodService is a client (Share) facing service responsible for * creating a node containing enough information for the download archive to * be created, and reporting on the progress of the creation process. * * @author Alex Miller */ @PackageMarker package org.alfresco.service.cmr.download; import org.alfresco.util.PackageMarker;