Uses of Interface
org.gridprovenance.client.ViewKind

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

Uses of ViewKind in org.gridprovenance.client
 

Methods in org.gridprovenance.client that return ViewKind
 ViewKind GlobalPAssertionKey.getViewKind()
          Get the ViewKind
 ViewKind InteractionRecord.getViewKind()
          get the Side
 

Methods in org.gridprovenance.client with parameters of type ViewKind
 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
 void InteractionRecord.setViewKind(ViewKind viewKind)
          Set the Side
 

Uses of ViewKind in org.gridprovenance.client.impl
 

Classes in org.gridprovenance.client.impl that implement ViewKind
 class ViewKindImpl
          ViewKind Interface
 

Methods in org.gridprovenance.client.impl that return ViewKind
 ViewKind InteractionRecordImpl.getViewKind()
           
 ViewKind GlobalPAssertionKeyImpl.getViewKind()
          Get the ViewKind
 

Methods in org.gridprovenance.client.impl with parameters of type ViewKind
 InteractionRecord ProvenanceServiceImpl.newInteractionRecord(org.apache.axis.message.addressing.EndpointReference msgSink, org.apache.axis.message.addressing.EndpointReference msgSource, java.security.Principal asserter, ViewKind vk)
           
 void InteractionRecordImpl.setViewKind(ViewKind vk)
           
 

Constructors in org.gridprovenance.client.impl with parameters of type ViewKind
GlobalPAssertionKeyImpl(InteractionKey ik, ViewKind vk, java.lang.String lpid)
           
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)
           
InteractionRecordImpl(ViewKind vk, InteractionKey ik, java.security.Principal asserter, org.apache.axis.message.addressing.EndpointReference recordPortAddress)