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 

IRenderService  - AS3 ADEP Task Management

Packagecom.adobe.ep.taskmanagement.services
Interfacepublic interface IRenderService

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 IRenderService interface is used by classes to implement render support for stand-alone tasks. Stand-alone tasks run on the Experience Server.



Public Methods
 MethodDefined By
  
Invokes the Render service for the provided Task identifier.
IRenderService
Method Detail

callRenderService

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

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

Invokes the Render service for the provided Task identifier.

Parameters

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

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