Pacote | com.adobe.ep.taskmanagement.services |
Interface | public interface IRenderService |
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 |
IRenderService
interface is used by classes to implement render support for stand-alone tasks. Stand-alone tasks
run on the Experience Server.
Métodos públicos
Método | Definido por | ||
---|---|---|---|
callRenderService(taskId:String, params:Object = null):com.adobe.ep.taskmanagement.util:IObjectToken
Invokes the Render service for the provided Task identifier. | IRenderService |
Detalhes do método
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.
|
com.adobe.ep.taskmanagement.util:IObjectToken — A token to track the render call.
|
Wed Jun 13 2018, 11:10 AM Z