Package | Description |
---|---|
uk.ac.sheffield.vtts.client.pojo |
This package contains example Java POJO clients for testing with generated
JUnit test drivers that test Java POJO services.
|
Modifier and Type | Method and Description |
---|---|
Document |
DocumentStore.getDocument(java.lang.Integer docid)
If LoggedIn, attempts to retrieve a Document with the given docid.
|
Document |
DocumentStore.getVersion(java.lang.Integer docid,
java.lang.Integer version)
If LoggedIn, attempts to retrieve a Document with the given docid and
version number.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object[] |
DocumentStore.putDocument(java.lang.Integer docid,
Document document)
If LoggedIn, attempts to store a Document against the given docid.
|