org.deegree.services.wcas.protocol
Interface CASInsertResult

All Known Implementing Classes:
CASInsertResult_Impl

public interface CASInsertResult

The element is used to delimit one or more record identifiers of newly created records. The insert results are reported in the order in which the operations were specified in the request. Additionally, they can be correlated using the handle attribute.

--------------------------------------------------------

Version:
$Revision: 1.2 $ $Date: 2004/02/09 07:57:02 $
Author:
Andreas Poth

Method Summary
 java.lang.String[] getFeatureIds()
          Returns the ids of the inserted features
 java.lang.String getHandle()
          The handle attribute is included to allow a server to associate any text to the response.
 

Method Detail

getHandle

public java.lang.String getHandle()
The handle attribute is included to allow a server to associate any text to the response. The purpose of the handle attribute is to provide an error handling mechanism for locating a statement that might fail. Or to identify an InsertResult.


getFeatureIds

public java.lang.String[] getFeatureIds()
Returns the ids of the inserted features