ActionScript® 3.0 Referenzhandbuch für die Adobe® Flash®-Plattform
Home  |  Liste der Pakete und Klassen ausblenden |  Pakete  |  Klassen  |  Neue Funktionen  |  Stichwortverzeichnis  |  Anhänge  |  Warum auf Englisch?
Filter: Daten werden vom Server abgerufen...
Daten werden vom Server abgerufen...
com.adobe.ep.taskmanagement.services 

ILCTaskManager  - AS3 ADEP Task Management

Paketcom.adobe.ep.taskmanagement.services
Schnittstellepublic interface ILCTaskManager extends ITaskManager , IRenderService , IAttachmentManager
Umsetzer LCTaskManager

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Laufzeitversionen: AIR 2.6, Flash Player 10.2

The ILCTaskManagerinterface for the Task Manager service for the Document Server.



Öffentliche Eigenschaften
 EigenschaftDefiniert von
 InheritedactiveTask : com.adobe.ep.taskmanagement.domain:ITask
Retrieves the active task from the task list.
ITaskManager
Öffentliche Methoden
 MethodeDefiniert von
 Inherited
Adds a new attachment to the Document Server.
IAttachmentManager
 Inherited
Invokes the Render service for the provided Task identifier.
IRenderService
 Inherited
Completes the specifed task.
ITaskManager
  
Completes the task specified by the taskId parameter.
ILCTaskManager
 Inherited
Creates and persists a new task on the server.
ITaskManager
 Inherited
Delete an attachment from a task.
IAttachmentManager
 Inherited
Deletes the specified task.
ITaskManager
 Inherited
Retrieves the attachments based on a task identifier.
IAttachmentManager
 Inherited
Returns detailed information for a given task.
ITaskManager
 Inherited
getTasks(taskFilter:IFilter = null, startIndex:int = 0, length:int = -1):com.adobe.ep.taskmanagement.util:ICollectionToken
Returns the current list of task filtered by the provided taskFilter.
ITaskManager
 Inherited
newTaskFilter(aTaskTypeName:String = null):IFilter
Factory method to create a new taskfilter object to use with getTasks(taskFilter).
ITaskManager
 Inherited
Factory method to instantiate the an ITask implementation class instance associated with the ITaskManager implementation.
ITaskManager
 Inherited
Persists the given task to the server.
ITaskManager
 Inherited
Starts a task.
ITaskManager
 Inherited
Updates an existing attachment to the Document Server.
IAttachmentManager
Methodendetails

completeTaskWithInfo

()Methode
public function completeTaskWithInfo(taskId:String, completeTaskAction:String):com.adobe.ep.taskmanagement.util:IToken

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Laufzeitversionen: AIR 2.6, Flash Player 10.2

Completes the task specified by the taskId parameter.

Parameter

taskId:String — Specifies the identifier of the task to complete.
 
completeTaskAction:String — Specifies the name of the action to complete the task with. Provide a value of null if no action is required.

Rückgabewerte
com.adobe.ep.taskmanagement.util:IToken — An object that is used to specify the handlers for this asynchronous call.




[ X ]Warum auf Englisch?
Inhalt des ActionScript 3.0-Referenzhandbuchs wird in englischer Sprache angezeigt

Nicht alle Teile des ActionScript 3.0-Referenzhandbuchs wurden in alle Sprachen übersetzt. Wenn der Text zu einem Sprachelement nicht übersetzt wurde, wird er auf Englisch angezeigt. Zum Beispiel wurden die Informationen zur ga.controls.HelpBox-Klasse nicht in andere Sprachen übersetzt. In der deutschen Version des Referenzhandbuchs erscheint der Abschnitt zur ga.controls.HelpBox-Klasse deshalb auf Englisch.