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

ITaskManager  - AS3 ADEP Workspace

パッケージlc.procmgmt
インターフェイスpublic interface ITaskManager extends IManager , IEventDispatcher

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

The ITaskManager interface contains methods and properties to retrieve and manage tasks. In general, this interface is used for retrieving and searching for tasks because most other operations should operate on the Task object. For example, use task.complete() instead of ITaskManager.complete(taskId).

例を表示

関連する API エレメント



パブリックプロパティ
 プロパティ定義元
 InheritedfaultHandler : Function
The default fault handler function.
IManager
パブリックメソッド
 メソッド定義元
  
Abandons the task identified by the task identifier.
ITaskManager
  
Adds an attachment to a task item.
ITaskManager
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
イベントリスナーオブジェクトを EventDispatcher オブジェクトに登録し、リスナーがイベントの通知を受け取るようにします。
IEventDispatcher
  
Adds a note to a task item.
ITaskManager
  
Claims the task from another user or group.
ITaskManager
  
Completes task item.
ITaskManager
  
Consults with another user about the specified task.
ITaskManager
  
Deletes an attachment or note from a task item.
ITaskManager
 Inherited
イベントをイベントフローに送出します。
IEventDispatcher
  
Returns the tasks returned from a search request using the provided search filter.
ITaskManager
  
Forwards the task identified, by the task identifier to another user.
ITaskManager
  
A new version of the method getTasksForProcess.
ITaskManager
  
Retrieves the collection of Assignment objects that are associated with a task identifier.
ITaskManager
  
Retrieves the collection of attachments and notes that are associated with a task.
ITaskManager
  
Gets the completion comment of a task.
ITaskManager
  
Retrieves an extended note.
ITaskManager
  
Retrieves the location, as a URL, of an image for a task.
ITaskManager
  
Retrieves the data for a task item.
ITaskManager
  
Retrieves the collection of pending tasks that are associated with the process instance identifier.
ITaskManager
  
Retrieves a collection of process variable definitions for a given task that the user participated in.
ITaskManager
  
Retrieves a specific search template.
ITaskManager
  
Retrieves a collection of search template descriptors.
ITaskManager
  
Retrieves the task that is associated with the task identifier.
ITaskManager
  
Retrieves an attachment document for a task item.
ITaskManager
  
Retrieves the task that is associated with the task identifier by using a remote object to the server.
ITaskManager
  
getTaskImageUrl(taskId:String, imageTicket:String):String
Deprecated Since LiveCycle ES Update 1 (8.2): Please use lc.procmgmt.ITaskManager.getImageUrlForTask().
ITaskManager
  
Retrieves all the tasks that a user has access to.
ITaskManager
  
Retrieves the collection of tasks that are associated with the process instance identifier.
ITaskManager
 Inherited
Determines whether the default operation is prevented.
IManager
 Inherited
Determines whether the default operation is prevented.
IManager
 Inherited
EventDispatcher オブジェクトに、特定のイベントタイプに対して登録されたリスナーがあるかどうかを確認します。
IEventDispatcher
  
Locks the task and prevents other users from claiming the task.
ITaskManager
  
Updates the task id in the session prior to submitting the task
ITaskManager
  
Rejects the task.
ITaskManager
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
EventDispatcher オブジェクトからリスナーを削除します。
IEventDispatcher
  
renderItem(taskId:String, taskItemIndex:int, params:Object = null):lc.foundation.util:ObjectToken
Retrieves a form for a task.
ITaskManager
  
Saves the task item data to the server.
ITaskManager
  
Sets the completion comment of a task.
ITaskManager
  
Sets the description value of a task.
ITaskManager
  
Sets the visibility of a task in searches.
ITaskManager
  
Shares a task with another user.
ITaskManager
  
submitItemWithData(taskId:String, taskItemIndex:int, data:Object, params:Object = null):lc.foundation.util:ObjectToken
Submits current task item data to the server.
ITaskManager
  
submitItemWithPriorData(taskId:String, taskItemIndex:int, resultKey:Object, params:Object = null):lc.foundation.util:ObjectToken
Submits task item data that was last saved to the server.
ITaskManager
  
Unlocks the task to allow other users to claim the task provided they have access to it.
ITaskManager
  
Updates an attachment to a task item.
ITaskManager
 Inherited
指定されたイベントタイプについて、この EventDispatcher オブジェクトまたはその祖先にイベントリスナーが登録されているかどうかを確認します。
IEventDispatcher
メソッドの詳細

abandon

