Uses of Class
org.gridprovenance.client.exception.CSLException

Packages that use CSLException
org.gridprovenance.client   
org.gridprovenance.client.impl   
org.gridprovenance.client.test   
 

Uses of CSLException in org.gridprovenance.client
 

Methods in org.gridprovenance.client that throw CSLException
 GlobalPAssertionKey InteractionRecord.addActorStatePAssertion(org.w3c.dom.Element actorState)
          Add an ActorStatePAssertion using Verbatim Documentation Style
 GlobalPAssertionKey InteractionRecord.addActorStatePAssertion(org.w3c.dom.Element actorState, java.net.URI ds)
          Add an ActorStatePAssertion
 GlobalPAssertionKey InteractionRecord.addInteractionPAssertion(org.w3c.dom.Element message)
          Add a InteractionPAssertion using Verbatim Documentation Style
 GlobalPAssertionKey InteractionRecord.addInteractionPAssertion(org.w3c.dom.Element message, java.net.URI ds)
          Add a InteractionPAssertion
 GlobalPAssertionKey InteractionRecord.addRelationshipPAssertion(RelationObject[] relationObject, java.net.URI relationship, RelationSubject relationSubject)
          Add a relationshipPAssertion
 XQueryResult XQuery.execute()
          XQuery to the Provenance Service
 PQueryResult PQuery.execute()
          XQuery to the Provenance Service
 java.lang.String RecordResult.getAny()
          get the Record Result
 org.apache.axis.message.MessageElement[] XQueryResult.getAny()
          get the XQuery Result
 org.apache.axis.message.MessageElement[] PQueryResult.getAny()
          get the XQery Result
 org.w3c.dom.Document RecordResult.getAsDocument()
          get the XQuery Result as Document
 org.w3c.dom.Document[] XQueryResult.getAsDocument()
          get the XQuery Result as Document
 org.w3c.dom.Document[] PQueryResult.getAsDocument()
          get the PQuery Result as Document
 java.security.Principal InteractionRecord.getAsserter()
          get the Asserter
 java.net.URI InteractionKey.getInteractionId()
          Get the InteractionId of this InteractionKey
 InteractionKey GlobalPAssertionKey.getInteractionKey()
          Get the InteractionKey
 InteractionKey InteractionRecord.getInteractionKey()
          Get the InteractionKey
 java.lang.String GlobalPAssertionKey.getLocalPAssertionId()
          Get the LocalPAssertionId
 org.apache.axis.message.addressing.EndpointReference InteractionKey.getMsgSink()
          Get the Message Sink of this InteractionKey
 org.apache.axis.message.addressing.EndpointReference InteractionKey.getMsgSource()
          Get the Message Source of this InteractionKey
 org.apache.axis.message.addressing.EndpointReference PQueryPort.getPQueryPort()
          get the PQuery Port as EndpointReference
 org.apache.axis.message.addressing.EndpointReference ProvenanceService.getPQueryPortAddress()
          Get PQuery Port
 org.apache.axis.message.addressing.EndpointReference PQuery.getPQueryPortAddress()
          Get the pQueryPortAddress
 org.apache.axis.message.addressing.EndpointReference RecordPort.getRecordPort()
          get the Record Port as EndpointReference
 org.apache.axis.message.addressing.EndpointReference InteractionRecord.getRecordPortAddress()
          Get the Record Address
 org.apache.axis.message.addressing.EndpointReference ProvenanceService.getRecordPortAddress()
          Get Record Port
 ViewKind GlobalPAssertionKey.getViewKind()
          Get the ViewKind
 java.lang.String ViewKind.getViewKind()
          Get the ViewKind
 ViewKind InteractionRecord.getViewKind()
          get the Side
 org.apache.axis.message.addressing.EndpointReference XQueryPort.getXQueryPort()
          get the XQuery Port as EndpointReference
 org.apache.axis.message.addressing.EndpointReference ProvenanceService.getXQueryPortAddress()
          Get XQuery Port
 InteractionRecord ProvenanceService.newInteractionRecord(org.apache.axis.message.addressing.EndpointReference msgSink, org.apache.axis.message.addressing.EndpointReference msgSource, java.security.Principal asserter, ViewKind vk)
          Create a new InteractionRecord
 PQuery ProvenanceService.newPQuery(java.lang.String xPath1, java.util.Map namespaces1, java.lang.String xPath2, java.util.Map namespaces2)
          Create a new PQuery
 PQuery ProvenanceService.newPQuery(java.lang.String xPath1, java.lang.String xPath2, java.util.Map namespaces)
          Create a new PQuery
 XQuery ProvenanceService.newXQuery(java.lang.String optionString)
          Create a new XQuery
 void RecordResult.printOut()
          printOut the Record Result
 void XQueryResult.printOut()
          printOut the XQuery Result
 void PQueryResult.printOut()
          printOut the PQuery Result
 RecordResult InteractionRecord.record()
          Record PAssertions to Provenance Service
 void InteractionRecord.setAsserter(java.security.Principal asserter)
          set the Asserter
 void InteractionKey.setInteractionId(java.net.URI interactionId)
          set the InteractionID of this InteractionKey
 void InteractionRecord.setInteractionKey(InteractionKey ik)
          set the InteractionKey
 void InteractionKey.setMsgSink(org.apache.axis.message.addressing.EndpointReference msgSink)
          set the Message Sink of this InteractionKey
 void InteractionKey.setMsgSource(org.apache.axis.message.addressing.EndpointReference msgSource)
          set the Message Sink of this InteractionKey
 void PQueryPort.setPQueryPort(org.apache.axis.message.addressing.EndpointReference pQueryPortEndpointReference)
          set the PQuery Port by giving EndpointReference
 void PQueryPort.setPQueryPort(java.lang.String pQueryPortString)
          set the PQuery Port by giving String
 void PQueryPort.setPQueryPort(java.net.URI pQueryPortURI)
          set the PQuery Port by giving URI
 void RecordPort.setRecordPort(org.apache.axis.message.addressing.EndpointReference recordPortEndpointReference)
          set the Record Port by giving EndpointReference
 void RecordPort.setRecordPort(java.lang.String recordPortString)
          set the Record Port by giving String
 void RecordPort.setRecordPort(java.net.URI recordPortURI)
          set the Record Port by giving URI
 void ViewKind.setViewKind(java.lang.String viewKind)
          Set the Message Sink of this InteractionKey
 void InteractionRecord.setViewKind(ViewKind viewKind)
          Set the Side
 void XQueryPort.setXQueryPort(org.apache.axis.message.addressing.EndpointReference xQueryPortEndpointReference)
          set the XQuery Port by giving EndpointReference
 void XQueryPort.setXQueryPort(java.lang.String xQueryPortString)
          set the XQuery Port by giving String
 void XQueryPort.setXQueryPort(java.net.URI xQueryPortURI)
          set the XQuery Port by giving URI
 

