Package | lc.procmgmt.commands |
Class | public class ClaimAndOpenCommand |
Inheritance | ClaimAndOpenCommand TaskCommand Object |
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtime Versions: | AIR (unsupported), Flash Player 9, Flash Player 10 |
ClaimAndOpenCommand
class executes the claim operation for a task.
Related API Elements
Public Properties
Public Methods
Method | Defined By | ||
---|---|---|---|
Constructor. | ClaimAndOpenCommand | ||
[override]
Executes the task's claim operation. | ClaimAndOpenCommand | ||
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 | ||
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 |
Public Constants
Constant | Defined By | ||
---|---|---|---|
NAME : String = "Claim and Open" [static]
A special value that specifies the name of the claim command. | ClaimAndOpenCommand |
Constructor Detail
ClaimAndOpenCommand | () | Constructor |
public function ClaimAndOpenCommand(task:lc.procmgmt.domain:Task)
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtime Versions: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
Parameterstask:lc.procmgmt.domain:Task — Specifies the task to be associated with the command.
|
Method Detail
execute | () | method |
override public function execute():lc.foundation.util:Token
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtime Versions: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Executes the task's claim operation. After a task is claimed, it becomes locked.
Returnslc.foundation.util:Token — A token that notifies the caller when execution is complete.
|
Related API Elements
Constant Detail
NAME | Constant |
public static const NAME:String = "Claim and Open"
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtime Versions: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the name of the claim command.
Thu Dec 6 2018, 01:12 PM -08:00