| |||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |
Element that represents application properties
Nested Element Summary | |
xs:string | createdby Author of the application |
xs:dateTime | createddate Created Date |
xs:string | description Description of the application |
xs:string | iconurl The icon is displayed in the WEM framework screen |
xs:string | iconurlactive The icon is displayed in the WEM framework screen when the application is currently active |
xs:string | iconurlclick The icon is displayed in the WEM framework screen when the mouse clicks on an app |
xs:string | iconurlhover The icon is displayed in the WEM framework screen when the mouse hovers over an app |
xs:long | id Id of the application |
layoutTypeEnum | layouttype Layout type for rendering the application |
xs:string | layouturl URL for the layout, this page should have the HTML place holder elements(DIV,SPAN etc) for placing the views |
xs:string | name Name of the application |
xs:long | parentid Id of the parent application. |
xs:string | shortdescription Short description of the application. |
siteRoles | sites |
xs:boolean | systemapplication Flag for system applications.System applications are usually created by FatWire and users should not modify them |
xs:string | tooltip The tool tip is shown on the icon of the application in the WEM framework screen |
xs:string | updatedby Latest editor of the application |
xs:dateTime | updateddate Last modified date |
view | views Views associated to this application |
<xs:element name="applicationBean"><xs:complexType></xs:element><xs:sequence></xs:complexType><xs:element name="id" type="xs:long">
</xs:element><xs:element name="name" type="xs:string">
</xs:element><xs:element minOccurs="0" name="description" type="xs:string">
</xs:element><xs:element minOccurs="0" name="shortdescription" type="xs:string">
</xs:element><xs:element minOccurs="0" name="createdby" type="xs:string">
</xs:element><xs:element minOccurs="0" name="updatedby" type="xs:string">
</xs:element><xs:element minOccurs="0" name="createddate" type="xs:dateTime">
</xs:element><xs:element minOccurs="0" name="updateddate" type="xs:dateTime">
</xs:element><xs:element minOccurs="0" name="tooltip" type="xs:string">
</xs:element><xs:element minOccurs="0" name="iconurl" type="xs:string">
</xs:element><xs:element minOccurs="0" name="iconurlhover" type="xs:string">
</xs:element><xs:element minOccurs="0" name="iconurlclick" type="xs:string">
</xs:element><xs:element minOccurs="0" name="iconurlactive" type="xs:string">
</xs:element><xs:element minOccurs="0" name="layouturl" type="xs:string">
</xs:element><xs:element minOccurs="0" name="parentid" type="xs:long">
</xs:element><xs:element name="systemapplication" type="xs:boolean"></xs:sequence>
</xs:element>
| |||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |