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.livecycle.rca.service 

ServiceLocator  - AS3 Review, Commenting, and Approval

Pacotecom.adobe.livecycle.rca.service
Classepublic class ServiceLocator
HerançaServiceLocator Inheritance Object
Obsoleto desde Review, Commenting, and Approval 10: Use com.adobe.solutions.rca.services.impl.ServiceLocator

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

Singleton helper for defining, locating, and working with various types of services. This is a simplified version of the com.adobe.cairngorm.business.ServiceLocator class. Use it instead of including Cairngorm as a dependency for this project for this class only.



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
Métodos públicos
 MétodoDefinido por
  
Constructor.
ServiceLocator
  
[estático] Returns the singleton instance of this class.
ServiceLocator
  
Retrieves a RemoteObject service by name.
ServiceLocator
 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
  COMBINE_MULTIPLE_DOCUMENTS_RO : String = "ReviewCommentingAndApproval/processes/util/CombineMultipleDocuments"
[estático] Specifies the name of the process that combines multiple documents.
ServiceLocator
  MANAGED_REVIEW_AND_APPROVAL_SERVICE_RO : String = "ReviewCommentingAndApprovalService"
[estático] Specifies the name of the service.
ServiceLocator
  MANAGED_REVIEW_AND_APPROVAL_UTIL_RO : String = "ReviewCommentingAndApprovalUtil"
[estático] Specifies the name of the building block utility service.
ServiceLocator
  SERVICELOCATOR_RO : String = "serviceLocator"
[estático] Specifies the value for the service locator.
ServiceLocator
Detalhes do construtor

ServiceLocator

()Construtor
public function ServiceLocator()

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

Constructor. Do not call this to get a new ServiceLocator. Use the getInstance() function instead.


Lança
Error — ServiceLocator class is a singleton.
Detalhes do método

getInstance

()método
public static function getInstance():ServiceLocator

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

Returns the singleton instance of this class.

Retorna
ServiceLocator

getRemoteObject

()método 
public function getRemoteObject(name:String):RemoteObject

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

Retrieves a RemoteObject service by name.

Parâmetros

name:String — The name of RemoteObject to retrieve.

Retorna
RemoteObject — The RemoteObject requested. Null if a remote object service with the specified name is not registered.
Detalhes da constante

COMBINE_MULTIPLE_DOCUMENTS_RO

Constante
public static const COMBINE_MULTIPLE_DOCUMENTS_RO:String = "ReviewCommentingAndApproval/processes/util/CombineMultipleDocuments"

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

Specifies the name of the process that combines multiple documents.

MANAGED_REVIEW_AND_APPROVAL_SERVICE_RO

Constante 
public static const MANAGED_REVIEW_AND_APPROVAL_SERVICE_RO:String = "ReviewCommentingAndApprovalService"

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

Specifies the name of the service.

MANAGED_REVIEW_AND_APPROVAL_UTIL_RO

Constante 
public static const MANAGED_REVIEW_AND_APPROVAL_UTIL_RO:String = "ReviewCommentingAndApprovalUtil"

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

Specifies the name of the building block utility service.

SERVICELOCATOR_RO

Constante 
public static const SERVICELOCATOR_RO:String = "serviceLocator"

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

Specifies the value for the service locator.





[ 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.