Uses of Interface
org.gridprovenance.client.GlobalPAssertionKey

Packages that use GlobalPAssertionKey
org.gridprovenance.client   
org.gridprovenance.client.impl   
org.gridprovenance.client.relationships   
 

Uses of GlobalPAssertionKey in org.gridprovenance.client
 

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

Uses of GlobalPAssertionKey in org.gridprovenance.client.impl
 

Classes in org.gridprovenance.client.impl that implement GlobalPAssertionKey
 class GlobalPAssertionKeyImpl
          A implement of GlobalPAssertionKey Interface
 

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

Uses of GlobalPAssertionKey in org.gridprovenance.client.relationships
 

Methods in org.gridprovenance.client.relationships that return GlobalPAssertionKey
 GlobalPAssertionKey RelationObject.getGPAK()
           
 GlobalPAssertionKey RelationSubject.getGPAK()
           
 

Constructors in org.gridprovenance.client.relationships with parameters of type GlobalPAssertionKey
RelationObject(DataAccessor objectDA, java.net.URI objectParameterName, GlobalPAssertionKey objectGPAK, org.apache.axis.message.addressing.EndpointReference objectLink)
           
RelationSubject(DataAccessor subjectDA, java.net.URI subjectPAParameterName, GlobalPAssertionKey subjectGPAK)