| Package | lc.domain |
| Class | public class ProcessVariable |
| Inheritance | ProcessVariable Object |
| Implements | IWorkspaceManaged |
ProcessVariable class represents the information stored as part of
a process variable in LiveCycle ES and is used for retrieving the information for
a process variable.
| Property | Defined By | ||
|---|---|---|---|
![]() | constructor : Object
A reference to the class object or constructor function for a given object instance.
| Object | |
| description : String
The description of the process variable.
| ProcessVariable | ||
| name : String
The name of the process variable.
| ProcessVariable | ||
![]() | prototype : Object
[static]
A reference to the prototype object of a class or function object.
| Object | |
| searchable : Boolean
A flag that specifies whether the process variable is searchable.
| ProcessVariable | ||
| session : SessionMap
[read-only]
A SessionMap object that stores information relating to the server session.
| ProcessVariable | ||
| title : String
The title of the process variable.
| ProcessVariable | ||
| type : String
The type of the process variable.
| ProcessVariable | ||
| value : Object
The value of the process variable.
| ProcessVariable | ||
| visible : Boolean
A flag that indicates whether a variable is visible.
| ProcessVariable | ||
| Method | Defined By | ||
|---|---|---|---|
![]() |
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 | |
![]() |
Indicates whether the specified property exists and is enumerable.
| Object | |
![]() |
Sets the availability of a dynamic property for loop operations.
| Object | |
|
Sets the SessionMap object that stores the information relating to the
server session.
| ProcessVariable | ||
![]() |
Returns the string representation of the specified object.
| Object | |
![]() |
Returns the primitive value of the specified object.
| Object | |
| description | property |
description:String [read-write] The description of the process variable.
public function get description():String
public function set description(value:String):void
| name | property |
name:String [read-write] The name of the process variable.
public function get name():String
public function set name(value:String):void
| searchable | property |
searchable:Boolean [read-write] A flag that specifies whether the process variable is searchable.
public function get searchable():Boolean
public function set searchable(value:Boolean):void
| session | property |
session:SessionMap [read-only]
A SessionMap object that stores information relating to the server session.
public function get session():SessionMap
See also
| title | property |
title:String [read-write] The title of the process variable.
public function get title():String
public function set title(value:String):void
| type | property |
type:String [read-write] The type of the process variable.
public function get type():String
public function set type(value:String):void
| value | property |
value:Object [read-write] The value of the process variable.
public function get value():Object
public function set value(value:Object):void
| visible | property |
visible:Boolean [read-write] A flag that indicates whether a variable is visible.
public function get visible():Boolean
public function set visible(value:Boolean):void
| setSession | () | method |
public function setSession(session:SessionMap):void
Sets the SessionMap object that stores the information relating to the
server session.
Parameters
session:SessionMap — Specifies the information relating to the server session.
|
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/lc/domain/ProcessVariable.html