Class RemoteChangesTable

java.lang.Object
org.gvsig.vcsgis.lib.workspace.tables.AbstractTable
org.gvsig.vcsgis.lib.workspace.tables.RemoteChangesTable

public class RemoteChangesTable extends AbstractTable
Author:
gvSIG Team
  • Field Details

  • Constructor Details

    • RemoteChangesTable

      public RemoteChangesTable()
  • Method Details

    • deleteAll

      public void deleteAll(VCSGisWorkspace workspace)
    • delete

      public void delete(VCSGisWorkspace workspace, String entityCode)
    • delete

      public void delete(org.gvsig.fmap.dal.feature.FeatureStore store, String entityCode)
    • deleteSelecteds

      public void deleteSelecteds(VCSGisWorkspace workspace)
    • getByEntityCodeAsIterator

      public org.gvsig.fmap.dal.feature.DisposableFeatureSetIterable getByEntityCodeAsIterator(VCSGisWorkspace workspace, String entityCode)
    • getSelectedsByEntityCodeAsIterator

      public org.gvsig.fmap.dal.feature.DisposableFeatureSetIterable getSelectedsByEntityCodeAsIterator(VCSGisWorkspace workspace, String entityCode)
    • getNotSelectedsByEntityCodeAsIterator

      public org.gvsig.fmap.dal.feature.DisposableFeatureSetIterable getNotSelectedsByEntityCodeAsIterator(VCSGisWorkspace workspace, String entityCode)
    • getByEntityCode

      public org.gvsig.tools.util.GetItemWithSize64<org.gvsig.fmap.dal.feature.Feature> getByEntityCode(VCSGisWorkspace workspace, String[] entityCodes)
    • getByEntityCodes

      public org.gvsig.tools.util.GetItemWithSize64<org.gvsig.fmap.dal.feature.Feature> getByEntityCodes(VCSGisWorkspace workspace, List<String> entityCodes)
    • featureType

      public static final org.gvsig.fmap.dal.feature.FeatureType featureType()
    • getGroupedByEntity

      public org.gvsig.fmap.dal.feature.DisposableFeatureSetIterable getGroupedByEntity(VCSGisWorkspace workspace)
    • updateNeedMerge

      public boolean updateNeedMerge(VCSGisWorkspace workspace, String entityCode)
    • updateStateFromLocalChanges

      public boolean updateStateFromLocalChanges(VCSGisWorkspace workspace, int status)