패키지 | 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, 03:17 PM Z