| Package | Description |
|---|---|
| org.bonitasoft.web.designer.controller | |
| org.bonitasoft.web.designer.repository |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<ErrorMessage> |
ResourceControllerAdvice.handleNotAllowedException(NotAllowedException 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> |
WidgetResource.get(String widgetId) |
void |
WidgetResource.save(String widgetId,
Widget widget) |
List<Property> |
WidgetResource.updateProperty(String widgetId,
String propertyName,
Property property) |
| Modifier and Type | Method and Description |
|---|---|
void |
WidgetRepository.delete(String widgetId) |
Copyright © 2020. All rights reserved.