org.pasoa.common
Interface Record
- All Known Subinterfaces:
- BackendStore, StorageSystem
- All Known Implementing Classes:
- BerkeleyDBJEStorage, GeneralStorageSystem, MemoryStorage
- public interface Record
Record interface
- Author:
- Paul Groth pg03r@ecs.soton.ac.uk
INTERACTION_PA
static final String INTERACTION_PA
- See Also:
- Constant Field Values
ACTOR_STATE_PA
static final String ACTOR_STATE_PA
- See Also:
- Constant Field Values
RELATIONSHIP_PA
static final String RELATIONSHIP_PA
- See Also:
- Constant Field Values
SUBMISSION_FINISHED
static final String SUBMISSION_FINISHED
- See Also:
- Constant Field Values
record
void record(GlobalPAssertionKey gpid,
Element asserter,
Element assertion,
String kindOfAssertion)
throws Exception
- Throws:
Exception