| Pacchetto | com.adobe.ep.ux.content.services |
| Classe | public final class ServiceLocator |
| Ereditarietà | ServiceLocator Object |
| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Contenuti 10 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
| Metodo | Definito da | ||
|---|---|---|---|
Constructor. | ServiceLocator | ||
Retrieves the remote object for the ActivationManager service
| ServiceLocator | ||
Retrieves a DataService service by destinationName. | ServiceLocator | ||
[statico]
Returns the singleton instance of this class. | ServiceLocator | ||
Retrieves a RemoteObject service by name. | ServiceLocator | ||
Retrieves the remote object for the VersionRestoreManager service
| ServiceLocator | ||
![]() |
Indica se per un oggetto è definita una proprietà specifica. | Object | |
![]() |
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | |
![]() |
Indica se la proprietà specificata esiste ed è enumerabile. | Object | |
Disconnects the channels for all existing Data Services and reset the Data Service instance cache. | ServiceLocator | ||
![]() |
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | |
![]() |
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | |
![]() |
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | |
![]() |
Restituisce il valore di base dell'oggetto specificato. | Object | |
| Costante | Definito da | ||
|---|---|---|---|
| ACTIVATION_MANAGER_SERVICE_RO : String = "lc.content.remote.activate.activationManager" [statico]
The ServiceLocator.ACTIVATION_MANAGER_SERVICE_RO constant defines the value of the ActivationManager
service destination. | ServiceLocator | ||
| VERSION_RESTORE_MANAGER_SERVICE_RO : String = "lc.content.remote.activate.versionRestoreManager" [statico]
The ServiceLocator.VERSION_RESTORE_MANAGER_SERVICE_RO constant defines the value of the VersionRestoreManager
service destination. | ServiceLocator | ||
ServiceLocator | () | Funzione di costruzione |
public function ServiceLocator()| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Contenuti 10 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Constructor. Do not call this to get a new ServiceLocator. Use the getInstance() function instead.
Genera
Error — ServiceLocator class is a singleton.
|
getActivationManagerService | () | metodo |
public function getActivationManagerService():RemoteObject| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Contenuti 10 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Retrieves the remote object for the ActivationManager service
RestituisceRemoteObject — The RemoteObject for ActivationManager service.
|
getDataService | () | metodo |
public function getDataService(destinationName:String):DataService| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Contenuti 10 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Retrieves a DataService service by destinationName.
Parametri
destinationName:String — The destinationName of the DataService to retrieve.
|
DataService — The DataService requested.
|
getInstance | () | metodo |
public static function getInstance():ServiceLocator| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Contenuti 10 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Returns the singleton instance of this class.
RestituisceServiceLocator — The only instance of the Service Locator to manage Data Services and remoting services.
|
getRemoteObject | () | metodo |
public function getRemoteObject(name:String):RemoteObject| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Contenuti 10 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Retrieves a RemoteObject service by name.
Parametri
name:String — The name of the RemoteObject to retrieve.
|
RemoteObject — The RemoteObject requested or null if a remote object service isn't registered with the specified name.
|
getVersionRestoreManagerService | () | metodo |
public function getVersionRestoreManagerService():RemoteObject| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Contenuti 10 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Retrieves the remote object for the VersionRestoreManager service
RestituisceRemoteObject — The RemoteObject for VersionRestoreManager service.
|
reset | () | metodo |
public function reset():void| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Contenuti 10 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Disconnects the channels for all existing Data Services and reset the Data Service instance cache.
ACTIVATION_MANAGER_SERVICE_RO | Costante |
public static const ACTIVATION_MANAGER_SERVICE_RO:String = "lc.content.remote.activate.activationManager"| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Contenuti 10 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
The ServiceLocator.ACTIVATION_MANAGER_SERVICE_RO constant defines the value of the ActivationManager service destination.
VERSION_RESTORE_MANAGER_SERVICE_RO | Costante |
public static const VERSION_RESTORE_MANAGER_SERVICE_RO:String = "lc.content.remote.activate.versionRestoreManager"| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Contenuti 10 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
The ServiceLocator.VERSION_RESTORE_MANAGER_SERVICE_RO constant defines the value of the VersionRestoreManager service destination.
Tue Jun 12 2018, 02:44 PM Z
Nascondi proprietà pubbliche ereditate
Mostra proprietà pubbliche ereditate