@UESService public interface Widget
Modifier and Type | Field and Description |
---|---|
static UESURI |
BETYPE_WIDGET
URI of Widget business entity.
|
Modifier and Type | Method and Description |
---|---|
UESURI |
create(UESURI locationUri,
Creates a widget in specified location.
|
void |
delete(UESURI widgetUri)
The command deletes the specified widget from the system.
|
UESURI |
export(UESURI widgetUri,
The command exports a widget to a DataFile, which is saved to the Export Storage.
|
WidgetAttributes |
getAttributes(UESURI widgetUri)
This command returns attributes representing the widget specified by the widgetUri parameter.
|
UESStreamHandler |
getExportData(UESURI widgetUri,
The command returns a data file generated by the export command.
|
UESResultList<WidgetGetWidgetListItem,WidgetGetWidgetList> |
getRegisteredWidgetList(UESURI containerUri,
Returns list of the widgets that are registered within the application or within the territory .
|
UESResultList<WidgetGetWidgetListItem,WidgetGetWidgetList> |
getWidgetList(UESURI entityUri,
Returns the list of widgets whose instances can be inserted into the content of selected sheet or into the content of a sheet on a given Artifact.
|
UESURI |
setAttributes(UESURI widgetUri,
Sets attributes of widget.
|
WidgetCreate
object.
Competent role for the new widget will be selected as the most suitable according to specified package and meta artifact
(executive/authorized role with connected interface), or can be also specified in WidgetCreate
Object.locationUri
- UESURI of the meta model where the widget will be created.widget
- DTO containing attributes of the new widget.WidgetRTException
widgetUri
- UESURI of the widget which is about to be deleted.WidgetRTException
widgetUri
- UESURI of the widget.WidgetRTException
widgetUri
- UESURI of the widget.widget
- DTO containing new attributes of the widget.WidgetRTException
entityUri
- UESURI of the sheet or artifact for which the available widgets are to be listed.citeria
- DTO containing criteria for listing widgets.WidgetRTException
containerUri
- UESURI of the territory or the application for which the widgets are to be listed.citeria
- DTO containing criteria for listing widgets.WidgetRTException
widgetUri
- UESURI of the widget to exportwidget
- DTO that contains attributes of the export processWidgetRTException
widgetUri
- UESURI of the widget we want to get the exported file from.widget
- DTO that contains attributes concerning the file returned.WidgetRTException