ActionScript® 3.0 Referenzhandbuch für die Adobe® Flash®-Plattform
Home  |  Liste der Pakete und Klassen ausblenden |  Pakete  |  Klassen  |  Neue Funktionen  |  Stichwortverzeichnis  |  Anhänge  |  Warum auf Englisch?
Filter: Daten werden vom Server abgerufen...
Daten werden vom Server abgerufen...
lc.procmgmt.domain 

TaskACL  - AS3 ADEP Workspace

Paketlc.procmgmt.domain
Klassepublic class TaskACL
VererbungTaskACL Inheritance Object

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: 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).



Öffentliche Eigenschaften
 EigenschaftDefiniert von
  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
Ein Verweis auf das Klassenobjekt oder die Konstruktorfunktion für eine angegebene Objektinstanz.
Object
  principalId : String
The principal identifier that the permission belongs to.
TaskACL
  taskId : String
The task identifier of the corresponding task.
TaskACL
Öffentliche Methoden
 MethodeDefiniert von
 Inherited
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde.
Object
 Inherited
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde.
Object
 Inherited
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann.
Object
 Inherited
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest.
Object
 Inherited
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas.
Object
 Inherited
Gibt das angegebene Objekt als String zurück.
Object
 Inherited
Gibt den Grundwert des angegebenen Objekts zurück.
Object
Eigenschaftendetails

canAddAttachments

Eigenschaft
canAddAttachments:Boolean

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: 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.



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

canAddNotes

Eigenschaft 
canAddNotes:Boolean

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: 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.



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

canClaim

Eigenschaft 
canClaim:Boolean

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: 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.



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

canConsult

Eigenschaft 
canConsult:Boolean

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: 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.



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

canForward

Eigenschaft 
canForward:Boolean

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: 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.



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

canModifyDeadline

Eigenschaft 
canModifyDeadline:Boolean

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: 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.



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

canModifyPermissions

Eigenschaft 
canModifyPermissions:Boolean

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: 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.



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

canShare

Eigenschaft 
canShare:Boolean

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: 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.



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

principalId

Eigenschaft 
principalId:String

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: 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.



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

taskId

Eigenschaft 
taskId:String

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Workspace 9
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

The task identifier of the corresponding task.



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




[ X ]Warum auf Englisch?
Inhalt des ActionScript 3.0-Referenzhandbuchs wird in englischer Sprache angezeigt

Nicht alle Teile des ActionScript 3.0-Referenzhandbuchs wurden in alle Sprachen übersetzt. Wenn der Text zu einem Sprachelement nicht übersetzt wurde, wird er auf Englisch angezeigt. Zum Beispiel wurden die Informationen zur ga.controls.HelpBox-Klasse nicht in andere Sprachen übersetzt. In der deutschen Version des Referenzhandbuchs erscheint der Abschnitt zur ga.controls.HelpBox-Klasse deshalb auf Englisch.