Uses of Class
org.gvsig.vcsgis.lib.repository.localdb.VCSGisRepositoryLocaldbImpl
Packages that use VCSGisRepositoryLocaldbImpl
Package
Description
-
Uses of VCSGisRepositoryLocaldbImpl in org.gvsig.vcsgis.lib
Methods in org.gvsig.vcsgis.lib that return VCSGisRepositoryLocaldbImplModifier and TypeMethodDescriptionVCSGisManagerImpl.openRepository(org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters repositoryParameters) -
Uses of VCSGisRepositoryLocaldbImpl in org.gvsig.vcsgis.lib.repository.localdb.identityControllerLDAP
Constructors in org.gvsig.vcsgis.lib.repository.localdb.identityControllerLDAP with parameters of type VCSGisRepositoryLocaldbImpl -
Uses of VCSGisRepositoryLocaldbImpl in org.gvsig.vcsgis.lib.repository.localdb.identityControllerOIDC
Constructors in org.gvsig.vcsgis.lib.repository.localdb.identityControllerOIDC with parameters of type VCSGisRepositoryLocaldbImpl -
Uses of VCSGisRepositoryLocaldbImpl in org.gvsig.vcsgis.lib.repository.localdb.requests
Methods in org.gvsig.vcsgis.lib.repository.localdb.requests that return VCSGisRepositoryLocaldbImplConstructors in org.gvsig.vcsgis.lib.repository.localdb.requests with parameters of type VCSGisRepositoryLocaldbImplModifierConstructorDescriptionCheckoutRequestLocaldb(VCSGisRepositoryLocaldbImpl repository, String entityName) CommitRequestLocaldb(VCSGisRepositoryLocaldbImpl repository) EntitiesRequestLocaldb(VCSGisRepositoryLocaldbImpl repository) HistoryRequestLocaldb(VCSGisRepositoryLocaldbImpl repository, String entityName) ListWCRequestLocaldb(VCSGisRepositoryLocaldbImpl repository) LogRequestLocaldb(VCSGisRepositoryLocaldbImpl repository, String entityName) PrepareWCRequestLocaldb(VCSGisRepositoryLocaldbImpl repository) RevisionChangesRequestLocaldb(VCSGisRepositoryLocaldbImpl repository, String entityName) RowCreateRequestLocaldb(VCSGisRepositoryLocaldbImpl repository, String entityName, String localRevisionCode) RowDeleteRequestLocaldb(VCSGisRepositoryLocaldbImpl repository, String entityName, String localRevisionCode) RowIsOutofdateRequestLocaldb(VCSGisRepositoryLocaldbImpl repository, String entityName, String localRevisionCode, String recordCode) RowUpdateRequestLocaldb(VCSGisRepositoryLocaldbImpl repository, String entityName, String localRevisionCode) UpdateRequestLocaldb(VCSGisRepositoryLocaldbImpl repository, String entityName) UsersRequestLocaldb(VCSGisRepositoryLocaldbImpl repository) -
Uses of VCSGisRepositoryLocaldbImpl in org.gvsig.vcsgis.lib.repository.localdb.tables
Methods in org.gvsig.vcsgis.lib.repository.localdb.tables with parameters of type VCSGisRepositoryLocaldbImplModifier and TypeMethodDescriptionConfigRepoTable.get(VCSGisRepositoryLocaldbImpl repo, String name) org.gvsig.fmap.dal.feature.DisposableFeatureSetIterableEntitiesRepoTable.getAll(VCSGisRepositoryLocaldbImpl repository) org.gvsig.fmap.dal.feature.DisposableFeatureSetIterableTopologyplanRepoTable.getAll(VCSGisRepositoryLocaldbImpl repository) EntitiesRepoTable.getAllAsMap(VCSGisRepositoryLocaldbImpl repository) TopologyplanRepoTable.getByCode(VCSGisRepositoryLocaldbImpl repository, String topologyPlanCode) EntitiesRepoTable.getByEntityCode(VCSGisRepositoryLocaldbImpl repository, String entityCode) EntitiesRepoTable.getByEntityName(VCSGisRepositoryLocaldbImpl repository, String entityName) RevisionsRepoTable.getByRevisionCode(VCSGisRepositoryLocaldbImpl repository, String revisionCode) org.gvsig.tools.dispose.DisposableIterable<org.gvsig.fmap.dal.feature.Feature> DataRepoTable.getDataOfEntityFromEfectiveDate(VCSGisRepositoryLocaldbImpl repository, String dataTableName, String entityCode, Timestamp efectiveDate, org.gvsig.fmap.geom.Geometry roi) org.gvsig.tools.dispose.DisposableIterable<org.gvsig.fmap.dal.feature.Feature> DataRepoTable.getDataOfEntityFromFeatureRelatedCode(VCSGisRepositoryLocaldbImpl repository, String dataTableName, String entityCode, String featureRelatedCode) org.gvsig.tools.dispose.DisposableIterable<org.gvsig.fmap.dal.feature.Feature> DataRepoTable.getDataOfEntityFromRevisionNumber(VCSGisRepositoryLocaldbImpl repository, String dataTableName, String entityCode, long revnumber) org.gvsig.tools.dispose.DisposableIterable<org.gvsig.fmap.dal.feature.Feature> DataRepoTable.getDataOfEntityToRevisionNumber(VCSGisRepositoryLocaldbImpl repository, String dataTableName, String entityCode, long revnumber, org.gvsig.fmap.geom.Geometry roi) org.gvsig.tools.dispose.DisposableIterable<org.gvsig.fmap.dal.feature.Feature> DataRepoTable.getDataOfRevisions(VCSGisRepositoryLocaldbImpl repository, String dataTableName, String entityCode, long revnumber1, long revnumber2) TopologyplanRepoTable.getHashCode(VCSGisRepositoryLocaldbImpl repository) UsersRepoTable.getHashCode(VCSGisRepositoryLocaldbImpl repository) DataRepoTable.getLastDataOfRecord(VCSGisRepositoryLocaldbImpl repository, String dataTableName, String recordCode) RevisionsRepoTable.getLastRevisionOfEntity(VCSGisRepositoryLocaldbImpl repository, String entityCode) org.gvsig.tools.dispose.DisposableIterable<org.gvsig.fmap.dal.feature.Feature> RevisionsRepoTable.getRevisionsByDate(VCSGisRepositoryLocaldbImpl repository, String entityCode, Timestamp maxDate, Timestamp minDate, int maxNumberOfRevisions) org.gvsig.tools.dispose.DisposableIterable<org.gvsig.fmap.dal.feature.Feature> RevisionsRepoTable.getRevisionsByRevisionNumber(VCSGisRepositoryLocaldbImpl repository, String entityCode, long maxRevisionNumber, long minRevisionNumber, int maxNumberOfRevisions) TopologyplanRepoTable.getTopologyPlanByCode(VCSGisRepositoryLocaldbImpl repository, String topologyPlanCode) ConfigRepoTable.getVars(VCSGisRepositoryLocaldbImpl repo, String... names) voidConfigRepoTable.set(VCSGisRepositoryLocaldbImpl repo, String name, String value) Constructors in org.gvsig.vcsgis.lib.repository.localdb.tables with parameters of type VCSGisRepositoryLocaldbImplModifierConstructorDescriptionDataRepoRow(VCSGisRepositoryLocaldbImpl repository, String dataTableName) DataRepoRow(VCSGisRepositoryLocaldbImpl repository, String dataTableName, org.gvsig.fmap.dal.feature.Feature feature) EntityRepoRow(VCSGisRepositoryLocaldbImpl repository) EntityRepoRow(VCSGisRepositoryLocaldbImpl repository, org.gvsig.fmap.dal.feature.Feature feature) HooksRepoRow(VCSGisRepositoryLocaldbImpl repository) HooksRepoRow(VCSGisRepositoryLocaldbImpl repository, org.gvsig.fmap.dal.feature.Feature feature) RevisionRepoRow(VCSGisRepositoryLocaldbImpl repository) RevisionRepoRow(VCSGisRepositoryLocaldbImpl repository, org.gvsig.fmap.dal.feature.Feature feature) TopologyplanRow(VCSGisRepositoryLocaldbImpl repository) TopologyplanRow(VCSGisRepositoryLocaldbImpl repository, org.gvsig.fmap.dal.feature.Feature feature)