ActionScript® 3.0 — dokumentacja dla platformy Adobe® Flash®
Strona główna  |  Ukryj listę pakietów i klas |  Pakiety  |  Klasy  |  Nowości  |  Indeks  |  Dodatki  |  Dlaczego język angielski?
Filtry: Pobieranie danych z serwera...
Pobieranie danych z serwera...
com.adobe.ep.taskmanagement.domain 

IAttachmentPermissions  - AS3 ADEP Task Management

Pakietcom.adobe.ep.taskmanagement.domain
Interfejspublic interface IAttachmentPermissions

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

The interface for the permissions associated with attachments.



Właściwości publiczne
 WłaściwośćZdefiniowane przez
  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
Metody publiczne
 MetodaZdefiniowane przez
  
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
Szczegół właściwości

allowDelete

właściwość
allowDelete:Boolean

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Wersje środowiska wykonawczego: 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.

Wartością domyślną jest false.



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

allowRead

właściwość 
allowRead:Boolean

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Wersje środowiska wykonawczego: 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.

Wartością domyślną jest false.



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

allowWrite

właściwość 
allowWrite:Boolean

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Wersje środowiska wykonawczego: 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.

Wartością domyślną jest false.



Implementacja
    public function get allowWrite():Boolean
    public function set allowWrite(value:Boolean):void
Szczegół metody

getLabelKey

()metoda
public function getLabelKey():String

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Wersje środowiska wykonawczego: 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.

Zwraca
String — A key for use in a language resource bundle.

hasAllPermissions

()metoda 
public function hasAllPermissions():Boolean

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Wersje środowiska wykonawczego: 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.

Zwraca
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

()metoda 
public function noAccess():Boolean

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

Determines whether access to an attachment is allowed.

Zwraca
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

()metoda 
public function noDelete():Boolean

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

Determines whether an attachment can be deleted.

Zwraca
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

()metoda 
public function noWrite():Boolean

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

Determines whether write-access is allowed on an attachment.

Zwraca
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

()metoda 
public function readOnly():Boolean

Wersja języka: ActionScript 3.0
Wersja produktu: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Wersje środowiska wykonawczego: AIR 2.6, Flash Player 10.2

Determines whether an attachment is readable.

Zwraca
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 ]Dlaczego język angielski?
Treść dokumentacji języka ActionScript 3.0 wyświetlana w języku angielskim

Niektóre części dokumentacji języka ActionScript 3.0 nie są przetłumaczone na poszczególne języki. Gdy element nie jest przetłumaczony na dany język, jest wyświetlany tekst angielski. Na przykład opis klasy ga.controls.HelpBox nie jest przetłumaczony na żaden dodatkowy język. Z tego powodu polska wersja dokumentacji zawiera opis klasy ga.controls.HelpBox w języku angielskim.