Class CheckoutRequestClient
java.lang.Object
org.gvsig.vcsgis.lib.requests.AbstractRequest
org.gvsig.vcsgis.lib.repository.remoteclient.requests.AbstractRequestClient
org.gvsig.vcsgis.lib.repository.remoteclient.requests.CheckoutRequestClient
- All Implemented Interfaces:
org.gvsig.tools.dispose.Disposable,VCSGisCheckoutRequest,VCSGisRequest,SupportError
- Author:
- gvSIG Team
-
Nested Class Summary
Nested classes/interfaces inherited from class org.gvsig.vcsgis.lib.repository.remoteclient.requests.AbstractRequestClient
AbstractRequestClient.InputStreamLogged -
Field Summary
Fields inherited from class org.gvsig.vcsgis.lib.requests.AbstractRequest
LOGGER -
Constructor Summary
ConstructorsConstructorDescriptionCheckoutRequestClient(VCSGisRepositoryClientImpl repository, String entityName) -
Method Summary
Modifier and TypeMethodDescriptionorg.gvsig.tools.dispose.DisposableIterable<VCSGisRepositoryData> getData()org.gvsig.fmap.geom.primitive.EnvelopegetROI()helper()voidrequestProducer(Writer out) voidresponseConsumer(BufferedReader request_contents) voidsetEfectiveDate(String efectiveDate) voidsetEfectiveDate(Timestamp efectiveDate) voidsetRevisionCode(String revisionCode) voidsetROI(org.gvsig.fmap.geom.primitive.Envelope roi) Methods inherited from class org.gvsig.vcsgis.lib.repository.remoteclient.requests.AbstractRequestClient
consumeResponse, execute, getAuthenticationToken, getLines, getRepository, getRequestAsInputStream, getRequestUrl, getUserCode, notifyRequestConsumers, notifyResponseConsumers, setAuthenticationToken, setUserCode, waitRequestProducer, waitResponseProducerMethods 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
execute, getAuthenticationToken, getCode, getRepository, getRequestName, getUserCode, setAuthenticationToken, setAuthenticationTokenAndUser, setEnabledStatus, setUserCode
-
Constructor Details
-
CheckoutRequestClient
-
-
Method Details
-
helper
- Overrides:
helperin classAbstractRequest
-
getEntityName
- Specified by:
getEntityNamein interfaceVCSGisCheckoutRequest
-
getEfectiveDate
- Specified by:
getEfectiveDatein interfaceVCSGisCheckoutRequest
-
setEfectiveDate
- Specified by:
setEfectiveDatein interfaceVCSGisCheckoutRequest
-
setEfectiveDate
- Specified by:
setEfectiveDatein interfaceVCSGisCheckoutRequest
-
getRevisionCode
- Specified by:
getRevisionCodein interfaceVCSGisCheckoutRequest
-
setRevisionCode
- Specified by:
setRevisionCodein interfaceVCSGisCheckoutRequest
-
getROI
public org.gvsig.fmap.geom.primitive.Envelope getROI()- Specified by:
getROIin interfaceVCSGisCheckoutRequest
-
setROI
public void setROI(org.gvsig.fmap.geom.primitive.Envelope roi) - Specified by:
setROIin interfaceVCSGisCheckoutRequest
-
getEntity
- Specified by:
getEntityin interfaceVCSGisCheckoutRequest
-
getData
- Specified by:
getDatain interfaceVCSGisCheckoutRequest
-
getUsersHashCode
- Specified by:
getUsersHashCodein interfaceVCSGisCheckoutRequest
-
getTopologyPlansHashCode
- Specified by:
getTopologyPlansHashCodein interfaceVCSGisCheckoutRequest
-
requestProducer
- Specified by:
requestProducerin classAbstractRequestClient
-
responseConsumer
- Specified by:
responseConsumerin classAbstractRequestClient
-