| 包 | com.adobe.ep.taskmanagement.services |
| 类 | public class TaskManager |
| 继承 | TaskManager Manager |
| 实现 | ITaskManager |
| 子类 | LCTaskManager |
| 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| 运行时版本: | AIR 2.6, Flash Player 10.2 |
ITaskManager to use Remoting with the Experience Services - Task Management service.
公共方法
| 方法 | 由以下参数定义 | ||
|---|---|---|---|
Constructor. | TaskManager | ||
构造函数详细信息
TaskManager | () | 构造函数 |
public function TaskManager(taskManagerEndpointName:String, remotingURL:String = null, locale:String = null)| 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| 运行时版本: | 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.
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.
|
相关 API 元素
Tue Jun 12 2018, 11:04 AM Z