Guida di riferimento di ActionScript® 3.0 per la piattaforma Adobe® Flash®
Home  |  Nascondi elenco pacchetti e classi |  Pacchetti  |  Classi  |  Novità  |  Indice  |  Appendici  |  Perché in inglese?
Filtri: Recupero dati dal server...
Recupero dati dal server...
com.adobe.ep.taskmanagement.domain 

IAttachmentPermissions  - AS3 ADEP - Gestione attività

Pacchettocom.adobe.ep.taskmanagement.domain
Interfacciapublic interface IAttachmentPermissions

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Gestione attività 10
Versioni runtime: AIR 2.6, Flash Player 10.2

The interface for the permissions associated with attachments.



Proprietà pubbliche
 ProprietàDefinito da
  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
Metodi pubblici
 MetodoDefinito da
  
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
Descrizione delle proprietà

allowDelete

proprietà
allowDelete:Boolean

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Gestione attività 10
Versioni runtime: 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.

Il valore predefinito è false.



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

allowRead

proprietà 
allowRead:Boolean

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Gestione attività 10
Versioni runtime: 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.

Il valore predefinito è false.



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

allowWrite

proprietà 
allowWrite:Boolean

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Gestione attività 10
Versioni runtime: 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.

Il valore predefinito è false.



Implementazione
    public function get allowWrite():Boolean
    public function set allowWrite(value:Boolean):void
Descrizione dei metodi

getLabelKey

()metodo
public function getLabelKey():String

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Gestione attività 10
Versioni runtime: 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.

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

hasAllPermissions

()metodo 
public function hasAllPermissions():Boolean

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Gestione attività 10
Versioni runtime: 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.

Restituisce
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

()metodo 
public function noAccess():Boolean

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Gestione attività 10
Versioni runtime: AIR 2.6, Flash Player 10.2

Determines whether access to an attachment is allowed.

Restituisce
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

()metodo 
public function noDelete():Boolean

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Gestione attività 10
Versioni runtime: AIR 2.6, Flash Player 10.2

Determines whether an attachment can be deleted.

Restituisce
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

()metodo 
public function noWrite():Boolean

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Gestione attività 10
Versioni runtime: AIR 2.6, Flash Player 10.2

Determines whether write-access is allowed on an attachment.

Restituisce
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

()metodo 
public function readOnly():Boolean

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Gestione attività 10
Versioni runtime: AIR 2.6, Flash Player 10.2

Determines whether an attachment is readable.

Restituisce
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 ]Perché in inglese?
Il contenuto della Guida di riferimento di ActionScript 3.0 appare in inglese

Non tutte le parti della Guida di riferimento di ActionScript 3.0 sono tradotte in tutte le lingue. Quando un elemento del linguaggio non è tradotto, viene riportato in inglese. Ad esempio, la classe ga.controls.HelpBox non è tradotta in nessuna lingua. Pertanto, nella versione italiana della guida di riferimento, la descrizione della classe ga.controls.HelpBox è riportata in inglese.