public class DefaultFeatureStoreNotification extends BaseNotification implements FeatureStoreNotification
canceled, valuesAFTER_CANCELEDITING, AFTER_DELETE, AFTER_FINISHEDITING, AFTER_INSERT, AFTER_REDO, AFTER_REFRESH, AFTER_STARTEDITING, AFTER_UNDO, AFTER_UPDATE, AFTER_UPDATE_TYPE, BEFORE_CANCELEDITING, BEFORE_DELETE, BEFORE_FINISHEDITING, BEFORE_INSERT, BEFORE_REDO, BEFORE_REFRESH, BEFORE_STARTEDITING, BEFORE_UNDO, BEFORE_UPDATE, BEFORE_UPDATE_TYPE, FAILED_FINISHEDITING, FAILED_STARTEDITING, INDEX_FILLING_CANCELLED, INDEX_FILLING_ERROR, INDEX_FILLING_STARTED, INDEX_FILLING_SUCCESS, LOAD_FINISHED, LOCKS_CHANGE, PREPARING_FINISHEDITING, TRANSFORM_CHANGEAFTER_CLOSE, AFTER_DISPOSE, AFTER_OPEN, BEFORE_CLOSE, BEFORE_DISPOSE, BEFORE_OPEN, COMPLEX_NOTIFICATION, RESOURCE_CHANGED, SELECTION_CHANGE| Constructor and Description |
|---|
DefaultFeatureStoreNotification(DataStore source,
java.lang.String type) |
DefaultFeatureStoreNotification(DataStore source,
java.lang.String type,
DataSet collection) |
DefaultFeatureStoreNotification(DataStore source,
java.lang.String type,
java.lang.Exception exception) |
DefaultFeatureStoreNotification(DataStore source,
java.lang.String type,
FeatureIndex index) |
DefaultFeatureStoreNotification(DataStore source,
java.lang.String type,
java.lang.String editingSession) |
DefaultFeatureStoreNotification(DataStore source,
java.lang.String type,
java.lang.String editingSession,
int editMode) |
DefaultFeatureStoreNotification(DataStore source,
java.lang.String type,
java.lang.String editingSession,
int editMode,
Command command) |
DefaultFeatureStoreNotification(DataStore source,
java.lang.String type,
java.lang.String editingSession,
int editMode,
EditableFeatureType featureType) |
DefaultFeatureStoreNotification(DataStore source,
java.lang.String type,
java.lang.String editingSession,
int editMode,
Expression expression) |
DefaultFeatureStoreNotification(DataStore source,
java.lang.String type,
java.lang.String editingSession,
int editMode,
Feature feature) |
DefaultFeatureStoreNotification(java.lang.String type) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<FeatureType.FeatureTypeChanged> |
getChangedsFeatureTypes() |
DataSet |
getCollectionResult() |
Command |
getCommand() |
java.util.Iterator<FeatureReference> |
getDeletedsFeatures() |
java.lang.String |
getEditingSession() |
int |
getEditMode() |
java.lang.Exception |
getExceptionLoading() |
Expression |
getExpression() |
Feature |
getFeature() |
EditableFeatureType |
getFeatureType() |
FeatureIndex |
getIndex() |
java.util.Iterator<Feature> |
getInsertedsFeatures() |
DataStore |
getSource()
Returns the DataStore that produced this notification
|
java.util.Iterator<Feature> |
getUpdatedsFeatures() |
boolean |
isSelectionCompromised() |
boolean |
loadSucefully() |
abort, cancel, getType, getValue, getValue, isAborted, isCanceled, isOfType, setValue, setValue, toStringpublic DefaultFeatureStoreNotification(java.lang.String type)
public DefaultFeatureStoreNotification(DataStore source, java.lang.String type)
public DefaultFeatureStoreNotification(DataStore source, java.lang.String type, java.lang.String editingSession)
public DefaultFeatureStoreNotification(DataStore source, java.lang.String type, java.lang.String editingSession, int editMode)
public DefaultFeatureStoreNotification(DataStore source, java.lang.String type, java.lang.String editingSession, int editMode, Feature feature)
public DefaultFeatureStoreNotification(DataStore source, java.lang.String type, java.lang.String editingSession, int editMode, Expression expression)
public DefaultFeatureStoreNotification(DataStore source, java.lang.String type, java.lang.String editingSession, int editMode, Command command)
public DefaultFeatureStoreNotification(DataStore source, java.lang.String type, java.lang.Exception exception)
public DefaultFeatureStoreNotification(DataStore source, java.lang.String type, DataSet collection)
public DefaultFeatureStoreNotification(DataStore source, java.lang.String type, java.lang.String editingSession, int editMode, EditableFeatureType featureType)
public DefaultFeatureStoreNotification(DataStore source, java.lang.String type, FeatureIndex index)
public Feature getFeature()
getFeature in interface FeatureStoreNotificationpublic java.lang.String getEditingSession()
getEditingSession in interface FeatureStoreNotificationpublic int getEditMode()
getEditMode in interface FeatureStoreNotificationpublic EditableFeatureType getFeatureType()
getFeatureType in interface FeatureStoreNotificationpublic DataSet getCollectionResult()
getCollectionResult in interface FeatureStoreNotificationpublic java.lang.Exception getExceptionLoading()
getExceptionLoading in interface FeatureStoreNotificationpublic boolean loadSucefully()
loadSucefully in interface FeatureStoreNotificationpublic Command getCommand()
getCommand in interface FeatureStoreNotificationpublic DataStore getSource()
DataStoreNotificationgetSource in interface DataStoreNotificationpublic FeatureIndex getIndex()
public boolean isSelectionCompromised()
isSelectionCompromised in interface FeatureStoreNotificationpublic java.util.Iterator<FeatureReference> getDeletedsFeatures()
getDeletedsFeatures in interface FeatureStoreNotificationpublic java.util.Iterator<Feature> getInsertedsFeatures()
getInsertedsFeatures in interface FeatureStoreNotificationpublic java.util.Iterator<Feature> getUpdatedsFeatures()
getUpdatedsFeatures in interface FeatureStoreNotificationpublic java.util.Iterator<FeatureType.FeatureTypeChanged> getChangedsFeatureTypes()
getChangedsFeatureTypes in interface FeatureStoreNotificationpublic Expression getExpression()
getExpression in interface FeatureStoreNotification