|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InteractionRecord
InteractionRecord Interface
CSL of EU Provenance
Method Summary | |
---|---|
GlobalPAssertionKey |
addActorStatePAssertion(org.w3c.dom.Element actorState)
Add an ActorStatePAssertion using Verbatim Documentation Style |
GlobalPAssertionKey |
addActorStatePAssertion(org.w3c.dom.Element actorState,
java.net.URI ds)
Add an ActorStatePAssertion |
GlobalPAssertionKey |
addInteractionPAssertion(org.w3c.dom.Element message)
Add a InteractionPAssertion using Verbatim Documentation Style |
GlobalPAssertionKey |
addInteractionPAssertion(org.w3c.dom.Element message,
java.net.URI ds)
Add a InteractionPAssertion |
GlobalPAssertionKey |
addRelationshipPAssertion(RelationObject[] relationObject,
java.net.URI relationship,
RelationSubject relationSubject)
Add a relationshipPAssertion |
java.security.Principal |
getAsserter()
get the Asserter |
InteractionKey |
getInteractionKey()
Get the InteractionKey |
org.apache.axis.message.addressing.EndpointReference |
getRecordPortAddress()
Get the Record Address |
ViewKind |
getViewKind()
get the Side |
RecordResult |
record()
Record PAssertions to Provenance Service |
void |
setAsserter(java.security.Principal asserter)
set the Asserter |
void |
setInteractionKey(InteractionKey ik)
set the InteractionKey |
void |
setViewKind(ViewKind viewKind)
Set the Side |
Method Detail |
---|
GlobalPAssertionKey addInteractionPAssertion(org.w3c.dom.Element message) throws java.lang.Exception, CSLException
message
- As Element
java.lang.Exception
CSLException
GlobalPAssertionKey addInteractionPAssertion(org.w3c.dom.Element message, java.net.URI ds) throws java.lang.Exception, CSLException
message
- As Elementds
- documentationStyle As java.net.URI
java.lang.Exception
CSLException
GlobalPAssertionKey addActorStatePAssertion(org.w3c.dom.Element actorState) throws java.lang.Exception, CSLException
actorState
- As Element
java.lang.Exception
CSLException
GlobalPAssertionKey addActorStatePAssertion(org.w3c.dom.Element actorState, java.net.URI ds) throws java.lang.Exception, CSLException
actorState
- As Elementds
- documentationStyle as java.net.URI
java.lang.Exception
CSLException
GlobalPAssertionKey addRelationshipPAssertion(RelationObject[] relationObject, java.net.URI relationship, RelationSubject relationSubject) throws java.lang.Exception, CSLException
java.lang.Exception
CSLException
InteractionKey getInteractionKey() throws CSLException
CSLException
org.apache.axis.message.addressing.EndpointReference getRecordPortAddress() throws CSLException
CSLException
ViewKind getViewKind() throws CSLException
return true if it is sender side return false if it is receive side
CSLException
java.security.Principal getAsserter() throws CSLException
CSLException
void setInteractionKey(InteractionKey ik) throws CSLException
ik
- As InteractionKey
CSLException
void setViewKind(ViewKind viewKind) throws CSLException
true if it is sender side false if it is receive side
CSLException
void setAsserter(java.security.Principal asserter) throws CSLException
asserter
- As Principal
CSLException
RecordResult record() throws java.lang.Exception, CSLException
java.lang.Exception
CSLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |