Here are all entities! These are YOUR objects can be parsed from from our xml-structure as action-script objects. Most of them extend GenericEntity from the content.core package. These entities are automatically created for you during our startup phases for the specific AppContent (Bundle/Presentation) Singletons(2a, 2b, 2c)! Most of the time, you wont use them directly here, but get the ones you need via the AppContent (or the 2 others) singleton hop your way through! E.g. AppContent.getMultiLingualComponent("YOUR ID").contentElement and further...



Classes
 ClassDescription
 ContentElement IMPORTANT FRAMEWORK CLASS: This is a Subclass of GenericEntity and represents one ContentElement (as defined in its XML representation)
 ContentElementCollection This is a Subclass of ArrayCollection and provides all mechancis to hold and search ContentElements
 LocalizedItem This is a Subclass of GenericEntity and represents one LocalizedItem (as defined in its XML representation)
 LocalizedItemCollection This is a Subclass of ArrayCollection and provides all mechancis to hold and search LocalizedItems within one ContentElement
 MultiLingualComponentLanguageGroupCollection This is a Subclass of ArrayCollection and provides all mechancis to hold the visual representation layer of LocalizedItems within one ContentElement.
 Playhead This is a Subclass of GenericEntity and represents one Playhead (only used at video containers)
 PlayheadCollection This is a Subclass of ArrayCollection and provides all mechancis to hold and search Playheads within one ContentElement (only video containers currently)
 Tag This is a Subclass of GenericEntity and represents one Tag that is mostly used for linking certain ContentElements to RFID-Tags or Keyboard Inputs
 TagCollection This is a Subclass of ArrayCollection and provides all mechancis to hold, search and check for Tags within one ContentElement