Class ApplicationPageToNodeConverter
- java.lang.Object
-
- org.bonitasoft.engine.business.application.converter.ApplicationPageToNodeConverter
-
public class ApplicationPageToNodeConverter extends java.lang.Object- Author:
- Emmanuel Duchastenier
-
-
Constructor Summary
Constructors Constructor Description ApplicationPageToNodeConverter(PageService pageService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.bonitasoft.engine.business.application.xml.ApplicationPageNodetoPage(SApplicationPage page)
-
-
-
Constructor Detail
-
ApplicationPageToNodeConverter
public ApplicationPageToNodeConverter(PageService pageService)
-
-
Method Detail
-
toPage
public org.bonitasoft.engine.business.application.xml.ApplicationPageNode toPage(SApplicationPage page) throws SBonitaReadException, SObjectNotFoundException
- Parameters:
page- the application page to convert to xml node.- Returns:
- the converted page.
- Throws:
SObjectNotFoundException- if the referenced page does not exist.SBonitaReadException- if the referenced page cannot be retrieved.
-
-