Class NodeToApplicationConverter

java.lang.Object
org.bonitasoft.engine.business.application.converter.NodeToApplicationConverter

@Component public class NodeToApplicationConverter extends Object
Author:
Elias Ricken de Medeiros
  • Constructor Details

  • Method Details

    • toSApplication

      public ImportResult toSApplication(org.bonitasoft.engine.business.application.xml.AbstractApplicationNode applicationNode, byte[] iconContent, String iconMimeType, long createdBy, boolean editable) throws SBonitaReadException, org.bonitasoft.engine.exception.ImportException
      Throws:
      SBonitaReadException
      org.bonitasoft.engine.exception.ImportException
    • handleMissingLayout

      protected Long handleMissingLayout(String layoutName, String applicationToken, org.bonitasoft.engine.api.ImportStatus importStatus) throws org.bonitasoft.engine.exception.ImportException, SBonitaReadException
      Throws:
      org.bonitasoft.engine.exception.ImportException
      SBonitaReadException
    • handleMissingTheme

      protected Long handleMissingTheme(String themeName, String applicationToken, org.bonitasoft.engine.api.ImportStatus importStatus) throws org.bonitasoft.engine.exception.ImportException, SBonitaReadException
      Throws:
      org.bonitasoft.engine.exception.ImportException
      SBonitaReadException
    • getPageService

      protected PageService getPageService()