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...
com.adobe.ep.taskmanagement.domain 

IAttachmentPermissions  - AS3 ADEP Task Management

Paketcom.adobe.ep.taskmanagement.domain
Schnittstellepublic interface IAttachmentPermissions

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Laufzeitversionen: AIR 2.6, Flash Player 10.2

The interface for the permissions associated with attachments.



Öffentliche Eigenschaften
 EigenschaftDefiniert von
  allowDelete : Boolean
A flag that indicates whether an attachment can be deleted.
IAttachmentPermissions
  allowRead : Boolean
A flag that indicates whether an attachment can be read.
IAttachmentPermissions
  allowWrite : Boolean
A flag that indicates whether an attachment can be overwritten or writable.
IAttachmentPermissions
Öffentliche Methoden
 MethodeDefiniert von
  
Generates a key that is appropriate for the current permission settings for use with the language resource bundle.
IAttachmentPermissions
  
Determines whether all the permissions for an attachment are available.
IAttachmentPermissions
  
Determines whether access to an attachment is allowed.
IAttachmentPermissions
  
Determines whether an attachment can be deleted.
IAttachmentPermissions
  
Determines whether write-access is allowed on an attachment.
IAttachmentPermissions
  
Determines whether an attachment is readable.
IAttachmentPermissions
Eigenschaftendetails

allowDelete

Eigenschaft
allowDelete:Boolean

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Laufzeitversionen: AIR 2.6, Flash Player 10.2

A flag that indicates whether an attachment can be deleted. A value of true indicates that the attachment has delete permissions.

Der Standardwert ist false.



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

allowRead

Eigenschaft 
allowRead:Boolean

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Laufzeitversionen: AIR 2.6, Flash Player 10.2

A flag that indicates whether an attachment can be read. A value of true indicates that the attachment has read permissions.

Der Standardwert ist false.



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

allowWrite

Eigenschaft 
allowWrite:Boolean

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Laufzeitversionen: AIR 2.6, Flash Player 10.2

A flag that indicates whether an attachment can be overwritten or writable. A value of true indicates that the attachment has write permissions.

Der Standardwert ist false.



Implementierung
    public function get allowWrite():Boolean
    public function set allowWrite(value:Boolean):void
Methodendetails

getLabelKey

()Methode
public function getLabelKey():String

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Laufzeitversionen: AIR 2.6, Flash Player 10.2

Generates a key that is appropriate for the current permission settings for use with the language resource bundle.

Rückgabewerte
String — A key for use in a language resource bundle.

hasAllPermissions

()Methode 
public function hasAllPermissions():Boolean

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Laufzeitversionen: AIR 2.6, Flash Player 10.2

Determines whether all the permissions for an attachment are available. The permissions include read, write, and delete permissions.

Rückgabewerte
Boolean — Whether all the permissions are available for an attachment. A value of true if all permissions are available. A value of false not all the permissions are available.

noAccess

()Methode 
public function noAccess():Boolean

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Laufzeitversionen: AIR 2.6, Flash Player 10.2

Determines whether access to an attachment is allowed.

Rückgabewerte
Boolean — Whether access to attachments are allowed. A value of true indicates that access to the attachments is not allowed. A value of false indicates that access to the attachments is allowed.

noDelete

()Methode 
public function noDelete():Boolean

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Laufzeitversionen: AIR 2.6, Flash Player 10.2

Determines whether an attachment can be deleted.

Rückgabewerte
Boolean — Whether an attachment can be deleted. A value of true indicates that an attachment cannot be deleted. A value of false indicates that an attachment can be deleted.

noWrite

()Methode 
public function noWrite():Boolean

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Laufzeitversionen: AIR 2.6, Flash Player 10.2

Determines whether write-access is allowed on an attachment.

Rückgabewerte
Boolean — Whether write access is allowed on an attachment. A value of true inicates that write access is not allowed. A value of false indicates that write access is allowed.

readOnly

()Methode 
public function readOnly():Boolean

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Laufzeitversionen: AIR 2.6, Flash Player 10.2

Determines whether an attachment is readable.

Rückgabewerte
Boolean — Whether read access is allowed on an attachment. A value of true indicates that read access is allowed. A value of false if all permissions are available.




[ 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.