| Pacchetto | lc.procmgmt.domain |
| Classe | public class TaskACL |
| Ereditarietà | TaskACL Object |
| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
| Versioni runtime: | 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).
| Proprietà | Definito da | ||
|---|---|---|---|
| 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
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | |
| principalId : String
The principal identifier that the permission belongs to. | TaskACL | ||
| taskId : String
The task identifier of the corresponding task. | TaskACL | ||
canAddAttachments | proprietà |
canAddAttachments:Boolean| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
| Versioni runtime: | 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.
Implementazione
public function get canAddAttachments():Boolean public function set canAddAttachments(value:Boolean):voidcanAddNotes | proprietà |
canAddNotes:Boolean| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
| Versioni runtime: | 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.
Implementazione
public function get canAddNotes():Boolean public function set canAddNotes(value:Boolean):voidcanClaim | proprietà |
canClaim:Boolean| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
| Versioni runtime: | 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.
Implementazione
public function get canClaim():Boolean public function set canClaim(value:Boolean):voidcanConsult | proprietà |
canConsult:Boolean| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
| Versioni runtime: | 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.
Implementazione
public function get canConsult():Boolean public function set canConsult(value:Boolean):voidcanForward | proprietà |
canForward:Boolean| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
| Versioni runtime: | 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.
Implementazione
public function get canForward():Boolean public function set canForward(value:Boolean):voidcanModifyDeadline | proprietà |
canModifyDeadline:Boolean| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
| Versioni runtime: | 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.
Implementazione
public function get canModifyDeadline():Boolean public function set canModifyDeadline(value:Boolean):voidcanModifyPermissions | proprietà |
canModifyPermissions:Boolean| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
| Versioni runtime: | 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.
Implementazione
public function get canModifyPermissions():Boolean public function set canModifyPermissions(value:Boolean):voidcanShare | proprietà |
canShare:Boolean| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
| Versioni runtime: | 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.
Implementazione
public function get canShare():Boolean public function set canShare(value:Boolean):voidprincipalId | proprietà |
principalId:String| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
| Versioni runtime: | 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.
Implementazione
public function get principalId():String public function set principalId(value:String):voidtaskId | proprietà |
taskId:String| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The task identifier of the corresponding task.
Implementazione
public function get taskId():String public function set taskId(value:String):voidTue Jun 12 2018, 02:44 PM Z
Nascondi proprietà pubbliche ereditate
Mostra proprietà pubbliche ereditate