Uses of Interface
org.gridprovenance.client.InteractionRecord

Packages that use InteractionRecord
org.gridprovenance.client   
org.gridprovenance.client.impl   
 

Uses of InteractionRecord in org.gridprovenance.client
 

Methods in org.gridprovenance.client that return InteractionRecord
 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
 

Uses of InteractionRecord in org.gridprovenance.client.impl
 

Classes in org.gridprovenance.client.impl that implement InteractionRecord
 class InteractionRecordImpl
          An implement of Record interface
 

Methods in org.gridprovenance.client.impl that return InteractionRecord
 InteractionRecord ProvenanceServiceImpl.newInteractionRecord(org.apache.axis.message.addressing.EndpointReference msgSink, org.apache.axis.message.addressing.EndpointReference msgSource, java.security.Principal asserter, ViewKind vk)
           
 

Constructors in org.gridprovenance.client.impl with parameters of type InteractionRecord
InteractionRecordImpl(InteractionRecord inputIR)