| 패키지 | com.adobe.ep.taskmanagement.domain |
| 인터페이스 | public interface IAttachment |
| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| 런타임 버전: | AIR 2.6, Flash Player 10.2 |
IAttachmentManager class.
관련 API 요소
| 속성 | 정의 주체 | ||
|---|---|---|---|
| creationDate : Date
The date attachment was created. | IAttachment | ||
| creatorDisplayName : String
The display name of the user who created the attachment. | IAttachment | ||
| creatorId : String
The unique identifier for the user who created the attachment or note. | IAttachment | ||
| deleteable : Boolean [읽기 전용]
A flag that indicates whether the attachment can be deleted. | IAttachment | ||
| description : String
The description for the attachment. | IAttachment | ||
| fileName : String
The filename of the attachment. | IAttachment | ||
| id : String
The identifier for the attachment or note. | IAttachment | ||
| lastModifiedDate : Date
Thed date the attachment was last changed. | IAttachment | ||
| noteExtended : Boolean
A flag that indicates whether the note is extended. | IAttachment | ||
| originalCreator : Boolean
A flag that indicates whether the logged in user added the attachment. | IAttachment | ||
| readable : Boolean [읽기 전용]
A flag that indicates whether the attachment is readable. | IAttachment | ||
| size : String
The size of the attachment or note. | IAttachment | ||
| taskId : String
The unique identifier for the task. | IAttachment | ||
| type : String
The type of attachment. | IAttachment | ||
| url : String
The URL for the attachment contents. | IAttachment | ||
| writeable : Boolean [읽기 전용]
A flag that indicates whether the attachment is writable. | IAttachment | ||
creationDate | 속성 |
creatorDisplayName | 속성 |
creatorDisplayName:String| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| 런타임 버전: | AIR 2.6, Flash Player 10.2 |
The display name of the user who created the attachment.
구현
public function get creatorDisplayName():String public function set creatorDisplayName(value:String):voidcreatorId | 속성 |
creatorId:String| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| 런타임 버전: | AIR 2.6, Flash Player 10.2 |
The unique identifier for the user who created the attachment or note.
구현
public function get creatorId():String public function set creatorId(value:String):voiddeleteable | 속성 |
deleteable: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 the attachment can be deleted.
A value of true specifies that the attachment can be deleted.
구현
public function get deleteable():Booleandescription | 속성 |
description:String| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| 런타임 버전: | AIR 2.6, Flash Player 10.2 |
The description for the attachment. When an attachment is a note, the contents of the note are in it.
구현
public function get description():String public function set description(value:String):voidfileName | 속성 |
id | 속성 |
lastModifiedDate | 속성 |
lastModifiedDate:Date| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| 런타임 버전: | AIR 2.6, Flash Player 10.2 |
Thed date the attachment was last changed.
구현
public function get lastModifiedDate():Date public function set lastModifiedDate(value:Date):voidnoteExtended | 속성 |
noteExtended: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 the note is extended. Extended notes have more than 255 characters and are stored in a separate file.
A value of true indicates that the note is extended and that it
is necessary to retrieve the full notes from a file.
구현
public function get noteExtended():Boolean public function set noteExtended(value:Boolean):voidoriginalCreator | 속성 |
originalCreator: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 the logged in user added the attachment.
A value of true specifies that the attachment was added by the user
that is logged in.
구현
public function get originalCreator():Boolean public function set originalCreator(value:Boolean):voidreadable | 속성 |
readable: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 the attachment is readable.
A value of true specifies that the attachment is readable.
구현
public function get readable():Booleansize | 속성 |
taskId | 속성 |
type | 속성 |
type:String| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| 런타임 버전: | AIR 2.6, Flash Player 10.2 |
The type of attachment. Attachments can be a file or note.
A value of AttachmentInfo.TYPE_ATTACHMENT specifies a file and a value of
AttachmentInfo.TYPE_NOTE specifies a note.
구현
public function get type():String public function set type(value:String):voidurl | 속성 |
writeable | 속성 |
writeable: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 the attachment is writable.
A value of true specifies that the attachment is writable.
구현
public function get writeable():BooleanTue Jun 12 2018, 03:17 PM Z