public class SiteExportGet
extends org.springframework.extensions.webscripts.AbstractWebScript
Modifier and Type | Class and Description |
---|---|
protected static class |
SiteExportGet.CloseIgnoringOutputStream |
Constructor and Description |
---|
SiteExportGet() |
Modifier and Type | Method and Description |
---|---|
protected void |
doGroupExport(org.alfresco.service.cmr.site.SiteInfo site,
SiteExportGet.CloseIgnoringOutputStream writeTo) |
protected void |
doPeopleACPExport(List<org.alfresco.service.cmr.repository.NodeRef> peopleNodes,
org.alfresco.service.cmr.site.SiteInfo site,
SiteExportGet.CloseIgnoringOutputStream writeTo) |
protected void |
doSiteACPExport(org.alfresco.service.cmr.site.SiteInfo site,
SiteExportGet.CloseIgnoringOutputStream writeTo) |
protected void |
doUserACPExport(List<org.alfresco.service.cmr.repository.NodeRef> userNodes,
org.alfresco.service.cmr.site.SiteInfo site,
SiteExportGet.CloseIgnoringOutputStream writeTo) |
void |
execute(org.springframework.extensions.webscripts.WebScriptRequest req,
org.springframework.extensions.webscripts.WebScriptResponse res) |
void |
setAuthenticationContextManager(org.alfresco.repo.management.subsystems.ChildApplicationContextManager authenticationContextManager) |
void |
setAuthorityService(org.alfresco.service.cmr.security.AuthorityService authorityService) |
void |
setExporterService(org.alfresco.service.cmr.view.ExporterService exporterService) |
void |
setMimetypeService(org.alfresco.service.cmr.repository.MimetypeService mimetypeService) |
void |
setSiteService(org.alfresco.service.cmr.site.SiteService siteService) |
addModuleBundleToCache, checkModuleBundleCache, createArgs, createArgsM, createHeaders, createHeadersM, createScriptParameters, createStatusException, createTemplateParameters, executeScript, getContainer, getDescription, getExecuteScript, getResources, getStatusTemplate, init, renderString, renderString, renderTemplate, sendStatus, setURLModelFactory, toString
public void execute(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.WebScriptResponse res) throws IOException
IOException
protected void doSiteACPExport(org.alfresco.service.cmr.site.SiteInfo site, SiteExportGet.CloseIgnoringOutputStream writeTo) throws IOException
IOException
protected void doPeopleACPExport(List<org.alfresco.service.cmr.repository.NodeRef> peopleNodes, org.alfresco.service.cmr.site.SiteInfo site, SiteExportGet.CloseIgnoringOutputStream writeTo) throws IOException
IOException
protected void doGroupExport(org.alfresco.service.cmr.site.SiteInfo site, SiteExportGet.CloseIgnoringOutputStream writeTo) throws IOException
IOException
protected void doUserACPExport(List<org.alfresco.service.cmr.repository.NodeRef> userNodes, org.alfresco.service.cmr.site.SiteInfo site, SiteExportGet.CloseIgnoringOutputStream writeTo) throws IOException
IOException
public void setSiteService(org.alfresco.service.cmr.site.SiteService siteService)
public void setExporterService(org.alfresco.service.cmr.view.ExporterService exporterService)
public void setMimetypeService(org.alfresco.service.cmr.repository.MimetypeService mimetypeService)
public void setAuthorityService(org.alfresco.service.cmr.security.AuthorityService authorityService)
public void setAuthenticationContextManager(org.alfresco.repo.management.subsystems.ChildApplicationContextManager authenticationContextManager)
Copyright © 2005–2017 Alfresco Software. All rights reserved.