| Package | Description |
|---|---|
| org.bonitasoft.engine.core.form | |
| org.bonitasoft.engine.core.form.impl | |
| org.bonitasoft.engine.page | |
| org.bonitasoft.engine.page.impl |
| Modifier and Type | Method and Description |
|---|---|
SPageMapping |
SFormMapping.getPageMapping() |
| Modifier and Type | Method and Description |
|---|---|
protected SPageMapping |
FormMappingServiceImpl.createPageMappingForExistingFormMapping(SFormMapping formMapping,
String url,
Long pageId) |
SPageMapping |
SFormMappingImpl.getPageMapping() |
| Modifier and Type | Method and Description |
|---|---|
void |
SFormMappingImpl.setPageMapping(SPageMapping pageMapping) |
| Modifier and Type | Method and Description |
|---|---|
SPageMapping |
PageMappingService.create(String key,
Long pageId,
List<String> authorizationRules) |
SPageMapping |
PageMappingService.create(String key,
String url,
String urlAdapter,
List<String> authorizationRules) |
SPageMapping |
PageMappingService.get(String key) |
| Modifier and Type | Method and Description |
|---|---|
List<SPageMapping> |
PageMappingService.get(long pageId,
int startIndex,
int maxResults)
Gets the paginated mappings of the page.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PageMappingService.delete(SPageMapping SPageMapping)
delete this page mapping
|
SPageURL |
PageMappingService.resolvePageURL(SPageMapping pageMapping,
Map<String,Serializable> context,
boolean executeAuthorizationRules) |
void |
PageMappingService.update(SPageMapping pageMapping,
Long pageId)
update the given page mapping
|
void |
PageMappingService.update(SPageMapping pageMapping,
String url,
String urlAdapter)
update the given page mapping
|
| Modifier and Type | Class and Description |
|---|---|
class |
SPageMappingImpl |
| Modifier and Type | Method and Description |
|---|---|
SPageMapping |
PageMappingServiceImpl.create(String key,
Long pageId,
List<String> authorizationRules) |
SPageMapping |
PageMappingServiceImpl.create(String key,
String url,
String urlAdapter,
List<String> authorizationRules) |
SPageMapping |
PageMappingServiceImpl.get(String key) |
| Modifier and Type | Method and Description |
|---|---|
List<SPageMapping> |
PageMappingServiceImpl.get(long pageId,
int startIndex,
int maxResults) |
| Modifier and Type | Method and Description |
|---|---|
void |
PageMappingServiceImpl.delete(SPageMapping sPageMapping) |
protected boolean |
PageMappingServiceImpl.isAllowedToAccess(SPageMapping pageMapping,
Map<String,Serializable> context,
List<String> pageAuthorizationRules) |
SPageURL |
PageMappingServiceImpl.resolvePageURL(SPageMapping pageMapping,
Map<String,Serializable> context,
boolean executeAuthorizationRules) |
void |
PageMappingServiceImpl.update(SPageMapping pageMapping,
Long pageId) |
void |
PageMappingServiceImpl.update(SPageMapping pageMapping,
String url,
String urlAdapter) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.