Пакет | com.adobe.livecycle.rca.service |
Класс | public class ServiceDelegate |
Наследование | ServiceDelegate Object |
Подклассы | CombineMultipleDocuments, ReviewCommentingAndApprovalService, ReviewCommentingAndApprovalUtil |
Устарело с Review, Commenting, and Approval 10New Review, Commenting, and Approval APIs do not use a service delegates.
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 9.5 |
Версии среды выполнения: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Общедоступные свойства
Защищенные свойства
Свойство | Определено | ||
---|---|---|---|
className : String [только для чтения]
Retrieves the class name of the service. | ServiceDelegate |
Общедоступные методы
Метод | Определено | ||
---|---|---|---|
Constructor. | ServiceDelegate | ||
Показывает, определено ли заданное свойство для объекта. | Object | ||
Показывает, есть ли экземпляр класса Object в цепи прототипов объекта, заданного в качестве параметра. | Object | ||
Показывает наличие заданного свойства и его перечисляемость. | Object | ||
Задает доступность динамического свойства для операций цикла. | Object | ||
Возвращает строковое представление этого объекта, отформатированного в соответствии со стандартами, принятыми для данной локали. | Object | ||
Возвращает строковое представление заданного объекта. | Object | ||
Возвращает элементарное значение заданного объекта. | Object |
Защищенные методы
Метод | Определено | ||
---|---|---|---|
Retrieves a DefaultResponder for the given token. | ServiceDelegate | ||
Default fault handler for the asynchronous operation. | ServiceDelegate | ||
Default result handler for the asynchronous operation. | ServiceDelegate |
Сведения о свойстве
className | свойство |
className:String
[только для чтения] Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 9.5 |
Версии среды выполнения: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Retrieves the class name of the service.
Реализация
protected function get className():String
Сведения о конструкторе
ServiceDelegate | () | Конструктор |
public function ServiceDelegate()
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 9.5 |
Версии среды выполнения: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Constructor.
Сведения о методе
getDefaultResponder | () | метод |
protected function getDefaultResponder(token:com.adobe.livecycle.rca.token:RCAToken):DefaultResponder
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 9.5 |
Версии среды выполнения: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Retrieves a DefaultResponder
for the given token. If it is successful, the success handlers for the token
are called. If it fails, the fault handlers are called.
Параметры
token:com.adobe.livecycle.rca.token:RCAToken — The token to get a responder for.
|
DefaultResponder — A responder for the specified token's success and fault handlers.
|
handleFaultEvent | () | метод |
protected function handleFaultEvent(token:com.adobe.livecycle.rca.token:RCAToken, event:FaultEvent):void
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 9.5 |
Версии среды выполнения: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Default fault handler for the asynchronous operation. Calls all of the token's fault handlers with the given event.
Параметры
token:com.adobe.livecycle.rca.token:RCAToken — The token associated with the operation.
| |
event:FaultEvent — The result of the operation. That is, the fault.
|
handleResultEvent | () | метод |
protected function handleResultEvent(token:com.adobe.livecycle.rca.token:RCAToken, event:ResultEvent):void
Язык версии: | ActionScript 3.0 |
Версия продукта: | Review, Commenting, and Approval Building Block 9.5 |
Версии среды выполнения: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Default result handler for the asynchronous operation. Calls all of the token's success handlers using the given event.
Параметры
token:com.adobe.livecycle.rca.token:RCAToken — The token associated with the operation.
| |
event:ResultEvent — The result of the operation.
|
Tue Jun 12 2018, 11:34 AM Z