用于 Adobe® Flash® Platform 的 ActionScript® 3.0 参考
主页  |  隐藏包列表和类列表 |   |   |  新增内容  |  索引  |  附录  |  为什么显示为英语?
过滤条件: 正在从服务器检索数据...
正在从服务器检索数据...
com.adobe.ep.taskmanagement.domain 

IAttachmentPermissions  - AS3 ADEP Task Management

com.adobe.ep.taskmanagement.domain
接口public interface IAttachmentPermissions

语言版本: ActionScript 3.0
产品版本: Adobe Digital Enterprise Platform Experience Services - Task Management 10
运行时版本: AIR 2.6, Flash Player 10.2

The interface for the permissions associated with attachments.



公共属性
 属性由以下参数定义
  allowDelete : Boolean
A flag that indicates whether an attachment can be deleted.
IAttachmentPermissions
  allowRead : Boolean
A flag that indicates whether an attachment can be read.
IAttachmentPermissions
  allowWrite : Boolean
A flag that indicates whether an attachment can be overwritten or writable.
IAttachmentPermissions
公共方法
 方法由以下参数定义
  
Generates a key that is appropriate for the current permission settings for use with the language resource bundle.
IAttachmentPermissions
  
Determines whether all the permissions for an attachment are available.
IAttachmentPermissions
  
Determines whether access to an attachment is allowed.
IAttachmentPermissions
  
Determines whether an attachment can be deleted.
IAttachmentPermissions
  
Determines whether write-access is allowed on an attachment.
IAttachmentPermissions
  
Determines whether an attachment is readable.
IAttachmentPermissions
属性详细信息

allowDelete

属性
allowDelete:Boolean

语言版本: ActionScript 3.0
产品版本: Adobe Digital Enterprise Platform Experience Services - Task Management 10
运行时版本: AIR 2.6, Flash Player 10.2

A flag that indicates whether an attachment can be deleted. A value of true indicates that the attachment has delete permissions.

默认值为 false。



实现
    public function get allowDelete():Boolean
    public function set allowDelete(value:Boolean):void

allowRead

属性 
allowRead:Boolean

语言版本: ActionScript 3.0
产品版本: Adobe Digital Enterprise Platform Experience Services - Task Management 10
运行时版本: AIR 2.6, Flash Player 10.2

A flag that indicates whether an attachment can be read. A value of true indicates that the attachment has read permissions.

默认值为 false。



实现
    public function get allowRead():Boolean
    public function set allowRead(value:Boolean):void

allowWrite

属性 
allowWrite:Boolean

语言版本: ActionScript 3.0
产品版本: Adobe Digital Enterprise Platform Experience Services - Task Management 10
运行时版本: AIR 2.6, Flash Player 10.2

A flag that indicates whether an attachment can be overwritten or writable. A value of true indicates that the attachment has write permissions.

默认值为 false。



实现
    public function get allowWrite():Boolean
    public function set allowWrite(value:Boolean):void
方法详细信息

getLabelKey

()方法
public function getLabelKey():String

语言版本: ActionScript 3.0
产品版本: Adobe Digital Enterprise Platform Experience Services - Task Management 10
运行时版本: AIR 2.6, Flash Player 10.2

Generates a key that is appropriate for the current permission settings for use with the language resource bundle.

返回
String — A key for use in a language resource bundle.

hasAllPermissions

()方法 
public function hasAllPermissions():Boolean

语言版本: ActionScript 3.0
产品版本: Adobe Digital Enterprise Platform Experience Services - Task Management 10
运行时版本: AIR 2.6, Flash Player 10.2

Determines 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 Experience Services - Task Management 10
运行时版本: AIR 2.6, Flash Player 10.2

Determines whether access to an attachment is allowed.

返回
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 Experience Services - Task Management 10
运行时版本: AIR 2.6, Flash Player 10.2

Determines whether an attachment can 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 Experience Services - Task Management 10
运行时版本: AIR 2.6, Flash Player 10.2

Determines 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 Experience Services - Task Management 10
运行时版本: AIR 2.6, Flash Player 10.2

Determines whether an attachment is readable.

返回
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 ]为什么显示为英语?
《ActionScript 3.0 参考》中的内容以英语显示

《ActionScript 3.0 参考》中的部分内容未翻译成所有语言。当某个语言元素未翻译时,将显示为英语。例如,ga.controls.HelpBox 类未翻译成任何语言。因此在简体中文版的参考中,ga.controls.HelpBox 类显示为英语。