An object defining the basic abilities we want all of our hibernate objects to have.
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| allClients | boolean | element | 0/1 | Whether to show it for all clients or not. | |
| dashboards | list of dashboard | element | 0/unbounded | The dashboards that this quick link is listed under. | |
| description | string | element | 0/1 | A short description of the URL's function. | |
| linkOrder | int | element | 0/1 | The order in which to display the links | |
| newWindow | boolean | element | 0/1 | Whether to open a new window upon clicking the link. | |
| requiredPermission | string | element | 0/1 | Set whether a permission is required to view this link. | |
| text | string | element | 0/1 | The text that should be displayed where the url is placed. | |
| url | string | element | 0/1 | The URL that this link points to. | |
Properties inherited from baseHibernateEntity |
|||||
| id | long | element | 0/1 | The unique internal ID of the object. | |
| version | long | element | 0/1 | For internal use only. This is the serialization recorder for optimistic locking of several objects between sessions. | |
Properties inherited from baseEntity |
|||||
| violations | list of simpleViolation | element | 0/unbounded | A list of constraint violations, if any, that this object has. | |
Example
<quickLink>
<requiredPermission>...</requiredPermission>
<url>...</url>
<text>...</text>
<description>...</description>
<linkOrder>...</linkOrder>
<allClients>...</allClients>
<newWindow>...</newWindow>
<dashboards>
<name>...</name>
<id>...</id>
<version>...</version>
</dashboards>
<id>...</id>
<version>...</version>
<violations/>
</quickLink>