Package | lc.procmgmt.domain |
Classe | public class AttachmentPermissions |
Héritage | AttachmentPermissions Object |
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
AttachmentPermissions
class stores the read/write/delete permissions
for an attachment or note.
Propriété | Défini par | ||
---|---|---|---|
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 | ||
constructor : Object
Référence à l’objet de classe ou à la fonction constructeur d’une occurrence donnée d’un objet. | Object |
Méthode | Défini par | ||
---|---|---|---|
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 | ||
Indique si la propriété spécifiée d’un objet est définie. | Object | ||
Indique si une occurrence de la classe Object figure dans la chaîne de prototype de l’objet spécifié en tant que paramètre. | 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 | ||
Indique si la propriété spécifiée existe et est énumérable. | Object | ||
Indicates whether the set of permissions allow only read access to an attachment. | AttachmentPermissions | ||
Définit la disponibilité d’une propriété dynamique pour les opérations en boucle. | Object | ||
Renvoie la représentation de chaîne de cet objet, formatée selon les paramètres régionaux en vigueur. | Object | ||
Renvoie la représentation sous forme de chaîne de l’objet spécifié. | Object | ||
Renvoie la valeur primitive de l’objet spécifié. | Object |
allowDelete | propriété |
public var allowDelete:Boolean = false
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | 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.
La valeur par défaut est false.
allowRead | propriété |
public var allowRead:Boolean = false
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | 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.
La valeur par défaut est false.
allowWrite | propriété |
public var allowWrite:Boolean = false
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | 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.
La valeur par défaut est false.
AttachmentPermissions | () | Constructeur |
public function AttachmentPermissions(readPermission:Boolean = false, writePermission:Boolean = false, deletePermission:Boolean = false)
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
ParamètresreadPermission:Boolean (default = false ) — Specifies the read permission.
| |
writePermission:Boolean (default = false ) — Specifies the write permission.
| |
deletePermission:Boolean (default = false ) — Specifies the delete permission.
|
getLabelKey | () | méthode |
public function getLabelKey():String
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | 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.
Valeur renvoyéeString — The resource bundle key.
|
hasAllPermissions | () | méthode |
public function hasAllPermissions():Boolean
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | 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.
Valeur renvoyéeBoolean — 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éthode |
public function noAccess():Boolean
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Indicates whether the set of permissions will provide access to attachments.
Valeur renvoyéeBoolean — 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éthode |
public function noDelete():Boolean
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Indicates if the permissions allow for an attachment to be deleted.
Valeur renvoyéeBoolean — 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éthode |
public function noWrite():Boolean
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Indicates whether write access is allowed on an attachment.
Valeur renvoyéeBoolean — 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éthode |
public function readOnly():Boolean
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Indicates whether the set of permissions allow only read access to an attachment.
Valeur renvoyéeBoolean — 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.
|
Tue Jun 12 2018, 09:30 AM Z