()メソッド
public function abandon(taskId:String):lc.foundation.util:Token

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

Abandons the task identified by the task identifier.

パラメーター

taskId:String — Specifies the task identifier.

戻り値
lc.foundation.util:Token — A token used to set result and fault handlers to be called when the operation is complete.

addAttachment

()メソッド 
public function addAttachment(taskId:String, file:FileReference, attachmentPermissions:AttachmentPermissions):lc.foundation.util:Token

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

Adds an attachment to a task item.

パラメーター

taskId:String — Specifies the identifier of the task to reject.
 
file:FileReference — Specifies the FileReference object for the attachment.
 
attachmentPermissions:AttachmentPermissions — Specifies the permissions for the attachment.

戻り値
lc.foundation.util:Token — A token used to set result and fault handlers to be called when the operation is complete.

addNote

()メソッド 
public function addNote(taskId:String, title:String, note:String, attachmentPermissions:AttachmentPermissions):lc.foundation.util:ObjectToken

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

Adds a note to a task item.

パラメーター

taskId:String — Specifies the task identifier.
 
title:String — Specifies the title for the note.
 
note:String — Specifies the note text.
 
attachmentPermissions:AttachmentPermissions — Specifies the permissions for the attachment.

戻り値
lc.foundation.util:ObjectToken — A token that will contain an AttachmentInfo object when the request completes. You can set result and fault handlers on the token to be called when the invocation is complete and the result is returned.

claim

()メソッド 
public function claim(taskId:String, lockTask:Boolean):lc.foundation.util:Token

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

Claims the task from another user or group.

パラメーター

taskId:String — Specifies the task identifier.
 
lockTask:Boolean — Specifies whether to claim and lock a task. If a value of true is provided, the task is both locked and claimed. If a value of false is provided, the task is claimed but not locked.

戻り値
lc.foundation.util:Token — A token used to set result and fault handlers to be called when the operation is complete.

complete

()メソッド 
public function complete(taskId:String, routeName:String = null):lc.foundation.util:ObjectToken

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

Completes task item.

パラメーター

taskId:String — Specifies the task identifier.
 
routeName:String (default = null) — Specifies the selected route name if it exists.

戻り値
lc.foundation.util:ObjectToken — A token used to set result and fault handlers to be called when the operation is complete.

consult

()メソッド 
public function consult(taskId:String, userOid:String):lc.foundation.util:Token

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

Consults with another user about the specified task.

パラメーター

taskId:String — Specifies the task identifier.
 
userOid:String — Specifies the OID of the person to consult with.

戻り値
lc.foundation.util:Token — A token used to set result and fault handlers to be called when the operation is complete.

deleteAttachment

()メソッド 
public function deleteAttachment(taskId:String, attachmentId:String):lc.foundation.util:Token

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

Deletes an attachment or note from a task item.

パラメーター

taskId:String — Specifies the task identifier.
 
attachmentId:String — Specifies the attachment to be deleted.

戻り値
lc.foundation.util:Token — A token used to set result and fault handlers to be called when the operation is complete.

findTasks

()メソッド 
public function findTasks(searchFilter:SearchFilter):lc.foundation.util:CollectionToken

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

Returns the tasks returned from a search request using the provided search filter.

パラメーター

searchFilter:SearchFilter — The search criteria to filter the results. It also contains a list of the fields that must be returned and up to two fields that the results are to be sorted using.

戻り値
lc.foundation.util:CollectionToken — A token containing the task collection. The collection may not be populated yet. You can set result and fault handlers on the token to be called when the collection has been fully populated. The result collection will contain Task objects.

forward

()メソッド 
public function forward(taskId:String, userOid:String):lc.foundation.util:Token

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

Forwards the task identified, by the task identifier to another user.

パラメーター

taskId:String — Specifies the task identifier.
 
userOid:String — The OID of the person to forward the task to.

戻り値
lc.foundation.util:Token — A token used to set result and fault handlers to be called when the operation is complete.

getAllTasksForProcess

()メソッド 
public function getAllTasksForProcess(processId:Number, includeSubprocessTasks:Boolean):lc.foundation.util:CollectionToken

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 10
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

A new version of the method getTasksForProcess. The new feature introduced in getAllTasksForProcess is the capability to specify the return of tasks from subprocesses. Retrieves the collection of tasks that are associated with the process instance identifier.

パラメーター

processId:Number — Specifies the identifier of the process instance to obtain the task for.
 
