Пакет | com.adobe.livecycle.rca.service |
Класс | public class ServiceLocator |
Наследование | ServiceLocator Object |
Устарело с Review, Commenting, and Approval 10: Используйте com.adobe.solutions.rca.services.impl.ServiceLocator
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 9.5 |
Версии среды выполнения: | Flash Player 9, Flash Player 10, AIR (unsupported) |
com.adobe.cairngorm.business.ServiceLocator
class.
Use it instead of including Cairngorm
as a dependency for this project for this class only.
Общедоступные свойства
Общедоступные методы
Метод | Определено | ||
---|---|---|---|
Constructor. | ServiceLocator | ||
[статические] Returns the singleton instance of this class. | ServiceLocator | ||
Retrieves a RemoteObject service by name. | ServiceLocator | ||
Показывает, определено ли заданное свойство для объекта. | Object | ||
Показывает, есть ли экземпляр класса Object в цепи прототипов объекта, заданного в качестве параметра. | Object | ||
Показывает наличие заданного свойства и его перечисляемость. | Object | ||
Задает доступность динамического свойства для операций цикла. | Object | ||
Возвращает строковое представление этого объекта, отформатированного в соответствии со стандартами, принятыми для данной локали. | Object | ||
Возвращает строковое представление заданного объекта. | Object | ||
Возвращает элементарное значение заданного объекта. | Object |
Общедоступные константы
Константа | Определено | ||
---|---|---|---|
COMBINE_MULTIPLE_DOCUMENTS_RO : String = "ReviewCommentingAndApproval/processes/util/CombineMultipleDocuments" [статические]
Specifies the name of the process that combines multiple documents. | ServiceLocator | ||
MANAGED_REVIEW_AND_APPROVAL_SERVICE_RO : String = "ReviewCommentingAndApprovalService" [статические]
Specifies the name of the service. | ServiceLocator | ||
MANAGED_REVIEW_AND_APPROVAL_UTIL_RO : String = "ReviewCommentingAndApprovalUtil" [статические]
Specifies the name of the building block utility service. | ServiceLocator | ||
SERVICELOCATOR_RO : String = "serviceLocator" [статические]
Specifies the value for the service locator. | ServiceLocator |
Сведения о конструкторе
ServiceLocator | () | Конструктор |
public function ServiceLocator()
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 9.5 |
Версии среды выполнения: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Constructor. Do not call this to get a new ServiceLocator. Use the getInstance() function instead.
Выдает
Error — ServiceLocator class is a singleton.
|
Сведения о методе
getInstance | () | метод |
public static function getInstance():ServiceLocator
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 9.5 |
Версии среды выполнения: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Returns the singleton instance of this class.
ВозвращаетServiceLocator |
getRemoteObject | () | метод |
public function getRemoteObject(name:String):RemoteObject
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 9.5 |
Версии среды выполнения: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Retrieves a RemoteObject service by name.
Параметры
name:String — The name of RemoteObject to retrieve.
|
RemoteObject — The RemoteObject requested. Null if a remote object service with the specified name
is not registered.
|
Сведения о константе
COMBINE_MULTIPLE_DOCUMENTS_RO | Константа |
public static const COMBINE_MULTIPLE_DOCUMENTS_RO:String = "ReviewCommentingAndApproval/processes/util/CombineMultipleDocuments"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 9.5 |
Версии среды выполнения: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies the name of the process that combines multiple documents.
MANAGED_REVIEW_AND_APPROVAL_SERVICE_RO | Константа |
public static const MANAGED_REVIEW_AND_APPROVAL_SERVICE_RO:String = "ReviewCommentingAndApprovalService"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 9.5 |
Версии среды выполнения: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies the name of the service.
MANAGED_REVIEW_AND_APPROVAL_UTIL_RO | Константа |
public static const MANAGED_REVIEW_AND_APPROVAL_UTIL_RO:String = "ReviewCommentingAndApprovalUtil"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 9.5 |
Версии среды выполнения: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies the name of the building block utility service.
SERVICELOCATOR_RO | Константа |
public static const SERVICELOCATOR_RO:String = "serviceLocator"
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 9.5 |
Версии среды выполнения: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Specifies the value for the service locator.
Tue Jun 12 2018, 11:34 AM Z