public class DefaultFeatureStoreNotification extends BaseNotification implements FeatureStoreNotification
canceled, values
AFTER_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_CHANGE
AFTER_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, toString
public 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 FeatureStoreNotification
public java.lang.String getEditingSession()
getEditingSession
in interface FeatureStoreNotification
public int getEditMode()
getEditMode
in interface FeatureStoreNotification
public EditableFeatureType getFeatureType()
getFeatureType
in interface FeatureStoreNotification
public DataSet getCollectionResult()
getCollectionResult
in interface FeatureStoreNotification
public java.lang.Exception getExceptionLoading()
getExceptionLoading
in interface FeatureStoreNotification
public boolean loadSucefully()
loadSucefully
in interface FeatureStoreNotification
public Command getCommand()
getCommand
in interface FeatureStoreNotification
public DataStore getSource()
DataStoreNotification
getSource
in interface DataStoreNotification
public FeatureIndex getIndex()
public boolean isSelectionCompromised()
isSelectionCompromised
in interface FeatureStoreNotification
public java.util.Iterator<FeatureReference> getDeletedsFeatures()
getDeletedsFeatures
in interface FeatureStoreNotification
public java.util.Iterator<Feature> getInsertedsFeatures()
getInsertedsFeatures
in interface FeatureStoreNotification
public java.util.Iterator<Feature> getUpdatedsFeatures()
getUpdatedsFeatures
in interface FeatureStoreNotification
public java.util.Iterator<FeatureType.FeatureTypeChanged> getChangedsFeatureTypes()
getChangedsFeatureTypes
in interface FeatureStoreNotification
public Expression getExpression()
getExpression
in interface FeatureStoreNotification