|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Repository
Defines a repository interface for the DataCleaner monitor web app.
| Method Summary | |
|---|---|
RepositoryNode |
getRepositoryNode(String qualifiedPath)
Gets a RepositoryNode by it's qualified path. |
| Methods inherited from interface org.eobjects.datacleaner.repository.RepositoryFolder |
|---|
createFile, createFolder, getFile, getFiles, getFiles, getFolder, getFolders, getLatestFile |
| Methods inherited from interface org.eobjects.datacleaner.repository.RepositoryNode |
|---|
delete, getName, getParent, getQualifiedPath |
| Method Detail |
|---|
RepositoryNode getRepositoryNode(String qualifiedPath)
RepositoryNode by it's qualified path.
qualifiedPath - the path of the node
RepositoryNode with the specified qualified path, or
null if it does not exist.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||