| Package | mx.automation |
| Interface | public interface IAutomationMethodDescriptor |
| Property | Defined By | ||
|---|---|---|---|
| name : String
[read-only]
The name of the method.
| IAutomationMethodDescriptor | ||
| returnType : String
[read-only]
The return type of the method.
| IAutomationMethodDescriptor | ||
| Method | Defined By | ||
|---|---|---|---|
|
Returns an Array of argument descriptors for this method.
| IAutomationMethodDescriptor | ||
|
Encodes an automation event arguments into an Array.
| IAutomationMethodDescriptor | ||
|
Decodes an argument array and invokes a method.
| IAutomationMethodDescriptor | ||
| name | property |
| returnType | property |
returnType:String [read-only] The return type of the method.
public function get returnType():String
| getArgDescriptors | () | method |
public function getArgDescriptors(obj:IAutomationObject):Array
Returns an Array of argument descriptors for this method.
Parameters
obj:IAutomationObject — Instance of the IAutomationObject that
supports this method.
|
Array — Array of argument descriptors for this method.
|
| record | () | method |
public function record(target:IAutomationObject, event:Event):Array
Encodes an automation event arguments into an Array. Not all method descriptors support recording.
Parameters
target:IAutomationObject — Automation event that is being recorded.
|
|
event:Event |
Array — Array of argument descriptors.
|
| replay | () | method |
public function replay(target:IAutomationObject, args:Array):Object
Decodes an argument array and invokes a method.
Parameters
target:IAutomationObject — Automation object to replay the method on.
|
|
args:Array — Array of argument values and descriptors to
be used to invoke the method.
|
Object — Whatever the method invoked returns.
|
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/common/langref/mx/automation/IAutomationMethodDescriptor.html