| Package | Description |
|---|---|
| org.bonitasoft.engine.page | |
| org.bonitasoft.engine.page.impl |
| Modifier and Type | Method and Description |
|---|---|
SPage |
PageService.addPage(byte[] content,
String contentName,
long userId)
add a page using the zip in parameters, it get all informations from the page.properties file contain inside the zip
|
SPage |
PageService.addPage(SPage page,
byte[] content)
add a page using the zip in parameters and the given properties
|
Properties |
PageService.readPageZip(byte[] content)
Read the content of a page in a zip
|
SPage |
PageService.updatePage(long pageId,
EntityUpdateDescriptor updateDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
SPage |
PageServiceImpl.addPage(byte[] content,
String contentName,
long userId) |
SPage |
PageServiceImpl.addPage(SPage page,
byte[] content) |
Properties |
PageServiceImpl.readPageZip(byte[] content) |
SPage |
PageServiceImpl.updatePage(long pageId,
EntityUpdateDescriptor entityUpdateDescriptor) |
void |
PageServiceImpl.updatePageContent(long pageId,
byte[] content,
String contentName) |
protected void |
PageServiceImpl.updatePageNameInProfileEntry(EntityUpdateDescriptor entityUpdateDescriptor,
String oldPageName) |
Copyright © 2019 Bonitasoft S.A.. All rights reserved.