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(SiteInfo site,
SiteExportGet.CloseIgnoringOutputStream writeTo) |
protected void |
doPeopleACPExport(List<org.alfresco.service.cmr.repository.NodeRef> peopleNodes,
SiteInfo site,
SiteExportGet.CloseIgnoringOutputStream writeTo) |
protected void |
doSiteACPExport(SiteInfo site,
SiteExportGet.CloseIgnoringOutputStream writeTo) |
protected void |
doUserACPExport(List<org.alfresco.service.cmr.repository.NodeRef> userNodes,
SiteInfo site,
SiteExportGet.CloseIgnoringOutputStream writeTo) |
void |
execute(org.springframework.extensions.webscripts.WebScriptRequest req,
org.springframework.extensions.webscripts.WebScriptResponse res) |
void |
setAuthenticationContextManager(ChildApplicationContextManager authenticationContextManager) |
void |
setAuthorityService(AuthorityService authorityService) |
void |
setExporterService(ExporterService exporterService) |
void |
setMimetypeService(org.alfresco.service.cmr.repository.MimetypeService mimetypeService) |
void |
setSiteService(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(SiteInfo site, SiteExportGet.CloseIgnoringOutputStream writeTo) throws IOException
IOException
protected void doPeopleACPExport(List<org.alfresco.service.cmr.repository.NodeRef> peopleNodes, SiteInfo site, SiteExportGet.CloseIgnoringOutputStream writeTo) throws IOException
IOException
protected void doGroupExport(SiteInfo site, SiteExportGet.CloseIgnoringOutputStream writeTo) throws IOException
IOException
protected void doUserACPExport(List<org.alfresco.service.cmr.repository.NodeRef> userNodes, SiteInfo site, SiteExportGet.CloseIgnoringOutputStream writeTo) throws IOException
IOException
public void setSiteService(SiteService siteService)
public void setExporterService(ExporterService exporterService)
public void setMimetypeService(org.alfresco.service.cmr.repository.MimetypeService mimetypeService)
public void setAuthorityService(AuthorityService authorityService)
public void setAuthenticationContextManager(ChildApplicationContextManager authenticationContextManager)
Copyright © 2005–2017 Alfresco Software. All rights reserved.