Pacote | com.adobe.solutions.rca.services.impl |
Classe | public class FileDataService |
Herança | FileDataService 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) |
Propriedades públicas
Propriedades protegidas
Propriedade | Definido por | ||
---|---|---|---|
fileCollection : ListCollectionView
A collection of files that are populated by data services. | FileDataService |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
The constructor for FileDataService class. | FileDataService | ||
Gets managed instance of file located at the filePath. | FileDataService | ||
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
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 | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna a representação de string do objeto especificado. | Object | ||
Retorna o valor primitivo do objeto especificado. | Object |
Constantes públicas
Constante | Definido 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.
|
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.
Wed Jun 13 2018, 11:10 AM Z