http://www.fatwire.com/schema/rest/1.0
element applicationBean

Documentation
        Element that represents application properties
      
Properties
This component is not nillable.

Model
<applicationBean>
(id, name, description?, shortdescription?, createdby?, updatedby?, createddate?, updateddate?, tooltip?, iconurl?, iconurlhover?, iconurlclick?, iconurlactive?, layouttype?, layouturl?, views*, sites*, parentid?, systemapplication )
</applicationBean>


Nested Element Summary
xs:stringcreatedby
          Author of the application 
xs:dateTimecreateddate
          Created Date 
xs:stringdescription
          Description of the application 
xs:stringiconurl
          The icon is displayed in the WEM framework screen 
xs:stringiconurlactive
          The icon is displayed in the WEM framework screen when the application is currently active 
xs:stringiconurlclick
          The icon is displayed in the WEM framework screen when the mouse clicks on an app 
xs:stringiconurlhover
          The icon is displayed in the WEM framework screen when the mouse hovers over an app 
xs:longid
          Id of the application 
layoutTypeEnumlayouttype
           Layout type for rendering the application 
xs:stringlayouturl
          URL for the layout, this page should have the HTML place holder elements(DIV,SPAN etc) for placing the views 
xs:stringname
          Name of the application 
xs:longparentid
          Id of the parent application. 
xs:stringshortdescription
          Short description of the application. 
siteRolessites
          
xs:booleansystemapplication
          Flag for system applications.System applications are usually created by FatWire and users should not modify them 
xs:stringtooltip
          The tool tip is shown on the icon of the application in the WEM framework screen 
xs:stringupdatedby
          Latest editor of the application 
xs:dateTimeupdateddate
          Last modified date 
viewviews
          Views associated to this application 
Source
<xs:element name="applicationBean">
<xs:complexType>
<xs:sequence>
<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="layouttype" type="layoutTypeEnum">
</xs:element>
<xs:element minOccurs="0" name="layouturl" type="xs:string">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="views" type="view">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="sites" type="siteRoles"/>
<xs:element minOccurs="0" name="parentid" type="xs:long">
</xs:element>
<xs:element name="systemapplication" type="xs:boolean">
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.