Referência do ActionScript® 3.0 para Adobe® Flash® Platform
Início  |  Ocultar listas de Pacotes e Classes |  Pacotes  |  Classes  |  Novidades  |  Índice  |  Apêndices  |  Por que inglês?
Filtros: Recuperando dados do servidor...
Recuperando dados do servidor...
com.adobe.solutions.rca.services.impl 

FileDataService  - AS3 Review, Commenting, and Approval

Pacotecom.adobe.solutions.rca.services.impl
Classepublic class FileDataService
HerançaFileDataService Inheritance Object
Implementações IFileDataService

Versão da linguagem: ActionScript 3.0
Versão de produto: Review, Commenting, and Approval Building Block 10
Versões de runtime: Flash Player 10.2, AIR (unsupported)

This class implements the operations on managed file instances.



Propriedades públicas
 PropriedadeDefinido por
 Inheritedconstructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto.
Object
Propriedades protegidas
 PropriedadeDefinido por
  fileCollection : ListCollectionView
A collection of files that are populated by data services.
FileDataService
Métodos públicos
 MétodoDefinido por
  
The constructor for FileDataService class.
FileDataService
  
Gets managed instance of file located at the filePath.
FileDataService
 Inherited
Indica se um objeto tem uma propriedade especificada definida.
Object
 Inherited
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro.
Object
 Inherited
Indica se a propriedade especificada existe e é enumerável.
Object
 Inherited
Define a disponibilidade de uma propriedade dinâmica para operações de repetição.
Object
 Inherited
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade.
Object
 Inherited
Retorna a representação de string do objeto especificado.
Object
 Inherited
Retorna o valor primitivo do objeto especificado.
Object
Constantes públicas
 ConstanteDefinido por
  FILE_MANAGEMENT_DATA_SERVICE_DS : String = "com.adobe.livecycle.content.File"
[estático] Name of the file management data service.
FileDataService
Detalhes da propriedade

fileCollection

propriedade
protected var fileCollection:ListCollectionView

Versão da linguagem: ActionScript 3.0
Versão de produto: Review, Commenting, and Approval Building Block 10.0
Versões de runtime: Flash Player 10.2, AIR (unsupported)

A collection of files that are populated by data services.

Detalhes do construtor

FileDataService

()Construtor
public function FileDataService()

Versão da linguagem: ActionScript 3.0
Versão de produto: Review, Commenting, and Approval Building Block 10.0
Versões de runtime: Flash Player 10.2, AIR (unsupported)

The constructor for FileDataService class.

Detalhes do método

getManagedFile

()método
public function getManagedFile(filePath:String):mx.rpc:AsyncToken

Versão da linguagem: ActionScript 3.0
Versão de produto: Review, Commenting, and Approval Building Block 10.0
Versões de runtime: Flash Player 10.2, AIR (unsupported)

Gets managed instance of file located at the filePath. This helps to listen to any changes in the content of the file.

Parâmetros

filePath:String — The path to the file of which a managed instance is sought.

Retorna
mx.rpc:AsyncToken — It returns a token on which success or failure handlers can be attached. The resulting event contains a managed instance of the file.
Detalhes da constante

FILE_MANAGEMENT_DATA_SERVICE_DS

Constante
public static const FILE_MANAGEMENT_DATA_SERVICE_DS:String = "com.adobe.livecycle.content.File"

Versão da linguagem: ActionScript 3.0
Versão de produto: Review, Commenting, and Approval Building Block 10.0
Versões de runtime: Flash Player 10.2, AIR (unsupported)

Name of the file management data service.





[ X ]Por que inglês?
O conteúdo na Referência do ActionScript 3.0 aparece em inglês

Nem todas as partes da Referência do ActionScript 3.0 estão traduzidas em todos os idiomas. Quando um elemento de um idioma não está traduzido, ele é exibido em inglês. Por exemplo, a classe ga.controls.HelpBox não está traduzida em nenhum idioma. Por isso, na versão da referência em português do Brasil, a classe ga.controls.HelpBox é exibida em inglês.