Class RevisionChangesRequestLocaldb
java.lang.Object
org.gvsig.vcsgis.lib.requests.AbstractRequest
org.gvsig.vcsgis.lib.repository.localdb.requests.AbstractRequestLocaldb
org.gvsig.vcsgis.lib.repository.localdb.requests.RevisionChangesRequestLocaldb
- All Implemented Interfaces:
org.gvsig.tools.dispose.Disposable,VCSGisRequest,VCSGisRevisionChangesRequest,SupportError
public class RevisionChangesRequestLocaldb
extends AbstractRequestLocaldb
implements VCSGisRevisionChangesRequest
- Author:
- gvSIG Team
-
Field Summary
Fields inherited from class org.gvsig.vcsgis.lib.requests.AbstractRequest
LOGGER -
Constructor Summary
ConstructorsConstructorDescriptionRevisionChangesRequestLocaldb(VCSGisRepositoryLocaldbImpl repository, String entityName) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddObserver(String tableName, String type, String operation, String command) intexecute()org.gvsig.tools.dispose.DisposableIterable<VCSGisRepositoryData> getData()helper()voidnotifyObservers(String tableName, String operation) voidsetLocalRevisionCode1(String revisionCode) voidsetLocalRevisionCode2(String revisionCode) Methods inherited from class org.gvsig.vcsgis.lib.repository.localdb.requests.AbstractRequestLocaldb
getAuthenticationToken, getRepository, getUser, getUser, getUserCode, isAutheticated, isAuthorized, isAuthorized, isAuthorized, isAuthorized, setAuthenticationToken, setUserCodeMethods inherited from class org.gvsig.vcsgis.lib.requests.AbstractRequest
cleanLastError, dispose, error, error, getCode, getLastErrorCode, getLastErrorMessage, getRequestName, setAuthenticationTokenAndUser, setEnabledStatusMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.gvsig.tools.dispose.Disposable
disposeMethods inherited from interface org.gvsig.vcsgis.lib.SupportError
cleanLastError, error, error, getLastErrorCode, getLastErrorMessageMethods inherited from interface org.gvsig.vcsgis.lib.repository.requests.VCSGisRequest
getAuthenticationToken, getCode, getRepository, getRequestName, getUserCode, setAuthenticationToken, setAuthenticationTokenAndUser, setEnabledStatus, setUserCode
-
Constructor Details
-
RevisionChangesRequestLocaldb
-
-
Method Details
-
helper
- Overrides:
helperin classAbstractRequest
-
getEntityName
- Specified by:
getEntityNamein interfaceVCSGisRevisionChangesRequest
-
getLocalRevisionCode1
- Specified by:
getLocalRevisionCode1in interfaceVCSGisRevisionChangesRequest
-
setLocalRevisionCode1
- Specified by:
setLocalRevisionCode1in interfaceVCSGisRevisionChangesRequest
-
getLocalRevisionCode2
- Specified by:
getLocalRevisionCode2in interfaceVCSGisRevisionChangesRequest
-
setLocalRevisionCode2
- Specified by:
setLocalRevisionCode2in interfaceVCSGisRevisionChangesRequest
-
getEntity
- Specified by:
getEntityin interfaceVCSGisRevisionChangesRequest
-
getData
- Specified by:
getDatain interfaceVCSGisRevisionChangesRequest
-
execute
public int execute()- Specified by:
executein interfaceVCSGisRequest
-
notifyObservers
-
addObserver
-