Revision 45739 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.api/src/main/java/org/gvsig/fmap/dal/feature/FeatureStore.java

View differences:

FeatureStore.java
46 46
import org.gvsig.tools.lang.Cloneable;
47 47
import org.gvsig.tools.observer.Observer;
48 48
import org.gvsig.tools.undo.UndoRedoStack;
49
import org.gvsig.tools.util.GetItemWithSizeAndIterator64;
50 49
import org.gvsig.tools.util.GetItemWithSizeIsEmptyAndIterator64;
51 50
import org.gvsig.tools.util.PropertiesSupport;
52 51
import org.gvsig.tools.util.Size64;
......
87 86
    public static final String METADATA_DEFINITION_NAME = "FeatureStore";
88 87

  
89 88
    final static int MODE_UNKNOWN = -1;
90

  
89
    
91 90
    /** Indicates that this store is in query mode */
92 91
    final static int MODE_QUERY = 0;
93 92

  
......
973 972
        throws DataException;
974 973

  
975 974
    /**
976
     * Applies the validation rules associated to the given mode to the active
977
     * {@link FeatureSet}.
978
     *
979
     * @param mode
980
     *            can be one of {MODE_QUERY, MODE_FULLEDIT, MODE_APPEND}
981
     *
982
     * @throws DataException
983
     */
984
    public void validateFeatures(int mode) throws DataException;
985

  
986
    /**
987 975
     * Indicates whether this store supports append mode.
988 976
     *
989 977
     * @return
......
1392 1380
    public boolean isFeatureModified(Feature feature);
1393 1381
    
1394 1382
    public String getEditingSession();
1395

  
1396

  
1397 1383
}

Also available in: Unified diff