Pakiet | com.adobe.ep.ux.content.services |
Klasa | public final class ServiceLocator |
Dziedziczenie | ServiceLocator ![]() |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Metoda | Zdefiniowane przez | ||
---|---|---|---|
Constructor. | ServiceLocator | ||
Retrieves the remote object for the ActivationManager service
| ServiceLocator | ||
Retrieves a DataService service by destinationName. | ServiceLocator | ||
[statyczny]
Returns the singleton instance of this class. | ServiceLocator | ||
Retrieves a RemoteObject service by name. | ServiceLocator | ||
Retrieves the remote object for the VersionRestoreManager service
| ServiceLocator | ||
![]() |
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | |
![]() |
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | |
![]() |
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | |
Disconnects the channels for all existing Data Services and reset the Data Service instance cache. | ServiceLocator | ||
![]() |
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | |
![]() |
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | |
![]() |
Zwraca ciąg reprezentujący określony obiekt. | Object | |
![]() |
Zwraca pierwotną wartość dla określonego obiektu. | Object |
Stała | Zdefiniowane przez | ||
---|---|---|---|
ACTIVATION_MANAGER_SERVICE_RO : String = "lc.content.remote.activate.activationManager" [statyczny]
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" [statyczny]
The ServiceLocator.VERSION_RESTORE_MANAGER_SERVICE_RO constant defines the value of the VersionRestoreManager
service destination. | ServiceLocator |
ServiceLocator | () | Konstruktor |
public function ServiceLocator()
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Constructor. Do not call this to get a new ServiceLocator. Use the getInstance() function instead.
Zgłasza
Error — ServiceLocator class is a singleton.
|
getActivationManagerService | () | metoda |
public function getActivationManagerService():RemoteObject
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Retrieves the remote object for the ActivationManager service
ZwracaRemoteObject — The RemoteObject for ActivationManager service.
|
getDataService | () | metoda |
public function getDataService(destinationName:String):DataService
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Retrieves a DataService service by destinationName.
Parametry
destinationName:String — The destinationName of the DataService to retrieve.
|
DataService — The DataService requested.
|
getInstance | () | metoda |
public static function getInstance():ServiceLocator
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Returns the singleton instance of this class.
ZwracaServiceLocator — The only instance of the Service Locator to manage Data Services and remoting services.
|
getRemoteObject | () | metoda |
public function getRemoteObject(name:String):RemoteObject
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Retrieves a RemoteObject service by name.
Parametry
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 | () | metoda |
public function getVersionRestoreManagerService():RemoteObject
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Retrieves the remote object for the VersionRestoreManager service
ZwracaRemoteObject — The RemoteObject for VersionRestoreManager service.
|
reset | () | metoda |
public function reset():void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Wersje środowiska wykonawczego: | 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 | Stała |
public static const ACTIVATION_MANAGER_SERVICE_RO:String = "lc.content.remote.activate.activationManager"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Wersje środowiska wykonawczego: | 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 | Stała |
public static const VERSION_RESTORE_MANAGER_SERVICE_RO:String = "lc.content.remote.activate.versionRestoreManager"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Wersje środowiska wykonawczego: | 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, 12:06 PM Z