ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.ep.taskmanagement.services 

TaskManager  - AS3 ADEP Task Management

Packagecom.adobe.ep.taskmanagement.services
Classpublic class TaskManager
InheritanceTaskManager Inheritance Manager
Implements ITaskManager
Subclasses LCTaskManager

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Runtime Versions: AIR 2.6, Flash Player 10.2

The implementation of the ITaskManager to use Remoting with the Experience Services - Task Management service.



Public Methods
 MethodDefined By
  
TaskManager(taskManagerEndpointName:String, remotingURL:String = null, locale:String = null)
Constructor.
TaskManager
Constructor Detail

TaskManager

()Constructor
public function TaskManager(taskManagerEndpointName:String, remotingURL:String = null, locale:String = null)

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Task Management 10
Runtime Versions: AIR 2.6, Flash Player 10.2

Constructor.

You can specify the endpoint to use for the taskManagerEndpoint parameter by using the constants defined in the TaskManagerServiceConstants class. The endpoints are provided by the Document Server.

Parameters
taskManagerEndpointName:String (default = NaN) — Specifies the name of the Remoting endpoint.
 
remotingURL:String (default = null) — Specifies the Remoting URL to connect to the server.
 
locale:String (default = null) — Specifies the user's locale.

Related API Elements