Adobe® Flash® Platform 用 ActionScript® 3.0 リファレンスガイド
ホーム  |  パッケージおよびクラスリストの非表示 |  パッケージ  |  クラス  |  新機能  |  索引  |  付録  |  英語で表示される理由
フィルター: サーバーからデータを取得しています...
サーバーからデータを取得しています...
com.adobe.ep.taskmanagement.services 

IAttachmentManager  - AS3 ADEP Task Management

パッケージ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

The IAttachmentManagerinterface retrieves and manages attachments associated with tasks.



パブリックメソッド
 メソッド定義元
  
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
  
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.




[ X ]英語で表示される理由
ActionScript 3.0 リファレンスガイドのコンテンツが英語で表示されます。

ActionScript 3.0 リファレンスガイドのすべての部分がすべての言語に翻訳されているわけではありません。言語エレメントが翻訳されていない場合、そのエレメントは英語で表示されます。例えば、ga.controls.HelpBox クラスはどの言語にも訳されていません。このため、リファレンスガイドの日本語バージョンでは、ga.controls.HelpBox クラスは英語で表示されます。