Pacote | com.adobe.ep.ux.content.event |
Classe | public class RelationEvent |
Herança | RelationEvent Event Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Propriedade | Definido por | ||
---|---|---|---|
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 [somente leitura]
Indica se um evento é do tipo bubbling. | Event | ||
cancelable : Boolean [somente leitura]
Indica se o comportamento associado ao evento pode ser impedido. | Event | ||
constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | ||
currentTarget : Object [somente leitura]
O objeto que está processando ativamente o objeto Event com um ouvinte de evento. | Event | ||
eventPhase : uint [somente leitura]
A fase atual no fluxo de eventos. | 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 [somente leitura]
O destino de evento. | Event | ||
type : String [somente leitura]
O tipo de evento. | Event |
Método | Definido por | ||
---|---|---|---|
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 | ||
Duplica uma ocorrência de uma subclasse Event. | Event | ||
Uma função de utilitário para implementar o método toString() em classes ActionScript 3.0 Event personalizadas. | Event | ||
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
Verifica se o método preventDefault() foi chamado no evento. | Event | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Cancela um comportamento padrão de evento se esse comportamento puder ser cancelado. | Event | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Impede o processamento de qualquer ouvinte de evento no nó atual e qualquer nó subsequente no fluxo de eventos. | Event | ||
Impede o processamento de algum ouvinte de evento em nós subsequentes ao nó atual no fluxo de eventos. | Event | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna uma string que contém todas as propriedades do objeto Event. | Event | ||
Retorna o valor primitivo do objeto especificado. | Object |
Constante | Definido por | ||
---|---|---|---|
GET_ALL_DEPENDENCIES_SEARCH : String = "getAllDependenciesSearch" [estático]
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" [estático]
Event string informing about contained assets. | RelationEvent | ||
GET_RELATED_ASSETS_SEARCH : String = "getRelatedAssetsSearch" [estático]
Event string informing about related assets. | RelationEvent |
assetDescriptor | propriedade |
public var assetDescriptor:com.adobe.ep.ux.content.model.asset:AssetTypeDescriptor
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Asset Type Descriptor for the above asset.
assetVO | propriedade |
public var assetVO:Object
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
The Asset whose dependencies/relations are being searched for.
hasModifiedDependency | propriedade |
public var hasModifiedDependency:Boolean
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versões de runtime: | 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 | propriedade |
public var relationsList:IList
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
The List of Relations based on which Search is performed.
resultsCollection | propriedade |
public var resultsCollection:ListCollectionView
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
The list of Results.
RelationEvent | () | Construtor |
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)
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Constructor.
Parâmetrostype: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 | Constante |
public static const GET_ALL_DEPENDENCIES_SEARCH:String = "getAllDependenciesSearch"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versões de runtime: | 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 | Constante |
public static const GET_CONTAINED_ASSETS_SEARCH:String = "getContainedAssetsSearch"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versões de runtime: | 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 | Constante |
public static const GET_RELATED_ASSETS_SEARCH:String = "getRelatedAssetsSearch"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versões de runtime: | 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.
Wed Jun 13 2018, 11:10 AM Z