패키지 | 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):void
canAddNotes | 속성 |
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):void
canClaim | 속성 |
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):void
canConsult | 속성 |
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):void
canForward | 속성 |
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):void
canModifyDeadline | 속성 |
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):void
canModifyPermissions | 속성 |
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):void
canShare | 속성 |
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):void
principalId | 속성 |
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):void
taskId | 속성 |
Tue Jun 12 2018, 03:17 PM Z