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

Documentation
        This bean represents the properties of an application.
      
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
          The author of this application. 
xs:dateTimecreateddate
          The timestamp at which this application was registered in Content Server. 
xs:stringdescription
          The description of this application. 
xs:stringiconurl
          The URL specifying the image that represents this application in the WEM UI. 
xs:stringiconurlactive
          The URL specifying the image to be displayed in the WEM UI when this application is currently active. 
xs:stringiconurlclick
          The URL specifying the image to be displayed in the WEM UI when the mouse presses this application's icon. 
xs:stringiconurlhover
          The URL specifying the image to be displayed in the WEM UI when the mouse hovers over the icon for this application. 
xs:longid
          The id of this application. 
layoutTypeEnumlayouttype
          The layout type for rendering this application. 
xs:stringlayouturl
          The URL for the layout used by this application. 
xs:stringname
          The name of this application. 
xs:longparentid
          The id of the parent application, if this application extends any. 
xs:stringshortdescription
          The short description of this application. 
siteRolessites
          The roles for which this application is enabled in each site. 
xs:booleansystemapplication
          A flag for system applications. 
xs:stringtooltip
          The tooltip displayed when the mouse is paused over the icon for this application in the WEM UI. 
xs:stringupdatedby
          The most recent editor of this application's metadata. 
xs:dateTimeupdateddate
          The timestamp at which this application's metadata was last modified. 
viewviews
          The 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>
<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>


Copyright \xA9 2013, Oracle and/or its affiliates. All Rights Reserved.