패키지 | com.adobe.ep.taskmanagement.services |
인터페이스 | public interface IAttachmentManager |
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
런타임 버전: | AIR 2.6, Flash Player 10.2 |
IAttachmentManager
interface retrieves and manages attachments associated with tasks.
공용 메서드
메서드 | 정의 주체 | ||
---|---|---|---|
addAttachment(taskId:String, file:FileReference, attachmentPermissions:IAttachmentPermissions, assertionId:String = null):com.adobe.ep.taskmanagement.util:IToken
Adds a new attachment to the Document Server. | IAttachmentManager | ||
Delete an attachment from a task. | IAttachmentManager | ||
Retrieves the attachments based on a task identifier. | IAttachmentManager | ||
updateAttachment(taskId:String, attachmentId:String, file:FileReference, assertionId:String = null):com.adobe.ep.taskmanagement.util:IToken
Updates an existing attachment to the Document Server. | IAttachmentManager |
메서드 세부 정보
addAttachment | () | 메서드 |
public function addAttachment(taskId:String, file:FileReference, attachmentPermissions:IAttachmentPermissions, assertionId:String = null):com.adobe.ep.taskmanagement.util:IToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
런타임 버전: | Flash Player 10.2, AIR 2.6 |
Adds a new attachment to the Document Server.
매개 변수
taskId:String — Specifies the target task for this attachment operation.
| |
file:FileReference — Specifies the file to add as the attachment.
| |
attachmentPermissions:IAttachmentPermissions — Specifies the permissions of the attachment.
| |
assertionId:String (default = null ) — Specifies the assertion string. This parameter is required when uploading attachments using the Mozilla FireFox web browser.
|
com.adobe.ep.taskmanagement.util:IToken — An object that is used the specify handlers for this asynchronous call.
|
deleteAttachment | () | 메서드 |
public function deleteAttachment(taskId:String, attachmentId:String):com.adobe.ep.taskmanagement.util:IToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
런타임 버전: | Flash Player 10.2, AIR 2.6 |
Delete an attachment from a task.
매개 변수
taskId:String — Specifies the task identifier from which to delete an attachment.
| |
attachmentId:String — Specifies the identifier of the attachment to delete from the task.
|
com.adobe.ep.taskmanagement.util:IToken — An object that is used the specify handlers for this asynchronous call.
|
getAttachmentList | () | 메서드 |
public function getAttachmentList(taskId:String):com.adobe.ep.taskmanagement.util:ICollectionToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
런타임 버전: | Flash Player 10.2, AIR 2.6 |
Retrieves the attachments based on a task identifier.
매개 변수
taskId:String — Specifies the task identifier from which to retrieve the list of attachments.
|
com.adobe.ep.taskmanagement.util:ICollectionToken — A collection of attachment info objects.
|
updateAttachment | () | 메서드 |
public function updateAttachment(taskId:String, attachmentId:String, file:FileReference, assertionId:String = null):com.adobe.ep.taskmanagement.util:IToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
런타임 버전: | AIR 2.6, Flash Player 10.2 |
Updates an existing attachment to the Document Server.
매개 변수
taskId:String — identifies the target task for this attachment operation.
| |
attachmentId:String — id of the attachment to update.
| |
file:FileReference — the new contents of the attachment.
| |
assertionId:String (default = null ) — assertion string only required when updating attachments in FireFox
|
com.adobe.ep.taskmanagement.util:IToken — An object that is used the specify handlers for this asynchronous call.
|
Tue Jun 12 2018, 03:17 PM Z