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