包 | com.adobe.ep.taskmanagement.services |
接口 | public interface IRenderService |
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
运行时版本: | AIR 2.6, Flash Player 10.2 |
IRenderService
interface is used by classes to implement render support for stand-alone tasks. Stand-alone tasks
run on the Experience Server.
公共方法
方法 | 由以下参数定义 | ||
---|---|---|---|
callRenderService(taskId:String, params:Object = null):com.adobe.ep.taskmanagement.util:IObjectToken
Invokes the Render service for the provided Task identifier. | IRenderService |
方法详细信息
callRenderService | () | 方法 |
public function callRenderService(taskId:String, params:Object = null):com.adobe.ep.taskmanagement.util:IObjectToken
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
运行时版本: | AIR 2.6, Flash Player 10.2 |
Invokes the Render service for the provided Task identifier.
参数
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.
|
Tue Jun 12 2018, 11:04 AM Z