|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface OverviewHistoryDao
HistoryDao which returns all jobs, system configurations or deleted jobs.
| Method Summary | |
|---|---|
File[] |
getDeletedJobs(String folderName)
Returns a list of deleted jobs with a history. |
File[] |
getDeletedNodes(String folderName)
Returns a list of deleted nodes with a history. |
SortedMap<String,HistoryDescr> |
getJobHistory(String jobName)
Returns a sorted map of all HistoryDescr for a given job. |
File[] |
getJobs(String folderName)
Returns a list of jobs with a history. |
SortedMap<String,HistoryDescr> |
getNodeHistory(String nodeName)
Returns a sorted map of all HistoryDescr for a given node. |
File[] |
getNodes(String folderName)
Returns a list of nodes with a history. |
File[] |
getSystemConfigs()
Returns a list of all system configuration files with a history. |
SortedMap<String,HistoryDescr> |
getSystemHistory(String name)
Returns a sorted map of all HistoryDescr for a given system configuration. |
| Method Detail |
|---|
File[] getDeletedJobs(String folderName)
folderName - name of folder.
File[] getDeletedNodes(String folderName)
folderName - name of folder.
File[] getJobs(String folderName)
folderName - name of folder
File[] getNodes(String folderName)
folderName - name of folder
File[] getSystemConfigs()
SortedMap<String,HistoryDescr> getJobHistory(String jobName)
jobName - of the job
SortedMap<String,HistoryDescr> getNodeHistory(String nodeName)
nodeName - of the node
SortedMap<String,HistoryDescr> getSystemHistory(String name)
name - of the configuration
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||