Pacote | lc.procmgmt.domain |
Classe | public class TaskACL |
Herança | TaskACL ![]() |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de 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).
Propriedade | Definido por | ||
---|---|---|---|
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
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | |
principalId : String
The principal identifier that the permission belongs to. | TaskACL | ||
taskId : String
The task identifier of the corresponding task. | TaskACL |
Método | Definido por | ||
---|---|---|---|
![]() |
Indica se um objeto tem uma propriedade especificada definida. | Object | |
![]() |
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | |
![]() |
Indica se a propriedade especificada existe e é enumerável. | Object | |
![]() |
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | |
![]() |
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | |
![]() |
Retorna a representação de string do objeto especificado. | Object | |
![]() |
Retorna o valor primitivo do objeto especificado. | Object |
canAddAttachments | propriedade |
canAddAttachments:Boolean
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de 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.
Implementação
public function get canAddAttachments():Boolean
public function set canAddAttachments(value:Boolean):void
canAddNotes | propriedade |
canAddNotes:Boolean
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de 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.
Implementação
public function get canAddNotes():Boolean
public function set canAddNotes(value:Boolean):void
canClaim | propriedade |
canClaim:Boolean
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de 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.
Implementação
public function get canClaim():Boolean
public function set canClaim(value:Boolean):void
canConsult | propriedade |
canConsult:Boolean
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de 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.
Implementação
public function get canConsult():Boolean
public function set canConsult(value:Boolean):void
canForward | propriedade |
canForward:Boolean
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de 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.
Implementação
public function get canForward():Boolean
public function set canForward(value:Boolean):void
canModifyDeadline | propriedade |
canModifyDeadline:Boolean
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de 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.
Implementação
public function get canModifyDeadline():Boolean
public function set canModifyDeadline(value:Boolean):void
canModifyPermissions | propriedade |
canModifyPermissions:Boolean
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de 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.
Implementação
public function get canModifyPermissions():Boolean
public function set canModifyPermissions(value:Boolean):void
canShare | propriedade |
canShare:Boolean
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de 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.
Implementação
public function get canShare():Boolean
public function set canShare(value:Boolean):void
principalId | propriedade |
principalId:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de 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.
Implementação
public function get principalId():String
public function set principalId(value:String):void
taskId | propriedade |
taskId:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The task identifier of the corresponding task.
Implementação
public function get taskId():String
public function set taskId(value:String):void
Wed Jun 13 2018, 11:10 AM Z