패키지 | 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, 03:17 PM Z