Paquete | com.adobe.livecycle.rca.service |
Clase | public class ServiceLocator |
Herencia | ServiceLocator Object |
Desfasado desde Review, Commenting, and Approval 10: Utilice com.adobe.solutions.rca.services.impl.ServiceLocator
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 9.5 |
Versiones de motor de ejecución: | 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.
Propiedades públicas
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Constructor. | ServiceLocator | ||
[estática] Returns the singleton instance of this class. | ServiceLocator | ||
Retrieves a RemoteObject service by name. | ServiceLocator | ||
Indica si un objeto tiene definida una propiedad especificada. | Object | ||
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | ||
Indica si existe la propiedad especificada y si es enumerable. | Object | ||
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | ||
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | ||
Devuelve la representación de cadena del objeto especificado. | Object | ||
Devuelve el valor simple del objeto especificado. | Object |
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
COMBINE_MULTIPLE_DOCUMENTS_RO : String = "ReviewCommentingAndApproval/processes/util/CombineMultipleDocuments" [estática]
Specifies the name of the process that combines multiple documents. | ServiceLocator | ||
MANAGED_REVIEW_AND_APPROVAL_SERVICE_RO : String = "ReviewCommentingAndApprovalService" [estática]
Specifies the name of the service. | ServiceLocator | ||
MANAGED_REVIEW_AND_APPROVAL_UTIL_RO : String = "ReviewCommentingAndApprovalUtil" [estática]
Specifies the name of the building block utility service. | ServiceLocator | ||
SERVICELOCATOR_RO : String = "serviceLocator" [estática]
Specifies the value for the service locator. | ServiceLocator |
Información sobre constructores
ServiceLocator | () | Información sobre |
public function ServiceLocator()
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 9.5 |
Versiones de motor de ejecución: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Constructor. Do not call this to get a new ServiceLocator. Use the getInstance() function instead.
Emite
Error — ServiceLocator class is a singleton.
|
Información sobre métodos
getInstance | () | método |
public static function getInstance():ServiceLocator
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 9.5 |
Versiones de motor de ejecución: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Returns the singleton instance of this class.
Valor devueltoServiceLocator |
getRemoteObject | () | método |
public function getRemoteObject(name:String):RemoteObject
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 9.5 |
Versiones de motor de ejecución: | 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.
|
Información sobre constantes
COMBINE_MULTIPLE_DOCUMENTS_RO | Constante |
public static const COMBINE_MULTIPLE_DOCUMENTS_RO:String = "ReviewCommentingAndApproval/processes/util/CombineMultipleDocuments"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 9.5 |
Versiones de motor de ejecución: | 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"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 9.5 |
Versiones de motor de ejecución: | 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"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 9.5 |
Versiones de motor de ejecución: | 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"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 9.5 |
Versiones de motor de ejecución: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies the value for the service locator.
Tue Jun 12 2018, 02:12 PM Z