public class PageExportTask extends AbstractExportTask implements org.gatein.management.api.operation.model.ExportTask
| Modifier and Type | Field and Description |
|---|---|
static String |
FILE |
siteKey| Constructor and Description |
|---|
PageExportTask(org.exoplatform.portal.mop.SiteKey siteKey,
org.exoplatform.portal.config.DataStorage dataStorage,
org.exoplatform.portal.mop.page.PageService pageService,
org.gatein.management.api.binding.Marshaller<org.exoplatform.portal.config.model.Page.PageSet> marshaller) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPageName(String pageName) |
void |
export(OutputStream outputStream) |
List<String> |
getPageNames() |
protected String |
getXmlFileName() |
getEntrypublic static final String FILE
public PageExportTask(org.exoplatform.portal.mop.SiteKey siteKey,
org.exoplatform.portal.config.DataStorage dataStorage,
org.exoplatform.portal.mop.page.PageService pageService,
org.gatein.management.api.binding.Marshaller<org.exoplatform.portal.config.model.Page.PageSet> marshaller)
public void export(OutputStream outputStream) throws IOException
export in interface org.gatein.management.api.operation.model.ExportTaskIOExceptionprotected String getXmlFileName()
getXmlFileName in class AbstractExportTaskpublic void addPageName(String pageName)
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.