includeSubprocessTasks:Boolean — Indicator if results should include tasks in sub-processes associated with the specified process instance.

戻り値
lc.foundation.util:CollectionToken — A token containing a collection of Task objects when the request completes. You can set result and fault handlers on the token to be called when the invocation is complete and the collection is fully populated.

getAssignmentsForTask

()メソッド 
public function getAssignmentsForTask(taskId:String):lc.foundation.util:CollectionToken

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

Retrieves the collection of Assignment objects that are associated with a task identifier.

パラメーター

taskId:String — Specifies the identifier of the task.

戻り値
lc.foundation.util:CollectionToken — A token containing a collection of Assignment objects when the request completes. You can set result and fault handlers on the token to be called when the invocation is complete and the collection is fully populated.

getAttachments

()メソッド 
public function getAttachments(taskId:String):lc.foundation.util:CollectionToken

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

Retrieves the collection of attachments and notes that are associated with a task.

パラメーター

taskId:String — Specifies the task identifier.

戻り値
lc.foundation.util:CollectionToken — A token containing a collection of Attachment objects. You can set result and fault handlers on the token to be called when it is fully populated.

getCompletionComment

()メソッド 
public function getCompletionComment(taskId:String):lc.foundation.util:ObjectToken

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

Gets the completion comment of a task.

パラメーター

taskId:String — Specifies the task identifier.

戻り値
lc.foundation.util:ObjectToken — A token containing the completion comment and used to set result and fault handlers to be called when the operation is complete.

getExtendedNote

()メソッド 
public function getExtendedNote(taskId:String, noteId:String):lc.foundation.util:Token

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

Retrieves an extended note.

パラメーター

taskId:String — Specifies the task identifier.
 
noteId:String — Specifies the attachment identifier.

戻り値
lc.foundation.util:Token — A token used to set result and fault handlers to be called when the operation is complete.

getImageUrlForTask

()メソッド 
public function getImageUrlForTask(task:lc.procmgmt.domain:Task):String

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

Retrieves the location, as a URL, of an image for a task.

パラメーター

task:lc.procmgmt.domain:Task — Specifies the task for which to obtain the image URL.

戻り値
String — A URL from which the image can be retrieved.

getItemData

()メソッド 
public function getItemData(taskId:String, taskItemIndex:int):lc.foundation.util:ObjectToken

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

Retrieves the data for a task item. The item retrieved using the renderItem method may already contain merged data.

パラメーター

taskId:String — Specifies the task identifier.
 
taskItemIndex:int — Specifies the task item to be returned.

戻り値
lc.foundation.util:ObjectToken — A token that will contain a TaskItemResult object when the request completes. You can set result and fault handlers on the token to be called when the invocation is complete and the result is returned. The returned object is an XML type if the data is XML; otherwise, it is a ByteArray type.

getPendingTasksForProcess

()メソッド 
public function getPendingTasksForProcess(processId:Number):lc.foundation.util:CollectionToken

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

Retrieves the collection of pending tasks that are associated with the process instance identifier.

パラメーター

processId:Number — Specifies the identifier of the process instance to obtain the task for.

戻り値
lc.foundation.util:CollectionToken — A token containing a collection of Task objects when the request completes. You can set result and fault handlers on the token to be called when the invocation is complete and the collection is fully populated.

getProcessVariablesForTask

()メソッド 
public function getProcessVariablesForTask(taskId:String):lc.foundation.util:CollectionToken

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

Retrieves a collection of process variable definitions for a given task that the user participated in.

パラメーター

taskId:String — Specifies the task identifier.

戻り値
lc.foundation.util:CollectionToken — A token containing a collection of ProcessVariable objects when the request completes. You can set result and fault handlers on the token to be called when the invocation is complete and the collection is fully populated.

getSearchTemplate

()メソッド 
public function getSearchTemplate(searchTemplateId:Number):lc.foundation.util:ObjectToken

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

Retrieves a specific search template.

パラメーター

searchTemplateId:Number — Specifies the unique identifier of the search template.

戻り値
lc.foundation.util:ObjectToken — A token that will contain a SearchTemplate object (as XML) when the request completes. You can set result and fault handlers on the token to be called when the invocation is complete and the result is returned.

getSearchTemplateDescriptors

()メソッド 
public function getSearchTemplateDescriptors():lc.foundation.util:CollectionToken

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

Retrieves a collection of search template descriptors.

戻り値
lc.foundation.util:CollectionToken — A token containing a collection of SearchTemplateDescriptor objects when the request completes. You can set result and fault handlers on the token to be called when the invocation is complete and the collection is fully populated.

