Paket | lc.procmgmt.domain |
Sınıf | public class AttachmentPermissions |
Miras Alma | AttachmentPermissions Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
AttachmentPermissions
class stores the read/write/delete permissions
for an attachment or note.
Özellik | Tanımlayan: | ||
---|---|---|---|
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
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object |
Yöntem | Tanımlayan: | ||
---|---|---|---|
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 | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | 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 | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Indicates whether the set of permissions allow only read access to an attachment. | AttachmentPermissions | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
allowDelete | özellik |
public var allowDelete:Boolean = false
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | 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.
Varsayılan değer şudur false.
allowRead | özellik |
public var allowRead:Boolean = false
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | 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.
Varsayılan değer şudur false.
allowWrite | özellik |
public var allowWrite:Boolean = false
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | 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.
Varsayılan değer şudur false.
AttachmentPermissions | () | Yapıcı |
public function AttachmentPermissions(readPermission:Boolean = false, writePermission:Boolean = false, deletePermission:Boolean = false)
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
ParametrelerreadPermission:Boolean (default = false ) — Specifies the read permission.
| |
writePermission:Boolean (default = false ) — Specifies the write permission.
| |
deletePermission:Boolean (default = false ) — Specifies the delete permission.
|
getLabelKey | () | yöntem |
public function getLabelKey():String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | 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.
DöndürürString — The resource bundle key.
|
hasAllPermissions | () | yöntem |
public function hasAllPermissions():Boolean
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | 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.
DöndürürBoolean — 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 | () | yöntem |
public function noAccess():Boolean
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Indicates whether the set of permissions will provide access to attachments.
DöndürürBoolean — 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 | () | yöntem |
public function noDelete():Boolean
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Indicates if the permissions allow for an attachment to be deleted.
DöndürürBoolean — 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 | () | yöntem |
public function noWrite():Boolean
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Indicates whether write access is allowed on an attachment.
DöndürürBoolean — 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 | () | yöntem |
public function readOnly():Boolean
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Indicates whether the set of permissions allow only read access to an attachment.
DöndürürBoolean — 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, 01:09 PM Z