public class ApplicationPageToNodeConverter
extends java.lang.Object
| Constructor and Description |
|---|
ApplicationPageToNodeConverter(PageService pageService) |
| Modifier and Type | Method and Description |
|---|---|
org.bonitasoft.engine.business.application.xml.ApplicationPageNode |
toPage(SApplicationPage page) |
public ApplicationPageToNodeConverter(PageService pageService)
public org.bonitasoft.engine.business.application.xml.ApplicationPageNode toPage(SApplicationPage page) throws SBonitaReadException, SObjectNotFoundException
page - the application page to convert to xml node.SObjectNotFoundException - if the referenced page does not exist.SBonitaReadException - if the referenced page cannot be retrieved.