包 | lc.procmgmt.domain |
类 | public class AttachmentPermissions |
继承 | AttachmentPermissions Object |
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
AttachmentPermissions
class stores the read/write/delete permissions
for an attachment or note.
属性 | 由以下参数定义 | ||
---|---|---|---|
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
对类对象或给定对象实例的构造函数的引用。 | Object |
方法 | 由以下参数定义 | ||
---|---|---|---|
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 | ||
表示对象是否已经定义了指定的属性。 | Object | ||
表示 Object 类的实例是否在指定为参数的对象的原型链中。 | 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 | ||
表示指定的属性是否存在、是否可枚举。 | Object | ||
Indicates whether the set of permissions allow only read access to an attachment. | AttachmentPermissions | ||
设置循环操作动态属性的可用性。 | Object | ||
返回此对象的字符串表示形式,其格式设置遵守区域设置特定的约定。 | Object | ||
返回指定对象的字符串表示形式。 | Object | ||
返回指定对象的原始值。 | Object |
allowDelete | 属性 |
public var allowDelete:Boolean = false
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | 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.
默认值为 false。
allowRead | 属性 |
public var allowRead:Boolean = false
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | 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.
默认值为 false。
allowWrite | 属性 |
public var allowWrite:Boolean = false
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | 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.
默认值为 false。
AttachmentPermissions | () | 构造函数 |
public function AttachmentPermissions(readPermission:Boolean = false, writePermission:Boolean = false, deletePermission:Boolean = false)
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
参数readPermission:Boolean (default = false ) — Specifies the read permission.
| |
writePermission:Boolean (default = false ) — Specifies the write permission.
| |
deletePermission:Boolean (default = false ) — Specifies the delete permission.
|
getLabelKey | () | 方法 |
public function getLabelKey():String
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | 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.
返回String — The resource bundle key.
|
hasAllPermissions | () | 方法 |
public function hasAllPermissions():Boolean
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | 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.
返回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 | () | 方法 |
public function noAccess():Boolean
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Indicates whether the set of permissions will provide access to attachments.
返回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 | () | 方法 |
public function noDelete():Boolean
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Indicates if the permissions allow for an attachment to be deleted.
返回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 | () | 方法 |
public function noWrite():Boolean
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Indicates whether write access is allowed on an attachment.
返回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 | () | 方法 |
public function readOnly():Boolean
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Indicates whether the set of permissions allow only read access to an attachment.
返回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.
|
Tue Jun 12 2018, 11:04 AM Z