All Methods Instance Methods Abstract Methods
| Modifier and Type |
Method and Description |
void |
addListener(String type,
Document doc,
String schemaName,
String projectName,
String groupName) |
void |
deleteListener(Document d,
String schemaName,
String projectName,
String groupName) |
Collection<Document> |
getFileListeners(String type,
String listenerID) |
Collection<Document> |
getFileListeners(String type,
String listenerID,
String schema,
String project,
String group) |
String |
getSchedule(String schema,
String project,
DBWorker baseDBWorker) |
List<Document> |
getScheduledJobs() |
void |
masterDeleteMany(String collection,
Document finder) |
Iterator<Document> |
masterFind(String collection) |
Iterator<Document> |
masterFind(String collection,
Document filter) |
void |
masterFindAndDelete(String collection,
Document filter) |
Document |
masterFindOne(String collection,
Document filter) |
void |
masterFindOneAndReplace(String collection,
Document filter,
Document replacement) |
String |
masterFindRule(String rulePurpose,
String query) |
void |
masterInsertOne(String collection,
Document insert) |
void |
masterUpdateOne(String collection,
Document filter,
Document replacement) |
void |
putSchedule(Document job) |
String |
updateRule(Document rule) |