getTask

()メソッド 
public function getTask(taskId:String):lc.foundation.util:ObjectToken

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

Retrieves the task that is associated with the task identifier. This method uses the data service getItem method and returns an ObjectToken containing the requested Task.

パラメーター

taskId:String — Specifies the task identifier to obtain the task for.

戻り値
lc.foundation.util:ObjectToken — A token containing the task when the request completes. You can set result and fault handlers on the token to be called when the invocation is complete.

getTaskAttachmentDocument

()メソッド 
public function getTaskAttachmentDocument(taskId:String, attachmentId:String):lc.foundation.util:ObjectToken

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

Retrieves an attachment document for a task item. The document URL should be used once only.

パラメーター

taskId:String — Specifies the task identifier.
 
attachmentId:String — Specifies the attachment identifier.

戻り値
lc.foundation.util:ObjectToken — A token that will contain the attachment document when the request completes. You can set result and fault handlers on the token to be called when the invocation is complete and the result is returned. The returned object will be of type XML if the data is XML; otherwise, it will be of type ByteArray.

getTaskById

()メソッド 
public function getTaskById(taskId:String):lc.foundation.util:ObjectToken

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

Retrieves the task that is associated with the task identifier by using a remote object to the server.

パラメーター

taskId:String — Specifies the identifier of the task to obtain.

戻り値
lc.foundation.util:ObjectToken — A token containing the task when the request completes. You can set result and fault handlers on the token to be called when the invocation is complete.

getTaskImageUrl

()メソッド 
public function getTaskImageUrl(taskId:String, imageTicket:String):String

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

Deprecated Since LiveCycle ES Update 1 (8.2): Please use lc.procmgmt.ITaskManager.getImageUrlForTask(). Retrieves the location, as a URL, of an image for a task.

パラメーター

taskId:String — Specifies the identifier of the task for which to obtain the image.
 
imageTicket:String — Specifies the imageTicket from the task.

戻り値
String — A URL from which the image can be retrieved.

関連する API エレメント

getTasks

()メソッド 
public function getTasks(refresh:Boolean = false):lc.foundation.util:CollectionToken

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

Retrieves all the tasks that a user has access to.

パラメーター

refresh:Boolean (default = false) — Indicator if a refresh of the results from the server is required.

戻り値
lc.foundation.util:CollectionToken — A token containing the task collection. The collection may not be populated yet. You can set result and fault handlers on the token to be called when the collection is fully populated. The result collection will contain Task objects.

getTasksForProcess

()メソッド 
public function getTasksForProcess(processId:Number):lc.foundation.util:CollectionToken

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

Retrieves the collection of tasks that are associated with the process instance identifier.

パラメーター

processId:Number — Specifies the identifier of the process instance to obtain the task for.

戻り値
lc.foundation.util:CollectionToken — A token containing a collection of Task objects when the request completes. You can set result and fault handlers on the token to be called when the invocation is complete and the collection is fully populated.

lock

()メソッド 
public function lock(taskId:String):lc.foundation.util:Token

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

Locks the task and prevents other users from claiming the task.

パラメーター

taskId:String — Specifies the identifier of the task to lock.

戻り値
lc.foundation.util:Token — A token used to set result and fault handlers to be called when the operation is complete.

prepareForSubmit

()メソッド 
public function prepareForSubmit(taskId:String):lc.foundation.util:ObjectToken

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

Updates the task id in the session prior to submitting the task

パラメーター

taskId:String — Specifies the task identifier.

戻り値
lc.foundation.util:ObjectToken — A token used to set result and fault handlers to be called when the operation is complete. You can set result and fault handlers on the token to be called when the invocation is complete and the result is returned.

reject

()メソッド 
public function reject(taskId:String):lc.foundation.util:Token

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

Rejects the task. This will cause the task to return to the previous assigned user.

パラメーター

taskId:String — Specifies the identifier of the task to reject.

戻り値
lc.foundation.util:Token — A token used to set result and fault handlers to be called when the operation is complete.

renderItem

()メソッド 
public function renderItem(taskId:String, taskItemIndex:int, params:Object = null):lc.foundation.util:ObjectToken

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

Retrieves a form for a task.

パラメーター

taskId:String — Specifies the task identifier.
 
taskItemIndex:int — Reserved for future use.
 
params:Object (default = null) — Specifies an optional map of parameters for the render service.

