Справочник по ActionScript® 3.0 для платформы Adobe® Flash®
Домашняя страница  |  Скрыть список пакетов и классов |  Пакеты  |  Классы  |  Что нового  |  Указатель  |  Приложения  |  Почему по-английски?
Фильтры: Получение данных с сервера...
Получение данных с сервера...
com.adobe.solutions.exm.impl.method 

FunctionService  - AS3 Диспетчер выражений

Пакетcom.adobe.solutions.exm.impl.method
Классpublic class FunctionService
НаследованиеFunctionService Inheritance Object
Реализует IFunctionService

Язык версии: ActionScript 3.0
Версия продукта: Expression Manager Building Block 10
Версии среды выполнения: AIR (unsupported), Flash Player 10.2

Default implementation of the IFunctionService interface which queries the server for listing function-families and functions.



Общедоступные свойства
 СвойствоОпределено
 Inheritedconstructor : Object
Ссылка на объект класса или функцию конструктора для данного экземпляра объекта.
Object
Общедоступные методы
 МетодОпределено
  
Creates a new FunctionService instance.
FunctionService
 Inherited
Показывает, определено ли заданное свойство для объекта.
Object
 Inherited
Показывает, есть ли экземпляр класса Object в цепи прототипов объекта, заданного в качестве параметра.
Object
  
Fires an asynchronous RPC call for listing available function-families and returns the token.
FunctionService
  
Fires an asynchronous RPC call for listing local functions belonging to the given family, and returns the token.
FunctionService
  
Fires an asynchronous RPC call for listing remote functions belonging to the given family, and returns the token.
FunctionService
 Inherited
Показывает наличие заданного свойства и его перечисляемость.
Object
 Inherited
Задает доступность динамического свойства для операций цикла.
Object
 Inherited
Возвращает строковое представление этого объекта, отформатированного в соответствии со стандартами, принятыми для данной локали.
Object
 Inherited
Возвращает строковое представление заданного объекта.
Object
 Inherited
Возвращает элементарное значение заданного объекта.
Object
Сведения о конструкторе

FunctionService

()Конструктор
public function FunctionService()

Язык версии: ActionScript 3.0
Версия продукта: Expression Manager Building Block 10
Версии среды выполнения: AIR (unsupported), Flash Player 10.2

Creates a new FunctionService instance.

Сведения о методе

listFunctionFamilies

()метод
public function listFunctionFamilies():mx.rpc:AsyncToken

Язык версии: ActionScript 3.0
Версия продукта: Expression Manager Building Block 10
Версии среды выполнения: AIR (unsupported), Flash Player 10.2

Fires an asynchronous RPC call for listing available function-families and returns the token.

Возвращает
mx.rpc:AsyncToken — A token for the RPC call. If the call completes successfully, the result of the token contains a list of FunctionFamilyVO instances.

listLocalFunctions

()метод 
public function listLocalFunctions(familyId:String):mx.rpc:AsyncToken

Язык версии: ActionScript 3.0
Версия продукта: Expression Manager Building Block 10
Версии среды выполнения: AIR (unsupported), Flash Player 10.2

Fires an asynchronous RPC call for listing local functions belonging to the given family, and returns the token.

Параметры

familyId:String — The ID of the function-family for which local functions are being requested. Can be null, in which case all local functions are listed.

Возвращает
mx.rpc:AsyncToken — A token for the RPC call. If the call completes successfully, the result of the token contains a list of FunctionVO instances.

listServices

()метод 
public function listServices(familyId:String):mx.rpc:AsyncToken

Язык версии: ActionScript 3.0
Версия продукта: Expression Manager Building Block 10
Версии среды выполнения: AIR (unsupported), Flash Player 10.2

Fires an asynchronous RPC call for listing remote functions belonging to the given family, and returns the token.

Параметры

familyId:String — The ID of the function-family for which remote functions are being requested. Can be null, in which case all remote functions are listed.

Возвращает
mx.rpc:AsyncToken — A token for the RPC call. If the call completes successfully, the result of the token contains a list of FunctionVO instances.




[ X ]Почему по-английски?
Содержимое Справочника ActionScript 3.0 отображается на английском языке

Не все части Справочника ActionScript 3.0 переводятся на все языки. Если какой-то текстовый элемент не переведен, он отображается на английском языке. Например, компонент ga.controls.HelpBox не переведен ни на один из языков. Это значит, что в русской версии справки компонент ga.controls.HelpBox будет отображаться на английском языке.