Paquete | com.adobe.solutions.exm.impl.method |
Clase | public class FunctionService |
Herencia | FunctionService Object |
Implementa | IFunctionService |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Expression Manager 10 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 10.2 |
Propiedades públicas
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Creates a new FunctionService instance. | FunctionService | ||
Indica si un objeto tiene definida una propiedad especificada. | Object | ||
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | 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 | ||
Indica si existe la propiedad especificada y si es enumerable. | Object | ||
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | ||
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | ||
Devuelve la representación de cadena del objeto especificado. | Object | ||
Devuelve el valor simple del objeto especificado. | Object |
Información sobre constructores
FunctionService | () | Información sobre |
public function FunctionService()
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Expression Manager 10 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 10.2 |
Creates a new FunctionService instance.
Información sobre métodos
listFunctionFamilies | () | método |
public function listFunctionFamilies():mx.rpc:AsyncToken
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Expression Manager 10 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 10.2 |
Fires an asynchronous RPC call for listing available function-families and returns the token.
Valor devueltomx.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 | () | método |
public function listLocalFunctions(familyId:String):mx.rpc:AsyncToken
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Expression Manager 10 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 10.2 |
Fires an asynchronous RPC call for listing local functions belonging to the given family, and returns the token.
Parámetros
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 | () | método |
public function listServices(familyId:String):mx.rpc:AsyncToken
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Expression Manager 10 |
Versiones de motor de ejecución: | AIR (unsupported), Flash Player 10.2 |
Fires an asynchronous RPC call for listing remote functions belonging to the given family, and returns the token.
Parámetros
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.
|
Tue Jun 12 2018, 02:12 PM Z