ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
mx.rpc.livecycle 

JobId  - AS3 ADEP Data Services

Packagemx.rpc.livecycle
Classpublic class JobId
InheritanceJobId Inheritance Object

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Data Services for Java EE 3
Runtime Versions: Flash Player 9, AIR 1.1

The JobID class defines a container for the id associated with an asynchronous LiveCycle invocation. It can be found in the result field of an event raised in response to an asynchronous invocation.



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  jobId : String
Internal LiveCycle ES job id.
JobId
  persistent : Boolean
Specifies whether this JobId object is persisted within LiveCycle ES.
JobId
Public Methods
 MethodDefined By
  
Constructor.
JobId
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Property Detail

jobId

property
public var jobId:String

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Data Services for Java EE 3
Runtime Versions: Flash Player 9, AIR 1.1

Internal LiveCycle ES job id.

persistent

property 
public var persistent:Boolean

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Data Services for Java EE 3
Runtime Versions: Flash Player 9, AIR 1.1

Specifies whether this JobId object is persisted within LiveCycle ES.

Constructor Detail

JobId

()Constructor
public function JobId()

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Data Services for Java EE 3
Runtime Versions: Flash Player 9, AIR 1.1

Constructor.