Package | com.adobe.ep.taskmanagement.services |
Classe | public class LCTaskManager |
Héritage | LCTaskManager TaskManager Manager |
Implémente | ILCTaskManager |
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
TaskManager
class provides the implementation for tasks that reside on the Document Server.
Even though the tasks are on the Document Server, you connect through the Experience Server.
Méthodes publiques
Méthode | Défini par | ||
---|---|---|---|
Constructor. | LCTaskManager | ||
addAttachment(taskId:String, file:FileReference, attachmentPermissions:IAttachmentPermissions, assertionId:String = null):com.adobe.ep.taskmanagement.util:IToken
Adds a new attachment to the Document Server. | LCTaskManager | ||
callRenderService(taskId:String, params:Object = null):com.adobe.ep.taskmanagement.util:IObjectToken
Invokes the Render service for the provided Task identifier. | LCTaskManager | ||
completeTaskWithInfo(taskId:String, completeTaskAction:String):com.adobe.ep.taskmanagement.util:IToken
Completes the task specified by the taskId parameter. | LCTaskManager | ||
Delete an attachment from a task. | LCTaskManager | ||
Retrieves the attachments based on a task identifier. | LCTaskManager | ||
updateAttachment(taskId:String, attachmentId:String, file:FileReference, assertionId:String = null):com.adobe.ep.taskmanagement.util:IToken
Updates an existing attachment to the Document Server. | LCTaskManager |
Détails du constructeur
LCTaskManager | () | Constructeur |
public function LCTaskManager(taskManagerEndpointName:String, remotingURL:String = null, locale:String = null)
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
Constructor.
To specify the taskManagerEndpointName parameter, use the LCTaskManagerServiceConstants
class for the names of the
endpoints provided by Document Server.
taskManagerEndpointName:String (default = NaN ) — Specifies the name of the Remoting endpoint.
| |
remotingURL:String (default = null ) — Specifies the remoting URL to connect to the Document Server.
| |
locale:String (default = null ) — Species the user locale.
|
Eléments de l’API associés
Détails de la méthode
addAttachment | () | méthode |
public function addAttachment(taskId:String, file:FileReference, attachmentPermissions:IAttachmentPermissions, assertionId:String = null):com.adobe.ep.taskmanagement.util:IToken
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
Adds a new attachment to the Document Server.
Paramètres
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.
|
callRenderService | () | méthode |
public function callRenderService(taskId:String, params:Object = null):com.adobe.ep.taskmanagement.util:IObjectToken
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
Invokes the Render service for the provided Task identifier.
Paramètres
taskId:String — Specifies the task identifier to render.
| |
params:Object (default = null ) — Specifies the parameters for the render call.
|
com.adobe.ep.taskmanagement.util:IObjectToken — A token to track the render call.
|
completeTaskWithInfo | () | méthode |
public function completeTaskWithInfo(taskId:String, completeTaskAction:String):com.adobe.ep.taskmanagement.util:IToken
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
Completes the task specified by the taskId
parameter.
Paramètres
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.
|
com.adobe.ep.taskmanagement.util:IToken — An object that is used to specify the handlers for this asynchronous call.
|
deleteAttachment | () | méthode |
public function deleteAttachment(taskId:String, attachmentId:String):com.adobe.ep.taskmanagement.util:IToken
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
Delete an attachment from a task.
Paramètres
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 | () | méthode |
public function getAttachmentList(taskId:String):com.adobe.ep.taskmanagement.util:ICollectionToken
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
Retrieves the attachments based on a task identifier.
Paramètres
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 | () | méthode |
public function updateAttachment(taskId:String, attachmentId:String, file:FileReference, assertionId:String = null):com.adobe.ep.taskmanagement.util:IToken
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
Updates an existing attachment to the Document Server.
Paramètres
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, 09:30 AM Z