|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SourceStorage
Created by The eXo Platform SAS Author : Pham Thanh Tung thanhtungty@gmail.com Aug 6, 2008
| Method Summary | |
|---|---|
Source |
getSource(java.lang.String sourcePath)
Return Source object which is retrieved from db |
java.lang.String |
getSourceURI(java.lang.String sourcePath)
Return uri to source |
void |
removeSource(java.lang.String sourcePath)
delete source node from db |
void |
saveSource(java.lang.String dirPath,
Source source)
create or update a Source node in db |
| Method Detail |
|---|
Source getSource(java.lang.String sourcePath)
throws java.lang.Exception
sourcePath -
java.lang.Exception
void saveSource(java.lang.String dirPath,
Source source)
throws java.lang.Exception
dirPath - - if not null, path to node will be created in dbsource - - Source object that will be saved
java.lang.Exception
void removeSource(java.lang.String sourcePath)
throws java.lang.Exception
sourcePath - - path to node
java.lang.Exceptionjava.lang.String getSourceURI(java.lang.String sourcePath)
sourcePath -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||