org.gvsig.fmap.dal.feature
Interface FeatureStoreNotification

All Superinterfaces:
DataStoreNotification

public interface FeatureStoreNotification
extends DataStoreNotification


Field Summary
static String AFTER_CANCELEDITING
           
static String AFTER_DELETE
           
static String AFTER_FINISHEDITING
           
static String AFTER_INSERT
           
static String AFTER_REDO
           
static String AFTER_REFRESH
           
static String AFTER_STARTEDITING
           
static String AFTER_UNDO
           
static String AFTER_UPDATE
           
static String AFTER_UPDATE_TYPE
           
static String BEFORE_CANCELEDITING
           
static String BEFORE_DELETE
           
static String BEFORE_FINISHEDITING
           
static String BEFORE_INSERT
           
static String BEFORE_REDO
           
static String BEFORE_REFRESH
           
static String BEFORE_STARTEDITING
           
static String BEFORE_UNDO
           
static String BEFORE_UPDATE
           
static String BEFORE_UPDATE_TYPE
           
static String INDEX_FILLING_CANCELLED
          Notifies about a Feature index filling operation being cancelled.
static String INDEX_FILLING_ERROR
          Notifies about a Feature index finished operation error.
static String INDEX_FILLING_STARTED
          Notifies about a Feature index filling operation being started.
static String INDEX_FILLING_SUCCESS
          Notifies about a Feature index finished filling successfully.
static String LOAD_FINISHED
           
static String LOCKS_CHANGE
           
static String TRANSFORM_CHANGE
           
 
Fields inherited from interface org.gvsig.fmap.dal.DataStoreNotification
AFTER_CLOSE, AFTER_DISPOSE, AFTER_OPEN, BEFORE_CLOSE, BEFORE_DISPOSE, BEFORE_OPEN, COMPLEX_NOTIFICATION, RESOURCE_CHANGED, SELECTION_CHANGE
 
Method Summary
 DataSet getCollectionResult()
           
 Command getCommand()
           
 Exception getExceptionLoading()
           
 Feature getFeature()
           
 EditableFeatureType getFeatureType()
           
 boolean loadSucefully()
           
 
Methods inherited from interface org.gvsig.fmap.dal.DataStoreNotification
getSource, getType
 

Field Detail

BEFORE_UNDO

static final String BEFORE_UNDO
See Also:
Constant Field Values

BEFORE_REDO

static final String BEFORE_REDO
See Also:
Constant Field Values

AFTER_UNDO

static final String AFTER_UNDO
See Also:
Constant Field Values

AFTER_REDO

static final String AFTER_REDO
See Also:
Constant Field Values

BEFORE_REFRESH

static final String BEFORE_REFRESH
See Also:
Constant Field Values

AFTER_REFRESH

static final String AFTER_REFRESH
See Also:
Constant Field Values

LOCKS_CHANGE

static final String LOCKS_CHANGE
See Also:
Constant Field Values

BEFORE_STARTEDITING

static final String BEFORE_STARTEDITING
See Also:
Constant Field Values

AFTER_STARTEDITING

static final String AFTER_STARTEDITING
See Also:
Constant Field Values

BEFORE_CANCELEDITING

static final String BEFORE_CANCELEDITING
See Also:
Constant Field Values

AFTER_CANCELEDITING

static final String AFTER_CANCELEDITING
See Also:
Constant Field Values

BEFORE_FINISHEDITING

static final String BEFORE_FINISHEDITING
See Also:
Constant Field Values

AFTER_FINISHEDITING

static final String AFTER_FINISHEDITING
See Also:
Constant Field Values

BEFORE_UPDATE_TYPE

static final String BEFORE_UPDATE_TYPE
See Also:
Constant Field Values

AFTER_UPDATE_TYPE

static final String AFTER_UPDATE_TYPE
See Also:
Constant Field Values

BEFORE_UPDATE

static final String BEFORE_UPDATE
See Also:
Constant Field Values

AFTER_UPDATE

static final String AFTER_UPDATE
See Also:
Constant Field Values

BEFORE_DELETE

static final String BEFORE_DELETE
See Also:
Constant Field Values

AFTER_DELETE

static final String AFTER_DELETE
See Also:
Constant Field Values

BEFORE_INSERT

static final String BEFORE_INSERT
See Also:
Constant Field Values

AFTER_INSERT

static final String AFTER_INSERT
See Also:
Constant Field Values

LOAD_FINISHED

static final String LOAD_FINISHED
See Also:
Constant Field Values

TRANSFORM_CHANGE

static final String TRANSFORM_CHANGE
See Also:
Constant Field Values

INDEX_FILLING_STARTED

static final String INDEX_FILLING_STARTED
Notifies about a Feature index filling operation being started. The notification object will provide the index object.

See Also:
Constant Field Values

INDEX_FILLING_SUCCESS

static final String INDEX_FILLING_SUCCESS
Notifies about a Feature index finished filling successfully. The notification object will provide the index object.

See Also:
Constant Field Values

INDEX_FILLING_CANCELLED

static final String INDEX_FILLING_CANCELLED
Notifies about a Feature index filling operation being cancelled. The notification object will provide the index object.

See Also:
Constant Field Values

INDEX_FILLING_ERROR

static final String INDEX_FILLING_ERROR
Notifies about a Feature index finished operation error. The notification will provide the source exception.

See Also:
Constant Field Values
Method Detail

getFeature

Feature getFeature()

getCollectionResult

DataSet getCollectionResult()

loadSucefully

boolean loadSucefully()

getExceptionLoading

Exception getExceptionLoading()

getCommand

Command getCommand()

getFeatureType

EditableFeatureType getFeatureType()


Copyright © 2004-2012 gvSIG. All Rights Reserved.