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

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

Пакетcom.adobe.solutions.exm.method
Интерфейсpublic interface IFunctionService
Средство реализации FunctionService

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

IFunctionService provides infrastructure services for listing functions and function-families.



Общедоступные методы
 МетодОпределено
  
Fires an asynchronous operation for retrieving the list of available function-families.
IFunctionService
  
Fires an asynchronous operation for retrieving the list of local functions belonging to the given family.
IFunctionService
  
Fires an asynchronous operation for retrieving the list of remote functions (services) belonging to the given family.
IFunctionService
Сведения о методе

listFunctionFamilies

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

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

Fires an asynchronous operation for retrieving the list of available function-families.

Возвращает
mx.rpc:AsyncToken — An RPC token which dispatches a ResultEvent when the retrieval operation completes successfully, or a FaultEvent if the operation fails. If the operation succeeds, the 'result' property of the ResultEvent contains a list of FunctionFamilyVO instances corresponding to the available function-families.

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 operation for retrieving the list of local functions belonging to the given family.

Параметры

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

Возвращает
mx.rpc:AsyncToken — An RPC token which dispatches a ResultEvent when the retrieval operation completes successfully, or a FaultEvent if the operation fails. If the operation succeeds, the 'result' property of the ResultEvent contains a list of FunctionVO instances corresponding to the local functions belonging to the given family.

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 operation for retrieving the list of remote functions (services) belonging to the given family.

Параметры

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

Возвращает
mx.rpc:AsyncToken — An RPC token which dispatches a ResultEvent when the retrieval operation completes successfully, or a FaultEvent if the operation fails. If the operation succeeds, the 'result' property of the ResultEvent contains a list of FunctionVO instances corresponding to the remote functions belonging to the given family.




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

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