| Modifier and Type | Method and Description |
|---|---|
List<Property> |
WidgetResource.addProperty(String widgetId,
Property property) |
List<Property> |
WidgetResource.deleteProperty(String widgetId,
String propertyName) |
List<Property> |
WidgetResource.updateProperty(String widgetId,
String propertyName,
Property property) |
| Modifier and Type | Method and Description |
|---|---|
List<Property> |
WidgetResource.addProperty(String widgetId,
Property property) |
List<Property> |
WidgetResource.updateProperty(String widgetId,
String propertyName,
Property property) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConstantBondMigrationStrategy.migrate(Property property,
PropertyValue propertyValue) |
void |
ExpressionBondMigrationStrategy.migrate(Property property,
PropertyValue propertyValue) |
void |
InterpolationBondMigrationStrategy.migrate(Property property,
PropertyValue propertyValue) |
void |
VariableBondMigrationStrategy.migrate(Property property,
PropertyValue propertyValue) |
| Modifier and Type | Method and Description |
|---|---|
Property |
Widget.getProperty(String propertyName) |
| Modifier and Type | Method and Description |
|---|---|
List<Property> |
Widget.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
Widget.addProperty(Property property) |
void |
Widget.deleteProperty(Property property) |
void |
Widget.replaceProperty(Property oldProperty,
Property newProperty) |
| Modifier and Type | Method and Description |
|---|---|
List<Property> |
WidgetRepository.addProperty(String widgetId,
Property property) |
List<Property> |
WidgetRepository.deleteProperty(String widgetId,
String propertyName) |
List<Property> |
WidgetRepository.updateProperty(String widgetId,
String propertyName,
Property property) |
| Modifier and Type | Method and Description |
|---|---|
List<Property> |
WidgetRepository.addProperty(String widgetId,
Property property) |
List<Property> |
WidgetRepository.updateProperty(String widgetId,
String propertyName,
Property property) |
| Modifier and Type | Method and Description |
|---|---|
List<Property> |
WidgetService.updateProperty(String widgetId,
String propertyName,
Property property) |
| Modifier and Type | Method and Description |
|---|---|
List<Property> |
WidgetService.updateProperty(String widgetId,
String propertyName,
Property property) |
| Modifier and Type | Method and Description |
|---|---|
void |
BondsTypesFixer.fixBondsTypes(String widgetId,
List<Property> properties) |
| Constructor and Description |
|---|
FixBondsTypesVisitor(List<Property> properties) |
Copyright © 2021. All rights reserved.