패키지 | com.adobe.ep.taskmanagement.services |
인터페이스 | public interface IDataManagementSupport |
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
런타임 버전: | AIR 2.6, Flash Player 10.2 |
IDataManagementSupport
interface provides support for client-side Data Management Services operations for the TaskMananger service.
공용 메서드
메서드 | 정의 주체 | ||
---|---|---|---|
Clears the local database cache of all persisted Experience Services - Task Management service transactions. | IDataManagementSupport | ||
Connects to the server and commits all outstanding transactions to the Experience Server. | IDataManagementSupport | ||
A flag that specifies whether a connection to the Experience Server has been established. | IDataManagementSupport | ||
Disconnects from the Experience Server and persists all operations to a local database cache. | IDataManagementSupport |
메서드 세부 정보
clearCache | () | 메서드 |
public function clearCache():void
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
런타임 버전: | AIR 2.6, Flash Player 10.2 |
Clears the local database cache of all persisted Experience Services - Task Management service transactions.
connect | () | 메서드 |
public function connect():void
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
런타임 버전: | AIR 2.6, Flash Player 10.2 |
Connects to the server and commits all outstanding transactions to the Experience Server.
connected | () | 메서드 |
public function connected():Boolean
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
런타임 버전: | AIR 2.6, Flash Player 10.2 |
A flag that specifies whether a connection to the Experience Server has been established.
A value of true
specifies that a connection has been established; otherwise, a value of false
specifies that a connection does not exist.
Boolean — The status of the taskmanager connection.
|
disconnect | () | 메서드 |
public function disconnect():void
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
런타임 버전: | AIR 2.6, Flash Player 10.2 |
Disconnects from the Experience Server and persists all operations to a local database cache.
Tue Jun 12 2018, 03:17 PM Z