Package | com.adobe.solutions.rca.domain.impl.manager |
Class | public class ProcessManager |
Inheritance | ProcessManager EventDispatcher Object |
Implements | IProcessManager |
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Property | Defined By | ||
---|---|---|---|
constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | ||
customAssignTaskProcess : IList [read-only]
List of processes that can be used to assign task in a review workflow. | ProcessManager | ||
instance : IProcessManager [static] [read-only]
This method returns a reference to an instance of ProcessManager. | ProcessManager | ||
processHooks : IList [read-only]
List of processes that can be invoked at initiation or completion of a stage. | ProcessManager | ||
prototype : Object [static]
A reference to the prototype object of a class or function object. | Object | ||
reviewCommentingAndApprovalUtil : IReviewCommentingAndApprovalUtil
This property refers to an instance of Review Commenting and Approval Util service. | ProcessManager | ||
trackingSheetProcess : IList [read-only]
List of processes that can be used to generate tracking sheets. | ProcessManager |
Method | Defined By | ||
---|---|---|---|
The constructor for ProcessManager class. | ProcessManager | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. | EventDispatcher | ||
Dispatches an event into the event flow. | EventDispatcher | ||
Checks whether the EventDispatcher object has any listeners registered for a specific type
of event. | EventDispatcher | ||
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 | ||
This remote operations refreshes the list of processes. | ProcessManager | ||
Removes a listener from the EventDispatcher object. | EventDispatcher | ||
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 | ||
Checks whether an event listener is registered with this EventDispatcher object or any of
its ancestors for the specified event type. | EventDispatcher |
customAssignTaskProcess | property |
customAssignTaskProcess:IList
[read-only] Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
List of processes that can be used to assign task in a review workflow.
This property can be used as the source for data binding. When this property is modified, it dispatches the processRefreshed
event.
Implementation
public function get customAssignTaskProcess():IList
instance | property |
instance:IProcessManager
[read-only] Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
This method returns a reference to an instance of ProcessManager
. This method ensures that a single instance of
ProcessManager
is created for the application.
Implementation
public static function get instance():IProcessManager
processHooks | property |
processHooks:IList
[read-only] Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
List of processes that can be invoked at initiation or completion of a stage.
This property can be used as the source for data binding. When this property is modified, it dispatches the processRefreshed
event.
Implementation
public function get processHooks():IList
reviewCommentingAndApprovalUtil | property |
reviewCommentingAndApprovalUtil:IReviewCommentingAndApprovalUtil
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
This property refers to an instance of Review Commenting and Approval Util service.
Implementation
public function get reviewCommentingAndApprovalUtil():IReviewCommentingAndApprovalUtil
public function set reviewCommentingAndApprovalUtil(value:IReviewCommentingAndApprovalUtil):void
trackingSheetProcess | property |
trackingSheetProcess:IList
[read-only] Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
List of processes that can be used to generate tracking sheets.
This property can be used as the source for data binding. When this property is modified, it dispatches the processRefreshed
event.
Implementation
public function get trackingSheetProcess():IList
ProcessManager | () | Constructor |
public function ProcessManager()
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
The constructor for ProcessManager
class.
refresh | () | method |
public function refresh():mx.rpc:AsyncToken
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
This remote operations refreshes the list of processes.
Returnsmx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached.
|
Mon Nov 28 2011, 06:48 AM -08:00