| Pakiet | com.adobe.solutions.rca.services.impl |
| Klasa | public class ServiceLocator |
| Dziedziczenie | ServiceLocator Object |
| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Właściwości publiczne
Metody publiczne
| Metoda | Zdefiniowane przez | ||
|---|---|---|---|
The constructor for ServiceLocator class. | ServiceLocator | ||
[statyczny]
Returns the singleton instance of this class. | ServiceLocator | ||
Retrieves a RemoteObject service by name. | 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 | |
![]() |
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łe publiczne
| Stała | Zdefiniowane przez | ||
|---|---|---|---|
| AUDITOR_RO : String = "rca.Auditor" [statyczny]
Name of the auditor service. | ServiceLocator | ||
| REVIEW_COMMENTING_AND_APPROVAL_SERVICE_RO : String = "rca.ReviewAndApprovalService" [statyczny]
Name of the Review Commenting and Approval core service. | ServiceLocator | ||
| REVIEW_COMMENTING_AND_APPROVAL_UTIL_SERVICE_RO : String = "rca.ReviewCommentingAndApprovalUtil" [statyczny]
Name of the Review Commenting and Approval util service. | ServiceLocator | ||
| STAGE_MANAGEMENT_SERVICE_RO : String = "rca.StageManagementService" [statyczny]
Name of the stage management service. | ServiceLocator | ||
Konstruktor Szczegół
ServiceLocator | () | Konstruktor |
public function ServiceLocator()| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
The constructor for ServiceLocator class. Do not call this to get a new instance of ServiceLocator. Instead use the getInstance function.
Zgłasza
Error — ServiceLocator class is a singleton.
|
Szczegół metody
getInstance | () | metoda |
public static function getInstance():ServiceLocator| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Returns the singleton instance of this class.
ZwracaServiceLocator — It returns singleton instance of this class.
|
getRemoteObject | () | metoda |
public function getRemoteObject(name:String):RemoteObject| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
| 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 — It returns the requested RemoteObject or null if a remote object service is not
registered with the specified name.
|
Szczegół stałej
AUDITOR_RO | Stała |
public static const AUDITOR_RO:String = "rca.Auditor"| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Name of the auditor service.
REVIEW_COMMENTING_AND_APPROVAL_SERVICE_RO | Stała |
public static const REVIEW_COMMENTING_AND_APPROVAL_SERVICE_RO:String = "rca.ReviewAndApprovalService"| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Name of the Review Commenting and Approval core service.
REVIEW_COMMENTING_AND_APPROVAL_UTIL_SERVICE_RO | Stała |
public static const REVIEW_COMMENTING_AND_APPROVAL_UTIL_SERVICE_RO:String = "rca.ReviewCommentingAndApprovalUtil"| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Name of the Review Commenting and Approval util service.
STAGE_MANAGEMENT_SERVICE_RO | Stała |
public static const STAGE_MANAGEMENT_SERVICE_RO:String = "rca.StageManagementService"| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Review, Commenting, and Approval Building Block 10.0 |
| Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Name of the stage management service.
Tue Jun 12 2018, 12:06 PM Z
Ukryj dziedziczone właściwości publiczne
Pokaż dziedziczone właściwości publiczne