| Modifier and Type | Method and Description |
|---|---|
SPage |
PageModelConverter.constructSPage(PageCreator pageCreator,
long creatorUserId) |
SPage |
PageModelConverter.constructSPage(PageUpdater pageUpdater,
long creatorUserId) |
| Modifier and Type | Method and Description |
|---|---|
Page |
PageModelConverter.toPage(SPage sPage) |
| Modifier and Type | Method and Description |
|---|---|
List<Page> |
PageModelConverter.toPages(List<SPage> sPages) |
| Modifier and Type | Method and Description |
|---|---|
protected SPage |
PageAPIDelegate.constructPage(PageCreator pageCreator,
long userId) |
protected SPage |
PageAPIDelegate.constructPage(PageUpdater pageUpdater,
long userId) |
| Modifier and Type | Method and Description |
|---|---|
protected Page |
PageAPIDelegate.convertToPage(SPage addPage) |
| Modifier and Type | Method and Description |
|---|---|
List<SPage> |
SearchPages.executeSearch(QueryOptions queryOptions) |
| Modifier and Type | Method and Description |
|---|---|
List<Page> |
SearchPages.convertToClientObjects(List<SPage> pages) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SPageWithContent |
| 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
|
SPage |
SPageBuilder.done() |
SPage |
PageService.getPage(long pageId) |
SPage |
PageService.getPageByName(String pageName) |
SPage |
PageService.getPageByNameAndProcessDefinitionId(String name,
long processDefinitionId)
get a page attached to a process
|
SPage |
PageService.updatePage(long pageId,
EntityUpdateDescriptor updateDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
List<SPage> |
PageService.getPageByProcessDefinitionId(long processDefinitionId,
int fromIndex,
int numberOfResults)
get a list of page attached to a process
|
List<SPage> |
PageService.searchPages(QueryOptions options) |
| Modifier and Type | Method and Description |
|---|---|
SPage |
PageService.addPage(SPage page,
byte[] content)
add a page using the zip in parameters and the given properties
|
void |
PageServiceListener.pageDeleted(SPage page) |
void |
PageServiceListener.pageInserted(SPage page,
byte[] content) |
void |
PageServiceListener.pageUpdated(SPage page,
byte[] content) |
| Modifier and Type | Class and Description |
|---|---|
class |
SPageImpl |
class |
SPageWithContentImpl |
| Modifier and Type | Method and Description |
|---|---|
SPage |
PageServiceImpl.addPage(byte[] content,
String contentName,
long userId) |
SPage |
PageServiceImpl.addPage(SPage page,
byte[] content) |
SPage |
SPageBuilderImpl.done() |
SPage |
PageServiceImpl.getPage(long pageId) |
SPage |
PageServiceImpl.getPageByName(String pageName) |
SPage |
PageServiceImpl.getPageByNameAndProcessDefinitionId(String name,
long processDefinitionId) |
SPage |
PageServiceImpl.updatePage(long pageId,
EntityUpdateDescriptor entityUpdateDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
List<SPage> |
PageServiceImpl.getPageByProcessDefinitionId(long processDefinitionId,
int fromIndex,
int numberOfResults) |
List<SPage> |
PageServiceImpl.searchPages(QueryOptions options) |
| Modifier and Type | Method and Description |
|---|---|
SPage |
PageServiceImpl.addPage(SPage page,
byte[] content) |
protected void |
PageServiceImpl.checkPageDuplicate(SPage sPage,
EntityUpdateDescriptor entityUpdateDescriptor,
SPageLogBuilder logBuilder,
String logMethodName) |
void |
ApiExtensionPageServiceListenerImpl.pageDeleted(SPage page) |
void |
ApiExtensionPageServiceListenerImpl.pageInserted(SPage sPage,
byte[] content) |
void |
ApiExtensionPageServiceListenerImpl.pageUpdated(SPage page,
byte[] content) |
| Constructor and Description |
|---|
SPageImpl(SPage sPage) |
SPageWithContentImpl(SPage sPage,
byte[] pagContent) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.