| 套件 | lc.procmgmt.domain |
| 類別 | public class TaskACL |
| 繼承 | TaskACL Object |
| 語言版本: | ActionScript 3.0 |
| 產品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 執行階段版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
TaskACL class describes the permissions that control
various operations on a task. This is known as an access control list (ACL).
| 屬性 | 定義自 | ||
|---|---|---|---|
| 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 | ||
![]() | constructor : Object
類別物件的參照或是特定物件實體的建構函數。 | Object | |
| principalId : String
The principal identifier that the permission belongs to. | TaskACL | ||
| taskId : String
The task identifier of the corresponding task. | TaskACL | ||
canAddAttachments | 屬性 |
canAddAttachments:Boolean| 語言版本: | ActionScript 3.0 |
| 產品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 執行階段版本: | 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.
實作
public function get canAddAttachments():Boolean public function set canAddAttachments(value:Boolean):voidcanAddNotes | 屬性 |
canAddNotes:Boolean| 語言版本: | ActionScript 3.0 |
| 產品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 執行階段版本: | 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.
實作
public function get canAddNotes():Boolean public function set canAddNotes(value:Boolean):voidcanClaim | 屬性 |
canClaim:Boolean| 語言版本: | ActionScript 3.0 |
| 產品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 執行階段版本: | 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.
實作
public function get canClaim():Boolean public function set canClaim(value:Boolean):voidcanConsult | 屬性 |
canConsult:Boolean| 語言版本: | ActionScript 3.0 |
| 產品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 執行階段版本: | 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.
實作
public function get canConsult():Boolean public function set canConsult(value:Boolean):voidcanForward | 屬性 |
canForward:Boolean| 語言版本: | ActionScript 3.0 |
| 產品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 執行階段版本: | 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.
實作
public function get canForward():Boolean public function set canForward(value:Boolean):voidcanModifyDeadline | 屬性 |
canModifyDeadline:Boolean| 語言版本: | ActionScript 3.0 |
| 產品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 執行階段版本: | 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.
實作
public function get canModifyDeadline():Boolean public function set canModifyDeadline(value:Boolean):voidcanModifyPermissions | 屬性 |
canModifyPermissions:Boolean| 語言版本: | ActionScript 3.0 |
| 產品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 執行階段版本: | 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.
實作
public function get canModifyPermissions():Boolean public function set canModifyPermissions(value:Boolean):voidcanShare | 屬性 |
canShare:Boolean| 語言版本: | ActionScript 3.0 |
| 產品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 執行階段版本: | 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.
實作
public function get canShare():Boolean public function set canShare(value:Boolean):voidprincipalId | 屬性 |
principalId:String| 語言版本: | ActionScript 3.0 |
| 產品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| 執行階段版本: | 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.
實作
public function get principalId():String public function set principalId(value:String):voidtaskId | 屬性 |
Tue Jun 12 2018, 03:47 PM Z
隱藏繼承公用屬性
顯示繼承公用屬性