|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MCRURNStore
Stores the data of URNs and the document IDs assigned to them.
| Method Summary | |
|---|---|
void |
assignURN(String urn,
String documentID)
Assigns the given urn to the given document ID |
void |
assignURN(String urn,
String derivate,
String path,
String filename)
Assigns the given urn to the given derivate ID |
String |
getDocumentIDforURN(String urn)
Retrieves the document ID that is assigned to the given urn |
String |
getURNforDocument(String documentID)
Retrieves the URN that is assigned to the given document ID |
boolean |
hasURNAssigned(String objId)
Checks wether an object or derivate has an urn assigned |
boolean |
isAssigned(String urn)
Returns true if the given urn is assigned to a document ID |
void |
removeURN(String urn)
Removes the urn (and assigned document ID) from the persistent store |
void |
removeURNByObjectID(String objID)
Removes the urn (and assigned document ID) from the persistent store by the given object id |
| Method Detail |
|---|
boolean isAssigned(String urn)
void assignURN(String urn,
String documentID)
void assignURN(String urn,
String derivate,
String path,
String filename)
String getURNforDocument(String documentID)
String getDocumentIDforURN(String urn)
void removeURN(String urn)
void removeURNByObjectID(String objID)
boolean hasURNAssigned(String objId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||