Package org.gvsig.fmap.dal.feature
Interface FeatureStoreNotification
- All Superinterfaces:
DataStoreNotification,org.gvsig.tools.observer.Notification
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringNotifies about a Feature index filling operation being cancelled.static final StringNotifies about a Feature index finished operation error.static final StringNotifies about a Feature index filling operation being started.static final StringNotifies about a Feature index finished filling successfully.static final Stringstatic final Stringstatic final Stringstatic final StringFields 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
Modifier and TypeMethodDescriptionorg.gvsig.tools.undo.command.Commandintorg.gvsig.expressionevaluator.ExpressionbooleanbooleanMethods inherited from interface org.gvsig.fmap.dal.DataStoreNotification
getSourceMethods inherited from interface org.gvsig.tools.observer.Notification
abort, abort, cancel, getAbortCause, getType, getValue, getValue, isAborted, isCanceled, isOfType, setValue, setValue
-
Field Details
-
BEFORE_UNDO
- See Also:
-
BEFORE_REDO
- See Also:
-
AFTER_UNDO
- See Also:
-
AFTER_REDO
- See Also:
-
BEFORE_REFRESH
- See Also:
-
AFTER_REFRESH
- See Also:
-
LOCKS_CHANGE
- See Also:
-
BEFORE_STARTEDITING
- See Also:
-
AFTER_STARTEDITING
- See Also:
-
FAILED_STARTEDITING
- See Also:
-
BEFORE_CANCELEDITING
- See Also:
-
AFTER_CANCELEDITING
- See Also:
-
PREPARING_FINISHEDITING
- See Also:
-
BEFORE_FINISHEDITING
- See Also:
-
AFTER_FINISHEDITING
- See Also:
-
FAILED_FINISHEDITING
- See Also:
-
BEFORE_UPDATE_TYPE
- See Also:
-
AFTER_UPDATE_TYPE
- See Also:
-
BEFORE_UPDATE
- See Also:
-
AFTER_UPDATE
- See Also:
-
BEFORE_DELETE
- See Also:
-
AFTER_DELETE
- See Also:
-
BEFORE_INSERT
- See Also:
-
AFTER_INSERT
- See Also:
-
LOAD_FINISHED
- See Also:
-
TRANSFORM_CHANGE
- See Also:
-
INDEX_FILLING_STARTED
Notifies about a Feature index filling operation being started. The notification object will provide the index object.- See Also:
-
INDEX_FILLING_SUCCESS
Notifies about a Feature index finished filling successfully. The notification object will provide the index object.- See Also:
-
INDEX_FILLING_CANCELLED
Notifies about a Feature index filling operation being cancelled. The notification object will provide the index object.- See Also:
-
INDEX_FILLING_ERROR
Notifies about a Feature index finished operation error. The notification will provide the source exception.- See Also:
-
-
Method Details
-
getEditingSession
String getEditingSession() -
getEditMode
int getEditMode() -
getFeature
Feature getFeature() -
getCollectionResult
DataSet getCollectionResult() -
loadSucefully
boolean loadSucefully() -
getExceptionLoading
Exception getExceptionLoading() -
getCommand
org.gvsig.tools.undo.command.Command getCommand() -
getFeatureType
EditableFeatureType getFeatureType() -
isSelectionCompromised
boolean isSelectionCompromised() -
getDeletedsFeatures
Iterator<FeatureReference> getDeletedsFeatures() -
getInsertedsFeatures
-
getUpdatedsFeatures
-
getChangedsFeatureTypes
Iterator<FeatureType.FeatureTypeChanged> getChangedsFeatureTypes() -
getExpression
org.gvsig.expressionevaluator.Expression getExpression()
-