Pacote | com.adobe.solutions.rca.service |
Classe | public class RCAServiceProvider |
Herança | RCAServiceProvider Object |
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) |
Propriedade | Definido por | ||
---|---|---|---|
constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | ||
impl : IRCAServiceProvider [estático]
This property holds a reference to the actual implementation instance which creates the service objects. | RCAServiceProvider |
Método | Definido por | ||
---|---|---|---|
The constructor of RCAServiceProvider class. | RCAServiceProvider | ||
[estático]
This operation returns an instance of auditor service. | RCAServiceProvider | ||
[estático]
This operation returns an instance of file data service. | RCAServiceProvider | ||
[estático]
This operation returns an instance of Review Commenting and Approval service. | RCAServiceProvider | ||
[estático]
This operation returns an instance of Review Commenting and Approval util service. | RCAServiceProvider | ||
[estático]
This operation returns an instance of stage management service. | RCAServiceProvider | ||
[estático]
This operation returns an instance of user manager service. | RCAServiceProvider | ||
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 |
impl | propriedade |
impl:IRCAServiceProvider
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 property holds a reference to the actual implementation instance which creates the service objects.
Implementação
public static function get impl():IRCAServiceProvider
public static function set impl(value:IRCAServiceProvider):void
RCAServiceProvider | () | Construtor |
public function RCAServiceProvider()
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) |
The constructor of RCAServiceProvider
class.
getAuditor | () | método |
public static function getAuditor():IAuditor
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 operation returns an instance of auditor service.
RetornaIAuditor — It returns an instance of auditor service.
|
Elementos da API relacionados
getFileDataService | () | método |
public static function getFileDataService():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 operation returns an instance of file data service. The service instance can be used to get managed instance of file.
RetornaIFileDataService — It returns an instance of file data service.
|
Elementos da API relacionados
getReviewCommentingAndApprovalService | () | método |
public static function getReviewCommentingAndApprovalService():IReviewCommentingAndApproval
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 operation returns an instance of Review Commenting and Approval service.
RetornaIReviewCommentingAndApproval — It returns an instance of Review Commenting and Approval service.
|
Elementos da API relacionados
getReviewCommentingAndApprovalUtil | () | método |
public static function getReviewCommentingAndApprovalUtil():IReviewCommentingAndApprovalUtil
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 operation returns an instance of Review Commenting and Approval util service.
RetornaIReviewCommentingAndApprovalUtil — instance of Review Commenting and Approval util service.
|
Elementos da API relacionados
getStageManagement | () | método |
public static function getStageManagement():IStageManagement
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 operation returns an instance of stage management service.
RetornaIStageManagement — It returns an instance of stage management service.
|
Elementos da API relacionados
getUserManager | () | método |
public static function getUserManager():IUserManager
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 operation returns an instance of user manager service.
RetornaIUserManager — It returns an instance of user manager service.
|
Elementos da API relacionados
Wed Jun 13 2018, 11:10 AM Z