패키지 | 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 |
속성 | 정의 주체 | ||
---|---|---|---|
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.
|
Tue Jun 12 2018, 03:17 PM Z