Referencia de ActionScript® 3.0 para la plataforma de Adobe® Flash®
Inicio  |  Ocultar lista de paquetes y clases |  Paquetes  |  Clases  |  Novedades  |  Índice  |  Apéndices  |  ¿Por qué hay texto en inglés?
Filtros: Recuperando datos del servidor...
Recuperando datos del servidor...
lc.procmgmt.domain 

AttachmentPermissions  - AS3 ADEP Workspace

Paquetelc.procmgmt.domain
Clasepublic class AttachmentPermissions
HerenciaAttachmentPermissions Inheritance Object

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

The AttachmentPermissions class stores the read/write/delete permissions for an attachment or note.



Propiedades públicas
 PropiedadDefinido por
  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
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada.
Object
Métodos públicos
 MétodoDefinido por
  
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
Indica si un objeto tiene definida una propiedad especificada.
Object
 Inherited
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro.
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
Indica si existe la propiedad especificada y si es enumerable.
Object
  
Indicates whether the set of permissions allow only read access to an attachment.
AttachmentPermissions
 Inherited
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle.
Object
 Inherited
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional.
Object
 Inherited
Devuelve la representación de cadena del objeto especificado.
Object
 Inherited
Devuelve el valor simple del objeto especificado.
Object
Información sobre propiedades

allowDelete

propiedad
public var allowDelete:Boolean = false

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: 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.

El valor predeterminado es false.

allowRead

propiedad 
public var allowRead:Boolean = false

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: 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.

El valor predeterminado es false.

allowWrite

propiedad 
public var allowWrite:Boolean = false

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: 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.

El valor predeterminado es false.

Información sobre constructores

AttachmentPermissions

()Información sobre
public function AttachmentPermissions(readPermission:Boolean = false, writePermission:Boolean = false, deletePermission:Boolean = false)

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

Constructor.

Parámetros
readPermission:Boolean (default = false) — Specifies the read permission.
 
writePermission:Boolean (default = false) — Specifies the write permission.
 
deletePermission:Boolean (default = false) — Specifies the delete permission.
Información sobre métodos

getLabelKey

()método
public function getLabelKey():String

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: 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.

Valor devuelto
String — The resource bundle key.

hasAllPermissions

()método 
public function hasAllPermissions():Boolean

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: 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.

Valor devuelto
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

()método 
public function noAccess():Boolean

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

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

Valor devuelto
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

()método 
public function noDelete():Boolean

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

Indicates if the permissions allow for an attachment to be deleted.

Valor devuelto
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

()método 
public function noWrite():Boolean

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

Indicates whether write access is allowed on an attachment.

Valor devuelto
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

()método 
public function readOnly():Boolean

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

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

Valor devuelto
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 ]¿Por qué hay texto en inglés?
Cierto contenido de la Referencia de ActionScript 3.0 se muestra en inglés

No todo el contenido de la Referencia de ActionScript 3.0 se traduce a todos los idiomas. Si un elemento del lenguaje no se traduce, aparecerá en inglés. Por ejemplo, la clase ga.controls.HelpBox no está traducida en ningún idioma. Por lo tanto, en la versión en español de la referencia, la clase ga.controls.HelpBox aparecerá en inglés.