Uses of CSLException in org.gridprovenance.client.impl
 

Methods in org.gridprovenance.client.impl that throw CSLException
 GlobalPAssertionKey InteractionRecordImpl.addActorStatePAssertion(org.w3c.dom.Element actorState)
           
 GlobalPAssertionKey InteractionRecordImpl.addActorStatePAssertion(org.w3c.dom.Element actorState, java.net.URI ds)
           
 GlobalPAssertionKey InteractionRecordImpl.addInteractionPAssertion(org.w3c.dom.Element message)
           
 GlobalPAssertionKey InteractionRecordImpl.addInteractionPAssertion(org.w3c.dom.Element message, java.net.URI ds)
           
 GlobalPAssertionKey InteractionRecordImpl.addRelationshipPAssertion(RelationObject[] relationObject, java.net.URI relationship, RelationSubject relationSubject)
           
 XQueryResult XQueryImpl.execute()
           
 PQueryResult PQueryImpl.execute()
           
 java.lang.String RecordResultImpl.getAny()
           
 org.apache.axis.message.MessageElement[] XQueryResultImpl.getAny()
           
 org.apache.axis.message.MessageElement[] PQueryResultImpl.getAny()
           
 org.w3c.dom.Document RecordResultImpl.getAsDocument()
           
 org.w3c.dom.Document[] XQueryResultImpl.getAsDocument()
           
 org.w3c.dom.Document[] PQueryResultImpl.getAsDocument()
           
 java.security.Principal InteractionRecordImpl.getAsserter()
           
 java.net.URI InteractionKeyImpl.getInteractionId()
           
 InteractionKey InteractionRecordImpl.getInteractionKey()
           
 InteractionKey GlobalPAssertionKeyImpl.getInteractionKey()
          Get the InteractionKey
 java.lang.String GlobalPAssertionKeyImpl.getLocalPAssertionId()
          Get the LocalPAssertionId
 org.apache.axis.message.addressing.EndpointReference InteractionKeyImpl.getMsgSink()
           
 org.apache.axis.message.addressing.EndpointReference InteractionKeyImpl.getMsgSource()
           
 org.apache.axis.message.addressing.EndpointReference PQueryPortImpl.getPQueryPort()
           
 org.apache.axis.message.addressing.EndpointReference ProvenanceServiceImpl.getPQueryPortAddress()
           
 org.apache.axis.message.addressing.EndpointReference RecordPortImpl.getRecordPort()
           
 org.apache.axis.message.addressing.EndpointReference InteractionRecordImpl.getRecordPortAddress()
           
 org.apache.axis.message.addressing.EndpointReference ProvenanceServiceImpl.getRecordPortAddress()
           
 ViewKind InteractionRecordImpl.getViewKind()
           
 ViewKind GlobalPAssertionKeyImpl.getViewKind()
          Get the ViewKind
 java.lang.String ViewKindImpl.getViewKind()
          Get the ViewKind
 org.apache.axis.message.addressing.EndpointReference XQueryPortImpl.getXQueryPort()
           
 org.apache.axis.message.addressing.EndpointReference ProvenanceServiceImpl.getXQueryPortAddress()
           
 InteractionRecord ProvenanceServiceImpl.newInteractionRecord(org.apache.axis.message.addressing.EndpointReference msgSink, org.apache.axis.message.addressing.EndpointReference msgSource, java.security.Principal asserter, ViewKind vk)
           
 PQuery ProvenanceServiceImpl.newPQuery(java.lang.String xPath1, java.util.Map namespace1, java.lang.String xPath2, java.util.Map namespace2)
           
 PQuery ProvenanceServiceImpl.newPQuery(java.lang.String xPath1, java.lang.String xPath2, java.util.Map namespace)
           
 XQuery ProvenanceServiceImpl.newXQuery(java.lang.String optionString)
           
 void RecordResultImpl.printOut()
           
 void XQueryResultImpl.printOut()
           
 void PQueryResultImpl.printOut()
           
 RecordResult InteractionRecordImpl.record()
           
 void InteractionRecordImpl.setAsserter(java.security.Principal asserter)
           
 void InteractionKeyImpl.setInteractionId(java.net.URI interactionId)
           
 void InteractionRecordImpl.setInteractionKey(InteractionKey ik)
           
 void InteractionKeyImpl.setMsgSink(org.apache.axis.message.addressing.EndpointReference msgSink)
           
 void InteractionKeyImpl.setMsgSource(org.apache.axis.message.addressing.EndpointReference msgSource)
           
 void PQueryPortImpl.setPQueryPort(org.apache.axis.message.addressing.EndpointReference pQueryPortEndpointReference)
           
 void PQueryPortImpl.setPQueryPort(java.lang.String pQueryPortString)
           
 void PQueryPortImpl.setPQueryPort(java.net.URI pQueryPortURI)
           
 void RecordPortImpl.setRecordPort(org.apache.axis.message.addressing.EndpointReference recordPortEndpointReference)
           
 void RecordPortImpl.setRecordPort(java.lang.String recordPortString)
           
 void RecordPortImpl.setRecordPort(java.net.URI recordPortURI)
           
 void ViewKindImpl.setViewKind(java.lang.String viewKind)
          Set the Message Sink of this InteractionKey
 void InteractionRecordImpl.setViewKind(ViewKind vk)
           
 void XQueryPortImpl.setXQueryPort(org.apache.axis.message.addressing.EndpointReference xQueryPortEndpointReference)
           
 void XQueryPortImpl.setXQueryPort(java.lang.String xQueryPortString)
           
 void XQueryPortImpl.setXQueryPort(java.net.URI xQueryPortURI)
           
 

Constructors in org.gridprovenance.client.impl that throw CSLException
InteractionRecordImpl(InteractionRecord inputIR)
           
InteractionRecordImpl(ViewKind vk, org.apache.axis.message.addressing.EndpointReference sink, org.apache.axis.message.addressing.EndpointReference source, java.security.Principal asserter, org.apache.axis.message.addressing.EndpointReference recordPortAddress)
           
PQueryPortImpl(java.lang.String pQueryPortString)
           
PQueryPortImpl(java.net.URI pQueryPortURI)
           
ProvenanceServiceImpl()
           
ProvenanceServiceImpl(RecordPort recordPort, XQueryPort xQueryPort, PQueryPort pQueryPort)
           
RecordPortImpl(java.lang.String recordPortString)
           
RecordPortImpl(java.net.URI recordPortURI)
           
XQueryPortImpl(java.lang.String xQueryPortString)
           
XQueryPortImpl(java.net.URI xQueryPortURI)
           
 

Uses of CSLException in org.gridprovenance.client.test
 

Methods in org.gridprovenance.client.test that throw CSLException
static void StylerAPIExample.main(java.lang.String[] args)
           
static void ApplicationAPIExample.main(java.lang.String[] args)
           
static void XQueryExample.main(java.lang.String[] args)