Referencia de ActionScript® 3.0 para la plataforma de Adobe® Flash®
Inicio  |  Ocultar lista de paquetes y clases |  Paquetes  |  Clases  |  Novedades  |  Índice  |  Apéndices  |  ¿Por qué hay texto en inglés?
Filtros: Recuperando datos del servidor...
Recuperando datos del servidor...
com.adobe.livecycle.rca.service 

ServiceLocator  - AS3 Review, Commenting, and Approval

Paquetecom.adobe.livecycle.rca.service
Clasepublic class ServiceLocator
HerenciaServiceLocator Inheritance 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)

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.



Propiedades públicas
 PropiedadDefinido por
 Inheritedconstructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada.
Object
Métodos públicos
 MétodoDefinido por
  
Constructor.
ServiceLocator
  
[estática] Returns the singleton instance of this class.
ServiceLocator
  
Retrieves a RemoteObject service by name.
ServiceLocator
 Inherited
Indica si un objeto tiene definida una propiedad especificada.
Object
 Inherited
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro.
Object
 Inherited
Indica si existe la propiedad especificada y si es enumerable.
Object
 Inherited
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle.
Object
 Inherited
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional.
Object
 Inherited
Devuelve la representación de cadena del objeto especificado.
Object
 Inherited
Devuelve el valor simple del objeto especificado.
Object
Constantes públicas
 ConstanteDefinido 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 devuelto
ServiceLocator

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.

Valor devuelto
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.





[ X ]¿Por qué hay texto en inglés?
Cierto contenido de la Referencia de ActionScript 3.0 se muestra en inglés

No todo el contenido de la Referencia de ActionScript 3.0 se traduce a todos los idiomas. Si un elemento del lenguaje no se traduce, aparecerá en inglés. Por ejemplo, la clase ga.controls.HelpBox no está traducida en ningún idioma. Por lo tanto, en la versión en español de la referencia, la clase ga.controls.HelpBox aparecerá en inglés.