Pacchetto | com.adobe.ep.taskmanagement.services |
Interfaccia | public interface IDataManagementSupport |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Gestione attività 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
IDataManagementSupport
interface provides support for client-side Data Management Services operations for the TaskMananger service.
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
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 |
Descrizione dei metodi
clearCache | () | metodo |
public function clearCache():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Gestione attività 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
Clears the local database cache of all persisted Experience Services - Task Management service transactions.
connect | () | metodo |
public function connect():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Gestione attività 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
Connects to the server and commits all outstanding transactions to the Experience Server.
connected | () | metodo |
public function connected():Boolean
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Gestione attività 10 |
Versioni runtime: | 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 | () | metodo |
public function disconnect():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Gestione attività 10 |
Versioni runtime: | 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, 02:44 PM Z