BETA ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Hide Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes

Language Reference only
Filters: AIR 32.0 and earlier, Flash Player 32.0 and earlier, Flash Lite 4
None
Hide Filters
lc.procmgmt.ui.task 

TaskDirectiveModel  - AS3 ADEP Document Services

(Beta)
Packagelc.procmgmt.ui.task
Classpublic class TaskDirectiveModel
InheritanceTaskDirectiveModel Inheritance PresentationModel Inheritance EventDispatcher Inheritance Object

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Document Services ES2
Runtime Versions: AIR 1.0, Flash Player 9, Flash Player 10

The TaskDirectiveModel class acts as the model for the TaskDirective component.

The TaskDirectiveModel class is responsible for enabling a TaskUserCommand object to be executed with a selected User object.

Related API Elements



Public Properties
 PropertyDefined By
  command : lc.procmgmt.commands:TaskUserCommand
The command object that drives the behavior of the model.
TaskDirectiveModel
  commandInstructions : String
[read-only] Retrieves the localized instructions that are associated with the command.
TaskDirectiveModel
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  errorMessage : Message
[read-only] The error message when an error occurs.
TaskDirectiveModel
  isAddEnabled : Boolean
[read-only] A flag that indicates whether a user was added based on a certain condition.
TaskDirectiveModel
  isExecuteEnabled : Boolean
[read-only] A flag that indicates whether the condition for executing the task directive was satisfied.
TaskDirectiveModel
  isRemoveEnabled : Boolean
[read-only] A flag that indicates whether the condition for removing a user is satisfied.
TaskDirectiveModel
  omitUserOids : ListCollectionView
[read-only] The list of users to remove from the searches.
TaskDirectiveModel
  selectedUser : User
[read-only] The current selected user.
TaskDirectiveModel
  selectedUsers : ListCollectionView
[read-only] The collection of users that were selected from the UserSearchDataGridModel object.
TaskDirectiveModel
  serviceName : String
[read-only] The service name of the task.
TaskDirectiveModel
  userSearchDataGridModel : UserSearchDataGridModel
The UserSearchDataGridModel object provides the results of a user search.
TaskDirectiveModel
Public Methods
 MethodDefined By
 Inherited
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
  
Adds the selected users from the UserSearchDataGridModel object to the selectedUsers property.
TaskDirectiveModel
  
Cancels the command.
TaskDirectiveModel
 Inherited
Dispatches an event into the event flow.
EventDispatcher
  
Invokes the associated command object's execute method.
TaskDirectiveModel
 Inherited
Checks whether the EventDispatcher object has any listeners registered for a specific type of event.
EventDispatcher
 Inherited
Indicates whether an object has a specified property defined.
Object
  
[override] Initializes the presentation model after the view bindings are processed to prevent view bindings from overriding the initial model state.
TaskDirectiveModel
 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
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Removes a listener from the EventDispatcher object.
EventDispatcher
  
Resets the selectdUsers property to an empty value (null).
TaskDirectiveModel
  
Resets the model to the original state and reinitalizes the properties back to default values.
TaskDirectiveModel
 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
 Inherited
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type.
EventDispatcher
Protected Methods
 MethodDefined By
  
setState(newState:String):void
[override] Sets the state property to a new value and causes a PropertyChangeEvent event.
TaskDirectiveModel
Events
 Event Summary Defined By
 Inherited[broadcast event] Dispatched when the Flash Player or AIR application gains operating system focus and becomes active.EventDispatcher
  Dispatched on the request to cancel the command.TaskDirectiveModel
  Dispatched on successful execution of the command.TaskDirectiveModel
 Inherited[broadcast event] Dispatched when the Flash Player or AIR application operating loses system focus and is becoming inactive.EventDispatcher
Public Constants
 ConstantDefined By
  STATE_ERROR : String = "errorState"
[static] A special value that specifies that an error occurred.
TaskDirectiveModel
  STATE_INITIAL : String = "initialState"
[static] A special value that specifies that the model is initializing.
TaskDirectiveModel
  STATE_IN_PROGRESS : String = "inProgressState"
[static] A special value that specifies that a search operation is occuring.
TaskDirectiveModel
  STATE_SEARCH_COMPLETE : String = "searchCompleteState"
[static] A special value that specifies that a search has completed.
TaskDirectiveModel
Property Detail
Method Detail
Event Detail
Constant Detail