| Package | Description |
|---|---|
| org.bonitasoft.web.designer.controller | |
| org.bonitasoft.web.designer.model.page | |
| org.bonitasoft.web.designer.rendering | |
| org.bonitasoft.web.designer.repository |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<ErrorMessage> |
ResourceControllerAdvice.handleNotFoundException(NotFoundException exception) |
| Modifier and Type | Method and Description |
|---|---|
List<Property> |
WidgetResource.addProperty(String widgetId,
Property property) |
void |
WidgetResource.delete(String widgetId) |
List<Property> |
WidgetResource.deleteProperty(String widgetId,
String propertyName) |
org.springframework.http.ResponseEntity<Object> |
FragmentResource.get(String fragmentId) |
org.springframework.http.ResponseEntity<Object> |
PageResource.get(String pageId) |
List<Property> |
WidgetResource.updateProperty(String widgetId,
String propertyName,
Property property) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPage.removeVariable(String variableName) |
void |
Previewable.removeVariable(String variableName) |
| Modifier and Type | Method and Description |
|---|---|
<P extends Previewable & Identifiable> |
HtmlGenerator.generateHtml(P previewable) |
<P extends Previewable & Identifiable> |
HtmlGenerator.generateHtml(String resourceContext,
P previewable) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRepository.delete(String id) |
void |
Repository.delete(String id)
Deletes component by its id
|
T |
AbstractRepository.get(String id) |
T |
Repository.get(String id)
Gets component by its id
|
T |
Repository.getByUUID(String uuid)
Gets component by its uuid
Return null if the component does not Implement
HasUUID |
Copyright © 2020. All rights reserved.