Guida di riferimento di ActionScript® 3.0 per la piattaforma Adobe® Flash®
Home  |  Nascondi elenco pacchetti e classi |  Pacchetti  |  Classi  |  Novità  |  Indice  |  Appendici  |  Perché in inglese?
Filtri: Recupero dati dal server...
Recupero dati dal server...
com.adobe.livecycle.rca.service 

ServiceLocator  - AS3 Review, Commenting, and Approval

Pacchettocom.adobe.livecycle.rca.service
Classepublic class ServiceLocator
EreditarietàServiceLocator Inheritance Object
Obsoleto da Review, Commenting, and Approval 10: Da utilizzare com.adobe.solutions.rca.services.impl.ServiceLocator

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 9.5
Versioni 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.



Proprietà pubbliche
 ProprietàDefinito da
 Inheritedconstructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto.
Object
Metodi pubblici
 MetodoDefinito da
  
Constructor.
ServiceLocator
  
[statico] Returns the singleton instance of this class.
ServiceLocator
  
Retrieves a RemoteObject service by name.
ServiceLocator
 Inherited
Indica se per un oggetto è definita una proprietà specifica.
Object
 Inherited
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro.
Object
 Inherited
Indica se la proprietà specificata esiste ed è enumerabile.
Object
 Inherited
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche.
Object
 Inherited
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate.
Object
 Inherited
Restituisce la rappresentazione in formato stringa dell'oggetto specificato.
Object
 Inherited
Restituisce il valore di base dell'oggetto specificato.
Object
Costanti pubbliche
 CostanteDefinito da
  COMBINE_MULTIPLE_DOCUMENTS_RO : String = "ReviewCommentingAndApproval/processes/util/CombineMultipleDocuments"
[statico] Specifies the name of the process that combines multiple documents.
ServiceLocator
  MANAGED_REVIEW_AND_APPROVAL_SERVICE_RO : String = "ReviewCommentingAndApprovalService"
[statico] Specifies the name of the service.
ServiceLocator
  MANAGED_REVIEW_AND_APPROVAL_UTIL_RO : String = "ReviewCommentingAndApprovalUtil"
[statico] Specifies the name of the building block utility service.
ServiceLocator
  SERVICELOCATOR_RO : String = "serviceLocator"
[statico] Specifies the value for the service locator.
ServiceLocator
Descrizione della funzione di costruzione

ServiceLocator

()Funzione di costruzione
public function ServiceLocator()

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 9.5
Versioni runtime: Flash Player 9, Flash Player 10, AIR (unsupported)

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


Genera
Error — ServiceLocator class is a singleton.
Descrizione dei metodi

getInstance

()metodo
public static function getInstance():ServiceLocator

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 9.5
Versioni runtime: Flash Player 9, Flash Player 10, AIR (unsupported)

Returns the singleton instance of this class.

Restituisce
ServiceLocator

getRemoteObject

()metodo 
public function getRemoteObject(name:String):RemoteObject

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 9.5
Versioni runtime: Flash Player 9, Flash Player 10, AIR (unsupported)

Retrieves a RemoteObject service by name.

Parametri

name:String — The name of RemoteObject to retrieve.

Restituisce
RemoteObject — The RemoteObject requested. Null if a remote object service with the specified name is not registered.
Descrizione delle costanti

COMBINE_MULTIPLE_DOCUMENTS_RO

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

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 9.5
Versioni 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

Costante 
public static const MANAGED_REVIEW_AND_APPROVAL_SERVICE_RO:String = "ReviewCommentingAndApprovalService"

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 9.5
Versioni runtime: Flash Player 9, Flash Player 10, AIR (unsupported)

Specifies the name of the service.

MANAGED_REVIEW_AND_APPROVAL_UTIL_RO

Costante 
public static const MANAGED_REVIEW_AND_APPROVAL_UTIL_RO:String = "ReviewCommentingAndApprovalUtil"

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 9.5
Versioni runtime: Flash Player 9, Flash Player 10, AIR (unsupported)

Specifies the name of the building block utility service.

SERVICELOCATOR_RO

Costante 
public static const SERVICELOCATOR_RO:String = "serviceLocator"

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Review, Commenting, and Approval 9.5
Versioni runtime: Flash Player 9, Flash Player 10, AIR (unsupported)

Specifies the value for the service locator.





[ X ]Perché in inglese?
Il contenuto della Guida di riferimento di ActionScript 3.0 appare in inglese

Non tutte le parti della Guida di riferimento di ActionScript 3.0 sono tradotte in tutte le lingue. Quando un elemento del linguaggio non è tradotto, viene riportato in inglese. Ad esempio, la classe ga.controls.HelpBox non è tradotta in nessuna lingua. Pertanto, nella versione italiana della guida di riferimento, la descrizione della classe ga.controls.HelpBox è riportata in inglese.