Packagelc.domain
Classpublic class Process
InheritanceProcess Inheritance Object
Implements IWorkspaceManaged

The Process class represents a process in LiveCycle ES. The Process class is used for the following purposes:
  • Specifying the name of a process
  • Retrieving the location of the image for a process
  • Loading process instances for a process


  • Public Properties
     PropertyDefined By
     Inheritedconstructor : Object
    A reference to the class object or constructor function for a given object instance.
    Object
      imageUrl : String
    The location of the image (as a URL) for the process.
    Process
      processInstances : ListCollectionView
    The collection of process instances that belong to a process.
    Process
      processName : String
    The name of the process.
    Process
     Inheritedprototype : Object
    [static] A reference to the prototype object of a class or function object.
    Object
      session : SessionMap
    [read-only] A SessionMap object that stores information relating to the server session.
    Process
    Public Methods
     MethodDefined By
     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
      
    loadProcessInstances(startDate:Date = null, endDate:Date = null):Token
    Loads the process instances within a specific time frame for the process.
    Process
     Inherited
    Indicates whether the specified property exists and is enumerable.
    Object
     Inherited
    Sets the availability of a dynamic property for loop operations.
    Object
      
    Sets the SessionMap object that stores the information relating to the server session.
    Process
     Inherited
    Returns the string representation of the specified object.
    Object
     Inherited
    Returns the primitive value of the specified object.
    Object
    Property Detail
    imageUrlproperty
    imageUrl:String  [read-write]

    The location of the image (as a URL) for the process.


    Implementation
        public function get imageUrl():String
        public function set imageUrl(value:String):void
    processInstancesproperty 
    processInstances:ListCollectionView  [read-write]

    The collection of process instances that belong to a process.


    Implementation
        public function get processInstances():ListCollectionView
        public function set processInstances(value:ListCollectionView):void
    processNameproperty 
    processName:String  [read-write]

    The name of the process.


    Implementation
        public function get processName():String
        public function set processName(value:String):void
    sessionproperty 
    session:SessionMap  [read-only]

    A SessionMap object that stores information relating to the server session.


    Implementation
        public function get session():SessionMap

    See also

    Method Detail
    loadProcessInstances()method
    public function loadProcessInstances(startDate:Date = null, endDate:Date = null):Token

    Loads the process instances within a specific time frame for the process.

    Parameters

    startDate:Date (default = null) — Specifies the begining date of the range within which process instances are loaded.
     
    endDate:Date (default = null) — Specifies ending date of the range within which process instances are loaded.

    Returns
    Token — A token that can be used by caller to specify handlers for an asynchronous call.
    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/Process.html