Pakket | lc.procmgmt.domain |
Klasse | public class AttachmentPermissions |
Overerving | AttachmentPermissions Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
AttachmentPermissions
class stores the read/write/delete permissions
for an attachment or note.
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
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
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object |
Methode | Gedefinieerd door | ||
---|---|---|---|
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 | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | 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 | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Indicates whether the set of permissions allow only read access to an attachment. | AttachmentPermissions | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
allowDelete | eigenschap |
public var allowDelete:Boolean = false
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | 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.
De standaardwaarde is false.
allowRead | eigenschap |
public var allowRead:Boolean = false
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | 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.
De standaardwaarde is false.
allowWrite | eigenschap |
public var allowWrite:Boolean = false
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | 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.
De standaardwaarde is false.
AttachmentPermissions | () | Constructor |
public function AttachmentPermissions(readPermission:Boolean = false, writePermission:Boolean = false, deletePermission:Boolean = false)
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
ParametersreadPermission:Boolean (default = false ) — Specifies the read permission.
| |
writePermission:Boolean (default = false ) — Specifies the write permission.
| |
deletePermission:Boolean (default = false ) — Specifies the delete permission.
|
getLabelKey | () | methode |
public function getLabelKey():String
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | 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.
Geretourneerde waardeString — The resource bundle key.
|
hasAllPermissions | () | methode |
public function hasAllPermissions():Boolean
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | 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.
Geretourneerde waardeBoolean — 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
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Indicates whether the set of permissions will provide access to attachments.
Geretourneerde waardeBoolean — 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
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Indicates if the permissions allow for an attachment to be deleted.
Geretourneerde waardeBoolean — 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
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Indicates whether write access is allowed on an attachment.
Geretourneerde waardeBoolean — 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
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Indicates whether the set of permissions allow only read access to an attachment.
Geretourneerde waardeBoolean — 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.
|
Wed Jun 13 2018, 11:42 AM Z