ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
lc.procmgmt.domain 

TaskACL  - AS3 ADEP Workspace

Packagelc.procmgmt.domain
Classpublic class TaskACL
InheritanceTaskACL Inheritance 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

The TaskACL class describes the permissions that control various operations on a task. This is known as an access control list (ACL).



Public Properties
 PropertyDefined By
  canAddAttachments : Boolean
A flag that indicates whether the proper permissions are available for adding attachments to a task.
TaskACL
  canAddNotes : Boolean
A flag that indicates whether the proper permissions exist for adding notes for the task.
TaskACL
  canClaim : Boolean
A flag that indicates whether the proper permissions are available for claiming the task.
TaskACL
  canConsult : Boolean
A flag that indicates whether the proper permissions are available to consult the task.
TaskACL
  canForward : Boolean
A flag that indicates whether the proper permissions are available to forward the task.
TaskACL
  canModifyDeadline : Boolean
A flag that indicates whether the proper permissions are available to modify the deadline for a task.
TaskACL
  canModifyPermissions : Boolean
A flag that indicates whether the proper permissions are available to modify the access control list.
TaskACL
  canShare : Boolean
A flag that indicates whether the proper permissions are available to share a task.
TaskACL
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  principalId : String
The principal identifier that the permission belongs to.
TaskACL
  taskId : String
The task identifier of the corresponding task.
TaskACL
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
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 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
Property Detail

canAddAttachments

property
canAddAttachments:Boolean

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 flag that indicates whether the proper permissions are available for adding attachments to a task. A value of true specifies that it is possible to add attachments to the task.



Implementation
    public function get canAddAttachments():Boolean
    public function set canAddAttachments(value:Boolean):void

canAddNotes

property 
canAddNotes:Boolean

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 flag that indicates whether the proper permissions exist for adding notes for the task. A value of true specifies that it is possible to add notes to the task.



Implementation
    public function get canAddNotes():Boolean
    public function set canAddNotes(value:Boolean):void

canClaim

property 
canClaim:Boolean

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 flag that indicates whether the proper permissions are available for claiming the task. A value of true specifies that it is possible to claim the task.



Implementation
    public function get canClaim():Boolean
    public function set canClaim(value:Boolean):void

canConsult

property 
canConsult:Boolean

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 flag that indicates whether the proper permissions are available to consult the task. A value of true specifies that it is possible to consult the task.



Implementation
    public function get canConsult():Boolean
    public function set canConsult(value:Boolean):void

canForward

property 
canForward:Boolean

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 flag that indicates whether the proper permissions are available to forward the task. A value of true specifies that it is possible forward the task.



Implementation
    public function get canForward():Boolean
    public function set canForward(value:Boolean):void

canModifyDeadline

property 
canModifyDeadline:Boolean

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 flag that indicates whether the proper permissions are available to modify the deadline for a task. A value of true specifies that it is possible to modify the deadline for a task.



Implementation
    public function get canModifyDeadline():Boolean
    public function set canModifyDeadline(value:Boolean):void

canModifyPermissions

property 
canModifyPermissions:Boolean

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 flag that indicates whether the proper permissions are available to modify the access control list. A value of true specifies that it is possible to modify the access control list.



Implementation
    public function get canModifyPermissions():Boolean
    public function set canModifyPermissions(value:Boolean):void

canShare

property 
canShare:Boolean

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 flag that indicates whether the proper permissions are available to share a task. A value of true specifies that it is possible to share the task.



Implementation
    public function get canShare():Boolean
    public function set canShare(value:Boolean):void

principalId

property 
principalId:String

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

The principal identifier that the permission belongs to. This is the OID of the user that owns the task.



Implementation
    public function get principalId():String
    public function set principalId(value:String):void

taskId

property 
taskId:String

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

The task identifier of the corresponding task.



Implementation
    public function get taskId():String
    public function set taskId(value:String):void