Paket | com.adobe.ep.ux.content.event |
Klasse | public class RelationEvent |
Vererbung | RelationEvent Event Object |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Eigenschaft | Definiert von | ||
---|---|---|---|
assetDescriptor : com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor
Asset Type Descriptor for the above asset. | RelationEvent | ||
assetVO : Object
The Asset whose dependencies/relations are being searched for. | RelationEvent | ||
bubbles : Boolean [schreibgeschützt]
Gibt an, ob es sich bei dem Ereignis um ein Bubbling-Ereignis handelt. | Event | ||
cancelable : Boolean [schreibgeschützt]
Gibt an, ob das mit dem Ereignis verknüpfte Verhalten verhindert werden kann. | Event | ||
constructor : Object
Ein Verweis auf das Klassenobjekt oder die Konstruktorfunktion für eine angegebene Objektinstanz. | Object | ||
currentTarget : Object [schreibgeschützt]
Das Objekt, welches das Ereignisobjekt aktiv mit einem Ereignis-Listener verarbeitet. | Event | ||
eventPhase : uint [schreibgeschützt]
Die aktuelle Phase im Ereignisablauf. | Event | ||
hasModifiedDependency : Boolean
A boolean flag that can be set if relationships have modified dependency as well. | RelationEvent | ||
relationsList : IList
The List of Relations based on which Search is performed. | RelationEvent | ||
resultsCollection : ListCollectionView
The list of Results. | RelationEvent | ||
target : Object [schreibgeschützt]
Das Ereignis-Ziel. | Event | ||
type : String [schreibgeschützt]
Der Ereignistyp. | Event |
Methode | Definiert von | ||
---|---|---|---|
RelationEvent(type:String, assetVO:Object, assetDesc:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor, relationsList:IList, resultsColl:ListCollectionView, hasModifiedDependency:Boolean = false, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor. | RelationEvent | ||
Dupliziert eine Instanz einer Event-Unterklasse. | Event | ||
Eine Dienstprogrammfunktion zur Implementierung der toString()-Methode in benutzerdefinierten ActionScript 3.0 Event-Klassen. | Event | ||
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde. | Object | ||
Überprüft, ob die preventDefault()-Methode bei dem Ereignis aufgerufen wurde. | Event | ||
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde. | Object | ||
Bricht das Standardverhalten eines Ereignisses ab, wenn dieses Verhalten abgebrochen werden kann. | Event | ||
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann. | Object | ||
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest. | Object | ||
Verhindert die Verarbeitung von Ereignis-Listenern im aktuellen Knoten und in Knoten, die dem aktuellen Knoten im Ereignisablauf nachfolgen. | Event | ||
Verhindert die Verarbeitung von Ereignis-Listenern in Knoten, die dem aktuellen Knoten im Ereignisablauf nachfolgen. | Event | ||
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas. | Object | ||
Gibt eine Zeichenfolge zurück, die alle Eigenschaften des Ereignisobjekts enthält. | Event | ||
Gibt den Grundwert des angegebenen Objekts zurück. | Object |
Konstante | Definiert von | ||
---|---|---|---|
GET_ALL_DEPENDENCIES_SEARCH : String = "getAllDependenciesSearch" [statisch]
Event string informing about all the assets which are related to an asset
either as a related dependency or contained dependency. | RelationEvent | ||
GET_CONTAINED_ASSETS_SEARCH : String = "getContainedAssetsSearch" [statisch]
Event string informing about contained assets. | RelationEvent | ||
GET_RELATED_ASSETS_SEARCH : String = "getRelatedAssetsSearch" [statisch]
Event string informing about related assets. | RelationEvent |
assetDescriptor | Eigenschaft |
public var assetDescriptor:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Asset Type Descriptor for the above asset.
assetVO | Eigenschaft |
public var assetVO:Object
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
The Asset whose dependencies/relations are being searched for.
hasModifiedDependency | Eigenschaft |
public var hasModifiedDependency:Boolean
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
A boolean flag that can be set if relationships have modified dependency as well. This flag is used by Publish Dependencies browser.
relationsList | Eigenschaft |
public var relationsList:IList
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
The List of Relations based on which Search is performed.
resultsCollection | Eigenschaft |
public var resultsCollection:ListCollectionView
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
The list of Results.
RelationEvent | () | Konstruktor |
public function RelationEvent(type:String, assetVO:Object, assetDesc:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor, relationsList:IList, resultsColl:ListCollectionView, hasModifiedDependency:Boolean = false, bubbles:Boolean = false, cancelable:Boolean = false)
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Constructor.
Parametertype:String — Specifies the type of event.
| |
assetVO:Object — Specifies the Asset whose dependencies or relations are being searched for.
| |
assetDesc:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor — Asset Specifies the type Descriptor for the asset, which is specifies by the assetVO property.
| |
relationsList:IList — Specifies the list of relations based on which the search is performed.
| |
resultsColl:ListCollectionView — Specifies the list of results.
| |
hasModifiedDependency:Boolean (default = false ) — Specifies a boolean flag that can be set if relationships have modified dependency as well. This flag is
used by Publish Dependencies browser.
| |
bubbles:Boolean (default = false ) — Specifies whether the event can bubble up the display
list hierarchy.
| |
cancelable:Boolean (default = false ) — Indicates whether the behavior associated with the
event can be prevented.
|
GET_ALL_DEPENDENCIES_SEARCH | Konstante |
public static const GET_ALL_DEPENDENCIES_SEARCH:String = "getAllDependenciesSearch"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Event string informing about all the assets which are related to an asset either as a related dependency or contained dependency. This is used by Publish Dependencies browser.
GET_CONTAINED_ASSETS_SEARCH | Konstante |
public static const GET_CONTAINED_ASSETS_SEARCH:String = "getContainedAssetsSearch"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Event string informing about contained assets. Contained Assets refer to the assets which are referred by the asset whose relationships are being obtained. This is used by Relationship browser.
GET_RELATED_ASSETS_SEARCH | Konstante |
public static const GET_RELATED_ASSETS_SEARCH:String = "getRelatedAssetsSearch"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Event string informing about related assets. Related Assets are those assets which use the asset whose relationships are being obtained. This is used by Relationship browser.
Tue Jun 12 2018, 10:04 AM Z