|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CASInsertResult | |
org.deegree_impl.services.wcas.protocol | |
org.deegree.services.wcas.protocol |
Uses of CASInsertResult in org.deegree_impl.services.wcas.protocol |
Classes in org.deegree_impl.services.wcas.protocol that implement CASInsertResult | |
(package private) class |
CASInsertResult_Impl
The |
Methods in org.deegree_impl.services.wcas.protocol that return CASInsertResult | |
CASInsertResult[] |
CASTransactionResponse_Impl.getInsertResult()
The |
static CASInsertResult |
CASProtocolFactory.createCASInsertResult(java.lang.String handle,
java.lang.String[] featureIds)
creates a CASInsertResult |
Methods in org.deegree_impl.services.wcas.protocol with parameters of type CASInsertResult | |
void |
CASTransactionResponse_Impl.addInserResult(CASInsertResult insertResult)
|
void |
CASTransactionResponse_Impl.setInsertResult(CASInsertResult[] insertResults)
|
static CASTransactionResponse |
CASProtocolFactory.createCASTransactionResponse(OGCWebServiceRequest request,
OGCWebServiceException exception,
CASInsertResult[] insertResults,
java.lang.String status,
java.lang.String handle)
creates a CASTransactionRequest object. |
Constructors in org.deegree_impl.services.wcas.protocol with parameters of type CASInsertResult | |
CASTransactionResponse_Impl(OGCWebServiceRequest request,
org.w3c.dom.Document exception,
CASInsertResult[] insertResults,
java.lang.String status,
java.lang.String handle)
Creates a new CASTransactionResponse_Impl object. |
Uses of CASInsertResult in org.deegree.services.wcas.protocol |
Methods in org.deegree.services.wcas.protocol that return CASInsertResult | |
CASInsertResult[] |
CASTransactionResponse.getInsertResult()
The |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |