Pacchetto | com.adobe.solutions.exm.impl.method |
Classe | public class FunctionService |
Ereditarietà | FunctionService Object |
Implementa | IFunctionService |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Expression Manager 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Proprietà pubbliche
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Creates a new FunctionService instance. | FunctionService | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | 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 se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Descrizione della funzione di costruzione
FunctionService | () | Funzione di costruzione |
public function FunctionService()
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Expression Manager 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Creates a new FunctionService instance.
Descrizione dei metodi
listFunctionFamilies | () | metodo |
public function listFunctionFamilies():mx.rpc:AsyncToken
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Expression Manager 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Fires an asynchronous RPC call for listing available function-families and returns the token.
Restituiscemx.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 | () | metodo |
public function listLocalFunctions(familyId:String):mx.rpc:AsyncToken
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Expression Manager 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Fires an asynchronous RPC call for listing local functions belonging to the given family, and returns the token.
Parametri
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 | () | metodo |
public function listServices(familyId:String):mx.rpc:AsyncToken
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Expression Manager 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
Fires an asynchronous RPC call for listing remote functions belonging to the given family, and returns the token.
Parametri
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:44 PM Z