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 

AttachmentPermissions  - AS3 ADEP Workspace

Paketlc.procmgmt.domain
Klassepublic class AttachmentPermissions
VererbungAttachmentPermissions 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 AttachmentPermissions class stores the read/write/delete permissions for an attachment or note.



Öffentliche Eigenschaften
 EigenschaftDefiniert von
  allowDelete : Boolean = false
A flag that indicates the delete permission for an attachment.
AttachmentPermissions
  allowRead : Boolean = false
A flag that indicates the read permission for an attachment.
AttachmentPermissions
  allowWrite : Boolean = false
A flag that indicates the write permission for an attachment.
AttachmentPermissions
 Inheritedconstructor : Object
Ein Verweis auf das Klassenobjekt oder die Konstruktorfunktion für eine angegebene Objektinstanz.
Object
Öffentliche Methoden
 MethodeDefiniert von
  
AttachmentPermissions(readPermission:Boolean = false, writePermission:Boolean = false, deletePermission:Boolean = false)
Constructor.
AttachmentPermissions
  
Generates a key that is appropriate for the current permission settings for use with the language resource bundle.
AttachmentPermissions
  
Indicates whether all the permissions for an attachment are available.
AttachmentPermissions
 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
  
Indicates whether the set of permissions will provide access to attachments.
AttachmentPermissions
  
Indicates if the permissions allow for an attachment to be deleted.
AttachmentPermissions
  
Indicates whether write access is allowed on an attachment.
AttachmentPermissions
 Inherited
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann.
Object
  
Indicates whether the set of permissions allow only read access to an attachment.
AttachmentPermissions
 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

allowDelete

Eigenschaft
public var allowDelete:Boolean = false

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 the delete permission for an attachment. A value of true indicates that the attachment has delete permissions.

Der Standardwert ist false.

allowRead

Eigenschaft 
public var allowRead:Boolean = false

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 the read permission for an attachment. A value of true indicates that the attachment has read permissions.

Der Standardwert ist false.

allowWrite

Eigenschaft 
public var allowWrite:Boolean = false

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 the write permission for an attachment. A value of true indicates that the attachment has write permissions.

Der Standardwert ist false.

Konstruktordetails

AttachmentPermissions

()Konstruktor
public function AttachmentPermissions(readPermission:Boolean = false, writePermission:Boolean = false, deletePermission:Boolean = false)

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

Constructor.

Parameter
readPermission:Boolean (default = false) — Specifies the read permission.
 
writePermission:Boolean (default = false) — Specifies the write permission.
 
deletePermission:Boolean (default = false) — Specifies the delete permission.
Methodendetails

getLabelKey

()Methode
public function getLabelKey():String

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

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

Rückgabewerte
String — The resource bundle key.

hasAllPermissions

()Methode 
public function hasAllPermissions():Boolean

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

Indicates 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 Document Services - Workspace 9
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

Indicates whether the set of permissions will provide access to attachments.

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 Document Services - Workspace 9
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

Indicates if the permissions allow for an attachment to 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 Document Services - Workspace 9
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

Indicates 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 Document Services - Workspace 9
Laufzeitversionen: AIR (unsupported), Flash Player 9, Flash Player 10

Indicates whether the set of permissions allow only read access to an attachment.

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.