| Pakiet | com.adobe.ep.taskmanagement.services |
| Interfejs | public interface IRenderService |
| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Wersje środowiska wykonawczego: | 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.
Metody publiczne
| Metoda | Zdefiniowane przez | ||
|---|---|---|---|
callRenderService(taskId:String, params:Object = null):com.adobe.ep.taskmanagement.util:IObjectToken
Invokes the Render service for the provided Task identifier. | IRenderService | ||
Szczegół metody
callRenderService | () | metoda |
public function callRenderService(taskId:String, params:Object = null):com.adobe.ep.taskmanagement.util:IObjectToken| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Invokes the Render service for the provided Task identifier.
Parametry
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, 12:06 PM Z