Pacote | com.adobe.livecycle.rca.service |
Classe | public class ServiceLocator |
Herança | ServiceLocator 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) |
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
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Constructor. | ServiceLocator | ||
[estático] Returns the singleton instance of this class. | ServiceLocator | ||
Retrieves a RemoteObject service by name. | ServiceLocator | ||
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 | ||
---|---|---|---|
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.
RetornaServiceLocator |
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.
|
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.
Wed Jun 13 2018, 11:10 AM Z