Referência do ActionScript® 3.0 para Adobe® Flash® Platform
Início  |  Ocultar listas de Pacotes e Classes |  Pacotes  |  Classes  |  Novidades  |  Índice  |  Apêndices  |  Por que inglês?
Filtros: Recuperando dados do servidor...
Recuperando dados do servidor...
com.adobe.ep.taskmanagement.services 

LCTaskManager  - AS3 ADEP Task Management

Pacotecom.adobe.ep.taskmanagement.services
Classepublic class LCTaskManager
HerançaLCTaskManager Inheritance TaskManager Inheritance Manager
Implementações ILCTaskManager

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Versões de runtime: AIR 2.6, Flash Player 10.2

The 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étodos públicos
 MétodoDefinido por
  
LCTaskManager(taskManagerEndpointName:String, remotingURL:String = null, locale:String = null)
Constructor.
LCTaskManager
  
Adds a new attachment to the Document Server.
LCTaskManager
  
Invokes the Render service for the provided Task identifier.
LCTaskManager
  
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
  
Updates an existing attachment to the Document Server.
LCTaskManager
Detalhes do construtor

LCTaskManager

()Construtor
public function LCTaskManager(taskManagerEndpointName:String, remotingURL:String = null, locale:String = null)

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Versões de runtime: 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.

Parâmetros
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.

Elementos da API relacionados

Detalhes do método

addAttachment

()método
public function addAttachment(taskId:String, file:FileReference, attachmentPermissions:IAttachmentPermissions, assertionId:String = null):com.adobe.ep.taskmanagement.util:IToken

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Versões de runtime: AIR 2.6, Flash Player 10.2

Adds a new attachment to the Document Server.

Parâmetros

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.

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

callRenderService

()método 
public function callRenderService(taskId:String, params:Object = null):com.adobe.ep.taskmanagement.util:IObjectToken

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Versões de runtime: AIR 2.6, Flash Player 10.2

Invokes the Render service for the provided Task identifier.

Parâmetros

taskId:String — Specifies the task identifier to render.
 
params:Object (default = null) — Specifies the parameters for the render call.

Retorna
com.adobe.ep.taskmanagement.util:IObjectToken — A token to track the render call.

completeTaskWithInfo

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

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Versões de runtime: AIR 2.6, Flash Player 10.2

Completes the task specified by the taskId parameter.

Parâmetros

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.

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

deleteAttachment

()método 
public function deleteAttachment(taskId:String, attachmentId:String):com.adobe.ep.taskmanagement.util:IToken

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Versões de runtime: AIR 2.6, Flash Player 10.2

Delete an attachment from a task.

Parâmetros

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.

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

getAttachmentList

()método 
public function getAttachmentList(taskId:String):com.adobe.ep.taskmanagement.util:ICollectionToken

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Versões de runtime: AIR 2.6, Flash Player 10.2

Retrieves the attachments based on a task identifier.

Parâmetros

taskId:String — Specifies the task identifier from which to retrieve the list of attachments.

Retorna
com.adobe.ep.taskmanagement.util:ICollectionToken — A collection of attachment info objects.

updateAttachment

()método 
public function updateAttachment(taskId:String, attachmentId:String, file:FileReference, assertionId:String = null):com.adobe.ep.taskmanagement.util:IToken

Versão da linguagem: ActionScript 3.0
Versão de produto: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Versões de runtime: AIR 2.6, Flash Player 10.2

Updates an existing attachment to the Document Server.

Parâmetros

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

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




[ X ]Por que inglês?
O conteúdo na Referência do ActionScript 3.0 aparece em inglês

Nem todas as partes da Referência do ActionScript 3.0 estão traduzidas em todos os idiomas. Quando um elemento de um idioma não está traduzido, ele é exibido em inglês. Por exemplo, a classe ga.controls.HelpBox não está traduzida em nenhum idioma. Por isso, na versão da referência em português do Brasil, a classe ga.controls.HelpBox é exibida em inglês.