| Package | com.adobe.mosaic.om.interfaces | 
| Interface | public interface IApplicationListItem extends IApplicationSpecifier | 
| Implementors | ApplicationListItem | 
| Language Version: | ActionScript 3.0 | 
| Product Version: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 | 
| Runtime Versions: | AIR 2.6, Flash Player 10.2 | 
IApplicationListItem provides information about a given IApplication 
	 suitable for display to a user, or as a specifier to load the Application.
	 
	  Public Properties
| Property | Defined By | ||
|---|---|---|---|
| creationDate : Date [read-only] 
		 Returns the creationDate associated with the application to be loaded
		 
		   | IApplicationListItem | ||
| creator : String [read-only] 
		 Returns the creator associated with the application to be loaded
		 
		   | IApplicationListItem | ||
| description : String [read-only] 
		 Returns the description associated with the application to be loaded
		 
		   | IApplicationListItem | ||
| label : String [read-only] 
		 Returns the label associated with the application to be loaded
		 
		   | IApplicationListItem | ||
![]()  | name : String [read-only] 
		 Returns the name to be associated with the application to be loaded
		 
		   | IApplicationSpecifier | |
![]()  | session : ISession [read-only] 
		 Returns the ISession instance to be associated with the application to be loaded
		   | IApplicationSpecifier | |
Property Detail
creationDate | property | 
creationDate:Date  [read-only] | Language Version: | ActionScript 3.0 | 
| Product Version: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 | 
| Runtime Versions: | AIR 2.6, Flash Player 10.2 | 
Returns the creationDate associated with the application to be loaded
Implementation
    public function get creationDate():Datecreator | property | 
creator:String  [read-only] | Language Version: | ActionScript 3.0 | 
| Product Version: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 | 
| Runtime Versions: | AIR 2.6, Flash Player 10.2 | 
Returns the creator associated with the application to be loaded
Implementation
    public function get creator():Stringdescription | property | 
description:String  [read-only] | Language Version: | ActionScript 3.0 | 
| Product Version: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 | 
| Runtime Versions: | AIR 2.6, Flash Player 10.2 | 
Returns the description associated with the application to be loaded
Implementation
    public function get description():Stringlabel | property | 
label:String  [read-only] | Language Version: | ActionScript 3.0 | 
| Product Version: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 | 
| Runtime Versions: | AIR 2.6, Flash Player 10.2 | 
Returns the label associated with the application to be loaded
Implementation
    public function get label():StringThu Dec 4 2014, 05:50 PM -08:00
