org.gridprovenance.client
Interface RecordResult

All Known Implementing Classes:
RecordResultImpl

public interface RecordResult

RecordAck Interface

CSL of EU Provenance

Author:
Sheng Jiang

Method Summary
 java.lang.String getAny()
          get the Record Result
 org.w3c.dom.Document getAsDocument()
          get the XQuery Result as Document
 void printOut()
          printOut the Record Result
 

Method Detail

printOut

void printOut()
              throws CSLException
printOut the Record Result

Throws:
CSLException

getAny

java.lang.String getAny()
                        throws CSLException
get the Record Result

Throws:
CSLException

getAsDocument

org.w3c.dom.Document getAsDocument()
                                   throws java.lang.Exception,
                                          CSLException
get the XQuery Result as Document

Throws:
java.lang.Exception
CSLException