Class ApplicationPageToNodeConverter
java.lang.Object
org.bonitasoft.engine.business.application.converter.ApplicationPageToNodeConverter
- Author:
- Emmanuel Duchastenier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.bonitasoft.engine.business.application.xml.ApplicationPageNodetoPage(SApplicationPage page)
-
Constructor Details
-
ApplicationPageToNodeConverter
-
-
Method Details
-
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.
-