@DTO public class WidgetAttributes extends java.lang.Object
Widget.getAttributes(UESURI).| Modifier and Type | Field and Description | 
|---|---|
private java.lang.String | 
code
Code of the widget. 
 | 
private UESURI | 
companyUri
Normalized UESURI of the organizational unit where the widget is located. 
 | 
private UESURI | 
competentRoleUri
Normalized UESURI of the competent role. 
 | 
private java.lang.String | 
controllerUrlPath
Path at which the widget's controller is deployed. 
 | 
private java.lang.String | 
creationStamp
Creation stamp of the widget. 
 | 
private java.lang.String | 
creationTime
Creation time of the widget. 
 | 
private java.lang.String | 
description
Description of the widget. 
 | 
private java.lang.Boolean | 
editorAvailable
Describes whether the widget will be in the list of available widgets in editor. 
 | 
private UESURI | 
entityTypeUri
UESURI of the entity type of the widget. 
 | 
private java.lang.Integer | 
height
Default height of the widget in content. 
 | 
private UESURI | 
iconUri
URI of the widget's icon. 
 | 
private UESURI | 
locationUri
Normalized UESURI of the container where the widget is located. 
 | 
private UESURI | 
metaArtifactUri
Normalized UESURI of the meta artifact. 
 | 
private java.lang.String | 
modificationStamp
Modification stamp of the widget. 
 | 
private java.lang.String | 
modificationTime
Modification time of the widget. 
 | 
private java.lang.String | 
name
Name of the widget. 
 | 
private UESURI | 
organizationalUnitUri
Normalized UESURI of the organizational unit where the widget is located. 
 | 
private java.lang.Integer | 
placeholderHeight
Height of the widget placeholder in editor. 
 | 
private PlaceholderImage | 
placeholderImage
Placeholder image of the widget in editor. 
 | 
private java.lang.Integer | 
placeholderWidth
Width of the widget placeholder in editor. 
 | 
private UESSecurityLevel | 
securityLevel
Security level of the widget. 
 | 
private java.lang.Boolean | 
trusted
Describes whether the widget will by inserted into the HTML directly or in the iframe. 
 | 
private UESURI | 
uri
Normalized UESURI of the widget. 
 | 
private java.lang.Integer | 
version
Version of the widget. 
 | 
private java.lang.Integer | 
width
Default width of the widget in content. 
 | 
| Constructor and Description | 
|---|
WidgetAttributes()  | 
WidgetAttributes(java.lang.String code,  |