戻り値
lc.foundation.util:ObjectToken — A token that will contain a TaskItemResult object when the request completes. You can set result and fault handlers on the token to be called when the invocation is complete and the result is returned.

saveItemData

()メソッド 
public function saveItemData(taskId:String, taskItemIndex:int, data:Object):lc.foundation.util:Token

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

Saves the task item data to the server.

パラメーター

taskId:String — Specifies the task identifier.
 
taskItemIndex:int — Reserved for future use.
 
data:Object — Specifies the data to be saved. The type must be an XML or ByteArray type.

戻り値
lc.foundation.util:Token — A token used to set result and fault handlers to be called when the operation has completed.

setCompletionComment

()メソッド 
public function setCompletionComment(taskId:String, comment:String):lc.foundation.util:Token

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

Sets the completion comment of a task.

パラメーター

taskId:String — Specifies the task identifier.
 
comment:String — Specifies the new comment value.

戻り値
lc.foundation.util:Token — A token used to set result and fault handlers to be called when the operation is complete.

setDescription

()メソッド 
public function setDescription(taskId:String, description:String):lc.foundation.util:Token

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

Sets the description value of a task.

パラメーター

taskId:String — Specifies the task identifier.
 
description:String — Specifies the new description value.

戻り値
lc.foundation.util:Token — A token used to set result and fault handlers to be called when the operation is complete.

setVisible

()メソッド 
public function setVisible(taskId:String, visible:Boolean):lc.foundation.util:Token

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

Sets the visibility of a task in searches. Setting visible to false means that the task is not visible in searches. Setting visible to true means that the task is visible in searches.

パラメーター

taskId:String — Specifies the task identifier.
 
visible:Boolean — Specifies the whether the task is visible in a search.

戻り値
lc.foundation.util:Token — A token used to set result and fault handlers to be called when the operation is complete.

share

()メソッド 
public function share(taskId:String, userOid:String):lc.foundation.util:Token

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

Shares a task with another user.

パラメーター

taskId:String — Specifies the task identifier.
 
userOid:String — Specifies the OID of the person to share the task with.

戻り値
lc.foundation.util:Token — A token used to set result and fault handlers to be called when the operation is complete.

submitItemWithData

()メソッド 
public function submitItemWithData(taskId:String, taskItemIndex:int, data:Object, params:Object = null):lc.foundation.util:ObjectToken

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

Submits current task item data to the server.

パラメーター

taskId:String — Specifies the task identifier.
 
taskItemIndex:int — Specifies the data to be submitted.
 
data:Object — Reserved for future use.
 
params:Object (default = null) — Specifies a map of parameters for the render service.

戻り値
lc.foundation.util:ObjectToken — A token that will contain a TaskItemResult object when the request completes. You can set result and fault handlers on the token to be called when the invocation is complete and the result is returned.

submitItemWithPriorData

()メソッド 
public function submitItemWithPriorData(taskId:String, taskItemIndex:int, resultKey:Object, params:Object = null):lc.foundation.util:ObjectToken

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

Submits task item data that was last saved to the server.

パラメーター

taskId:String — Specifies the task identifier.
 
taskItemIndex:int — Reserved for future use.
 
resultKey:Object — Specifies the unique key to look up data in the current session.
 
params:Object (default = null) — Specifies a map of parameters for the render service.

戻り値
lc.foundation.util:ObjectToken — A token that will contain a TaskItemResult object when the request completes. You can set result and fault handlers on the token to be called when the invocation is complete and the result is returned.

unlock

()メソッド 
public function unlock(taskId:String):lc.foundation.util:Token

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

Unlocks the task to allow other users to claim the task provided they have access to it.

パラメーター

taskId:String — Specifies the task identifier.

戻り値
lc.foundation.util:Token — A token used to set result and fault handlers to be called when the operation is complete.

updateAttachment

()メソッド 
public function updateAttachment(taskId:String, attachmentId:String, file:FileReference):lc.foundation.util:Token

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Document Services - Workspace 9
ランタイムバージョン: AIR (unsupported), Flash Player 9, Flash Player 10

Updates an attachment to a task item.

パラメーター

taskId:String — Specifies the task identifier.
 
attachmentId:String — Specifies the identifier for the attachment.
 
file:FileReference — Specifies the FileReference object for the attachment.

戻り値
lc.foundation.util:Token — A token used to set result and fault handlers to be called when the operation is complete.
To retrieve an object that implements the ITaskManager interface from the current session:
       var taskManager:ITaskManager = WorkspaceSession.getTaskManager(session);
     




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

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