Uses of Interface
org.gvsig.vcsgis.lib.VCSGisEntity
Packages that use VCSGisEntity
Package
Description
-
Uses of VCSGisEntity in org.gvsig.vcsgis.lib
Subinterfaces of VCSGisEntity in org.gvsig.vcsgis.libMethods in org.gvsig.vcsgis.lib with parameters of type VCSGisEntity -
Uses of VCSGisEntity in org.gvsig.vcsgis.lib.repository
Methods in org.gvsig.vcsgis.lib.repository that return VCSGisEntity -
Uses of VCSGisEntity in org.gvsig.vcsgis.lib.repository.requests
Methods in org.gvsig.vcsgis.lib.repository.requests that return VCSGisEntityModifier and TypeMethodDescriptionVCSGisCheckoutRequest.getEntity()VCSGisRevisionChangesRequest.getEntity()VCSGisUpdateRequest.getEntity()Methods in org.gvsig.vcsgis.lib.repository.requests that return types with arguments of type VCSGisEntityMethods in org.gvsig.vcsgis.lib.repository.requests with parameters of type VCSGisEntity -
Uses of VCSGisEntity in org.gvsig.vcsgis.lib.workspace
Subinterfaces of VCSGisEntity in org.gvsig.vcsgis.lib.workspaceMethods in org.gvsig.vcsgis.lib.workspace that return VCSGisEntityModifier and TypeMethodDescriptionVCSGisWorkspace.getRepositoryEntity(String entity) VCSGisWorkspace.getRepositoryEntityByCode(String entityCode) VCSGisWorkspace.getRepositoryEntityByName(String entityName) Methods in org.gvsig.vcsgis.lib.workspace that return types with arguments of type VCSGisEntityModifier and TypeMethodDescriptionVCSGisWorkspace.getEntitiesOfLocalChanges()VCSGisWorkspace.getEntitiesOfRemoteChanges()VCSGisWorkspace.getRepositoryEntities()Methods in org.gvsig.vcsgis.lib.workspace with parameters of type VCSGisEntityModifier and TypeMethodDescriptionvoidVCSGisWorkspace.UpdateChangeListener.afterInsert(VCSGisEntity entity, org.gvsig.fmap.dal.feature.Feature feature) voidVCSGisWorkspace.UpdateChangeListener.afterUpdate(VCSGisEntity entity, org.gvsig.fmap.dal.feature.Feature oldFeature, org.gvsig.fmap.dal.feature.Feature newFeature) voidVCSGisWorkspace.UpdateChangeListener.beforeDelete(VCSGisEntity entity, org.gvsig.fmap.dal.feature.FeatureStore store, String filter, String code) voidVCSGisWorkspace.create_table(VCSGisEntity entity) booleanVCSGisWorkspace.existsInWorkspace(VCSGisEntity entity) VCSGisWorkspace.formatEntityLabel(VCSGisEntity entity) org.gvsig.fmap.dal.feature.FeatureVCSGisWorkspace.getRelatedFeature(VCSGisEntity entity, String featureCode) intVCSGisWorkspace.removeEntity(VCSGisEntity entity) Method parameters in org.gvsig.vcsgis.lib.workspace with type arguments of type VCSGisEntityModifier and TypeMethodDescriptionVCSGisWorkspace.getLocalChanges(List<VCSGisEntity> entities) VCSGisWorkspace.getLocalChanges(List<VCSGisEntity> entities, String filter) booleanVCSGisWorkspace.hasLocalChanges(List<VCSGisEntity> entities) booleanVCSGisWorkspaceChanges.isSelectionFromEntitiesEmpty(List<VCSGisEntity> entities)