Пакет | com.adobe.solutions.rca.services.impl |
Класс | public class ServiceLocator |
Наследование | ServiceLocator Object |
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10.0 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
Общедоступные свойства
Общедоступные методы
Метод | Определено | ||
---|---|---|---|
The constructor for ServiceLocator class. | ServiceLocator | ||
[статические]
Returns the singleton instance of this class. | ServiceLocator | ||
Retrieves a RemoteObject service by name. | ServiceLocator | ||
Показывает, определено ли заданное свойство для объекта. | Object | ||
Показывает, есть ли экземпляр класса Object в цепи прототипов объекта, заданного в качестве параметра. | Object | ||
Показывает наличие заданного свойства и его перечисляемость. | Object | ||
Задает доступность динамического свойства для операций цикла. | Object | ||
Возвращает строковое представление этого объекта, отформатированного в соответствии со стандартами, принятыми для данной локали. | Object | ||
Возвращает строковое представление заданного объекта. | Object | ||
Возвращает элементарное значение заданного объекта. | Object |
Общедоступные константы
Константа | Определено | ||
---|---|---|---|
AUDITOR_RO : String = "rca.Auditor" [статические]
Name of the auditor service. | ServiceLocator | ||
REVIEW_COMMENTING_AND_APPROVAL_SERVICE_RO : String = "rca.ReviewAndApprovalService" [статические]
Name of the Review Commenting and Approval core service. | ServiceLocator | ||
REVIEW_COMMENTING_AND_APPROVAL_UTIL_SERVICE_RO : String = "rca.ReviewCommentingAndApprovalUtil" [статические]
Name of the Review Commenting and Approval util service. | ServiceLocator | ||
STAGE_MANAGEMENT_SERVICE_RO : String = "rca.StageManagementService" [статические]
Name of the stage management service. | ServiceLocator |
Сведения о конструкторе
ServiceLocator | () | Конструктор |
public function ServiceLocator()
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10.0 |
Версии среды выполнения: | 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.
Выдает
Error — ServiceLocator class is a singleton.
|
Сведения о методе
getInstance | () | метод |
public static function getInstance():ServiceLocator
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10.0 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
Returns the singleton instance of this class.
ВозвращаетServiceLocator — It returns singleton instance of this class.
|
getRemoteObject | () | метод |
public function getRemoteObject(name:String):RemoteObject
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10.0 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
Retrieves a RemoteObject
service by name.
Параметры
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.
|
Сведения о константе
AUDITOR_RO | Константа |
public static const AUDITOR_RO:String = "rca.Auditor"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10.0 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
Name of the auditor service.
REVIEW_COMMENTING_AND_APPROVAL_SERVICE_RO | Константа |
public static const REVIEW_COMMENTING_AND_APPROVAL_SERVICE_RO:String = "rca.ReviewAndApprovalService"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10.0 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
Name of the Review Commenting and Approval core service.
REVIEW_COMMENTING_AND_APPROVAL_UTIL_SERVICE_RO | Константа |
public static const REVIEW_COMMENTING_AND_APPROVAL_UTIL_SERVICE_RO:String = "rca.ReviewCommentingAndApprovalUtil"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10.0 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
Name of the Review Commenting and Approval util service.
STAGE_MANAGEMENT_SERVICE_RO | Константа |
public static const STAGE_MANAGEMENT_SERVICE_RO:String = "rca.StageManagementService"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 10.0 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
Name of the stage management service.
Tue Jun 12 2018, 11:34 AM Z