Class CommitRequestClient
java.lang.Object
org.gvsig.vcsgis.lib.requests.AbstractRequest
org.gvsig.vcsgis.lib.repository.remoteclient.requests.AbstractRequestClient
org.gvsig.vcsgis.lib.repository.remoteclient.requests.CommitRequestClient
- All Implemented Interfaces:
org.gvsig.tools.dispose.Disposable,VCSGisCommitRequest,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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(org.gvsig.tools.dispose.DisposableIterable<VCSGisChange> changes) voidadd(VCSGisTopologyPlanStatus topologyPlanStatus) voidadd(VCSGisWorkspaceEntity entity) createEntity(String code, String name) createEntity(VCSGisWorkspaceEntity entity) booleanhelper()voidvoidmarkAsNew(VCSGisEntity entity) voidrequestProducer(Writer out) voidresponseConsumer(BufferedReader responseContents) voidsetComment(String comment) voidsetEfectiveDate(Timestamp efectiveDate) voidsetRevisionDate(Timestamp revisionDate) 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
-
CommitRequestClient
-
-
Method Details
-
helper
- Overrides:
helperin classAbstractRequest
-
getEfectiveDate
- Specified by:
getEfectiveDatein interfaceVCSGisCommitRequest
-
setEfectiveDate
- Specified by:
setEfectiveDatein interfaceVCSGisCommitRequest
-
getRevisionDate
- Specified by:
getRevisionDatein interfaceVCSGisCommitRequest
-
setRevisionDate
- Specified by:
setRevisionDatein interfaceVCSGisCommitRequest
-
getComment
- Specified by:
getCommentin interfaceVCSGisCommitRequest
-
setComment
- Specified by:
setCommentin interfaceVCSGisCommitRequest
-
createEntity
- Specified by:
createEntityin interfaceVCSGisCommitRequest
-
createEntity
- Specified by:
createEntityin interfaceVCSGisCommitRequest
-
add
- Specified by:
addin interfaceVCSGisCommitRequest
-
add
- Specified by:
addin interfaceVCSGisCommitRequest
-
markAsNew
- Specified by:
markAsNewin interfaceVCSGisCommitRequest
-
markAsNew
- Specified by:
markAsNewin interfaceVCSGisCommitRequest
-
hasNewEntities
public boolean hasNewEntities()- Specified by:
hasNewEntitiesin interfaceVCSGisCommitRequest
-
getChangedLocalEntities
- Specified by:
getChangedLocalEntitiesin interfaceVCSGisCommitRequest
-
requestProducer
- Specified by:
requestProducerin classAbstractRequestClient
-
responseConsumer
- Specified by:
responseConsumerin classAbstractRequestClient
-
add
- Specified by:
addin interfaceVCSGisCommitRequest
-
getTopologyPlanStatus
- Specified by:
getTopologyPlanStatusin interfaceVCSGisCommitRequest
-