Package | com.adobe.solutions.exm.impl.method |
Class | public class FunctionService |
Inheritance | FunctionService Object |
Implements | IFunctionService |
Language Version: | ActionScript 3.0 |
Product Version: | Expression Manager Building Block 10 |
Runtime Versions: | AIR (unsupported), Flash Player 10.2 |
Public Properties
Public Methods
Method | Defined By | ||
---|---|---|---|
Creates a new FunctionService instance. | FunctionService | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | 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 | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
Returns the primitive value of the specified object. | Object |
Constructor Detail
FunctionService | () | Constructor |
public function FunctionService()
Language Version: | ActionScript 3.0 |
Product Version: | Expression Manager Building Block 10 |
Runtime Versions: | AIR (unsupported), Flash Player 10.2 |
Creates a new FunctionService instance.
Method Detail
listFunctionFamilies | () | method |
public function listFunctionFamilies():mx.rpc:AsyncToken
Language Version: | ActionScript 3.0 |
Product Version: | Expression Manager Building Block 10 |
Runtime Versions: | AIR (unsupported), Flash Player 10.2 |
Fires an asynchronous RPC call for listing available function-families and returns the token.
Returnsmx.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 | () | method |
public function listLocalFunctions(familyId:String):mx.rpc:AsyncToken
Language Version: | ActionScript 3.0 |
Product Version: | Expression Manager Building Block 10 |
Runtime Versions: | AIR (unsupported), Flash Player 10.2 |
Fires an asynchronous RPC call for listing local functions belonging to the given family, and returns the token.
Parameters
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 | () | method |
public function listServices(familyId:String):mx.rpc:AsyncToken
Language Version: | ActionScript 3.0 |
Product Version: | Expression Manager Building Block 10 |
Runtime Versions: | AIR (unsupported), Flash Player 10.2 |
Fires an asynchronous RPC call for listing remote functions belonging to the given family, and returns the token.
Parameters
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.
|
Mon Nov 28 2011, 06:48 AM -08:00