適用於 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 類別就會以英文顯示。