public final class TLcdWFSTransactionResponse
extends java.lang.Object
TLcdWFSClient.transaction(TLcdWFSTransactionRequest)
Modifier and Type | Method and Description |
---|---|
java.util.List<TLcdOWSException> |
getFailedActions()
Returns an exception for each action in the transaction that has failed.
|
java.util.List<TLcdWFSCreatedOrModifiedFeature> |
getInsertResults()
Returns the results of the insert actions.
|
long |
getTotalDeleted()
Returns the total number of features that were deleted by the transaction request.
|
long |
getTotalInserted()
Returns the total number of features that were inserted by the transaction request.
|
long |
getTotalUpdated()
Returns the total number of features that were updated by the transaction request.
|
java.util.List<TLcdWFSCreatedOrModifiedFeature> |
getUpdateResults()
Returns the results of the update actions.
|
public java.util.List<TLcdWFSCreatedOrModifiedFeature> getInsertResults()
TLcdWFSCreatedOrModifiedFeature
for each successful insert action.public java.util.List<TLcdWFSCreatedOrModifiedFeature> getUpdateResults()
TLcdWFSCreatedOrModifiedFeature
for each successful update action.public java.util.List<TLcdOWSException> getFailedActions()
public long getTotalInserted()
public long getTotalUpdated()
public long getTotalDeleted()