| Modifier and Type | Method and Description |
|---|---|
Document |
IDBContainer.addInternalNode(String keyName,
String keyValue,
Document values,
String tabletype,
boolean hasKeyChanged,
boolean isHistory,
String username) |
Document |
IDBContainer.addTask(String ID,
Document values,
String type,
String nextAction) |
Document |
DBWorker.createNodeRelationshipTo(String node,
String table1,
String otherid,
String table2,
String reltype,
Map<String,Object> values,
Date when) |
Document |
IDBContainer.createNodeRelationshipTo(String node,
String table1,
String other,
String table2,
String arg1,
Map<String,Object> values,
Date when) |
Document |
DBWorker.createOrUpdateNode(String keyName,
String keyValue,
Document values,
String tabletype,
boolean keychanged,
boolean isHistory,
String username) |
Document |
DBWorker.deleteNode(String node,
String survivedBy) |
Document |
IDBContainer.deleteNode(String node,
String survivedBy) |
static Document |
Node.expandDoc(Map<String,Object> flatdoc,
ITable iTable) |
Document |
BaseRelationship.getAsDocument() |
Document |
BaseNode.getDocument() |
Document |
INode.getDocument() |
Document |
Node.getDocument() |
Document |
DBWorker.getJob(String jobID) |
Document |
IDBContainer.getJob(String jobID) |
Document |
DBWorker.getLatestForRelDoc(Document document,
Date when) |
Document |
DBWorker.getNode(String id) |
Document |
IDBContainer.getNode(String id) |
Document |
DBWorker.getNode(String tableName,
String keyName,
String keyValue) |
Document |
Relationship.getProperties() |
Document |
IRelationship.getProperties() |
Document |
BaseNode.getProperties() |
Document |
DBWorker.getRelationship(Document where,
Date when) |
Document |
IDBContainer.getRelationship(Document where,
Date when) |
Document |
DBWorker.getRelProperties(String rel,
Date when) |
Document |
IDBContainer.getRelProperties(String lng,
Date when) |
Document |
IDBContainer.getSingleNode(String tableName,
String keyName,
String keyValue) |
Document |
IDBContainer.getTask(String taskid) |
Document |
DBWorker.getTask(String taskid,
IUser user) |
Document |
IMasterDB.masterFindOne(String collection,
Document filter) |
Document |
DBWorker.removeNodeProperty(String rel,
String propname,
Date when) |
Document |
DBWorker.setNodeProperty(String node,
String arg0,
Object arg1) |
Document |
DBWorker.setNodeValues(String node,
Document vals) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Document> |
DBWorker.analyseBy(List<PurposeColumn> purposeColumns) |
Collection<Document> |
IDBContainer.analyseBy(List<PurposeColumn> purposeColumns) |
Collection<Document> |
DBWorker.analyseBy(String tableName) |
Collection<Document> |
IDBContainer.analyseBy(String tableName) |
Map<String,Document> |
DBWorker.find(String tableName,
int startRow,
int rowCount,
Document _where,
Document _sort) |
Map<String,Document> |
IDBContainer.find(String table,
int start,
int end,
Document where,
Document sort) |
List<Document> |
DBWorker.findRule(String rulePurpose,
String query) |
List<Document> |
IDBContainer.findRule(String rulePurpose,
String query) |
List<Document> |
DBWorker.getApplications() |
List<Document> |
IDBContainer.getApplications() |
List<Document> |
DBWorker.getBooks() |
List<Document> |
IDBContainer.getBooks() |
List<Document> |
IDBContainer.getCollections() |
Collection<Document> |
IMasterDB.getFileListeners(String type,
String listenerID) |
Collection<Document> |
DBWorker.getFileListeners(String type,
String listenerID) |
Collection<Document> |
IMasterDB.getFileListeners(String type,
String listenerID,
String schema,
String project,
String group) |
Collection<Document> |
DBWorker.getFileListeners(String type,
String listenerID,
String schema,
String project,
String group) |
List<Document> |
DBWorker.getFlows() |
List<Document> |
IDBContainer.getFlows() |
Iterator<Document> |
DBWorker.getLazyNodes(String tableName,
int rowCount,
Document where) |
Iterator<Document> |
IDBContainer.getLazyNodes(String tableName,
int rowCount,
Document where) |
Collection<Document> |
IDBContainer.getListeners(String type,
String listenerID) |
Collection<Document> |
IDBContainer.getListeners(String type,
String listenerID,
String schema,
String project,
String groupname) |
Map<String,Document> |
DBWorker.getMarketConnections(String groupName) |
Map<String,Document> |
IDBContainer.getMarketConnections(String groupName) |
List<Document> |
DBWorker.getMessages(Date since) |
List<Document> |
IDBContainer.getMessages(Date since) |
ArrayList<Document> |
DBWorker.getNodes(String tableName,
String keyName,
String keyValue,
int maxBucketSize) |
ArrayList<Document> |
IDBContainer.getNodes(String tableName,
String keyName,
String keyValue,
int maxBucketSize) |
ArrayList<Document> |
DBWorker.getRelationships(int start,
int end,
Document where) |
ArrayList<Document> |
IDBContainer.getRelationships(int start,
int end,
Document where) |
List<Document> |
IMasterDB.getScheduledJobs() |
List<Document> |
DBWorker.getScheduledJobs() |
List<Document> |
IDBContainer.getScheduledJobs() |
List<Document> |
DBWorker.getTasks(Document document,
int start,
int pagesize,
IUser user) |
List<Document> |
IDBContainer.getTasks(String nodeid,
int page,
int endpage,
int pgesize,
String[] table,
String limits,
String type) |
List<Document> |
DBWorker.getTasks(String nodeID,
int startpage,
int endpage,
int pagesize,
String[] table,
String limits,
String type,
IUser user) |
List<Document> |
IDBContainer.getTaskTypes() |
List<Document> |
DBWorker.getTaskTypes(IUser user) |
List<Document> |
DBWorker.getWorkFlows() |
List<Document> |
IDBContainer.getWorkFlows() |
List<Document> |
DBWorker.listCollections() |
Iterator<Document> |
IMasterDB.masterFind(String collection) |
Iterator<Document> |
IMasterDB.masterFind(String collection,
Document filter) |
ArrayList<Document> |
DBWorker.search(HashMap<String,String> matchC,
String table) |
ArrayList<Document> |
IDBContainer.search(HashMap<String,String> matchC,
String table) |
static List<Document> |
INode.serialize(List<Standardized> standards) |
| Modifier and Type | Method and Description |
|---|---|
void |
DBWorker.addConnector(String connector,
Document params,
String groupName) |
void |
IDBContainer.addConnector(String connector,
Document params,
String groupName) |
Future<CommitItem> |
DBWorkerBatch.addInternalNode(String keyName,
String keyValue,
Document values,
String tableName) |
Document |
IDBContainer.addInternalNode(String keyName,
String keyValue,
Document values,
String tabletype,
boolean hasKeyChanged,
boolean isHistory,
String username) |
void |
IMasterDB.addListener(String type,
Document doc,
String schemaName,
String projectName,
String groupName) |
void |
DBWorker.addListener(String type,
Document doc,
String name,
String projectName,
String groupName) |
void |
IDBContainer.addListener(String type,
Document doc,
String name,
String projectName,
String groupName) |
void |
DBWorker.addMessage(Document d) |
void |
IDBContainer.addMessage(Document d) |
Document |
IDBContainer.addTask(String ID,
Document values,
String type,
String nextAction) |
Document |
DBWorker.createOrUpdateNode(String keyName,
String keyValue,
Document values,
String tabletype,
boolean keychanged,
boolean isHistory,
String username) |
void |
IMasterDB.deleteListener(Document d,
String schemaName,
String projectName,
String groupName) |
void |
DBWorker.deleteListener(Document doc,
String schemaName,
String projectName,
String groupName) |
void |
IDBContainer.deleteListener(Document doc,
String name,
String projectName,
String groupName) |
void |
DBWorker.deleteMessage(Document d) |
void |
IDBContainer.deleteMessage(Document d) |
String |
DBWorker.executeFlow(String flow,
Document context) |
String |
IDBContainer.executeFlow(String flow,
Document context) |
Collection<Result> |
DBWorker.find(Document filter) |
Collection<Result> |
IDBContainer.find(Document document) |
Map<String,Document> |
DBWorker.find(String tableName,
int startRow,
int rowCount,
Document _where,
Document _sort) |
Map<String,Document> |
IDBContainer.find(String table,
int start,
int end,
Document where,
Document sort) |
Collection<Result> |
DBWorker.findFuzzy(Document filter) |
Collection<Result> |
IDBContainer.findFuzzy(Document matchCriteria) |
Document |
DBWorker.getLatestForRelDoc(Document document,
Date when) |
Iterator<Document> |
DBWorker.getLazyNodes(String tableName,
int rowCount,
Document where) |
Iterator<Document> |
IDBContainer.getLazyNodes(String tableName,
int rowCount,
Document where) |
Document |
DBWorker.getRelationship(Document where,
Date when) |
Document |
IDBContainer.getRelationship(Document where,
Date when) |
ArrayList<Document> |
DBWorker.getRelationships(int start,
int end,
Document where) |
ArrayList<Document> |
IDBContainer.getRelationships(int start,
int end,
Document where) |
List<Document> |
DBWorker.getTasks(Document document,
int start,
int pagesize,
IUser user) |
static Object[] |
INode.getWords(Document node,
List<PurposeColumnMap> map,
WordList anon,
Date when) |
void |
IMasterDB.masterDeleteMany(String collection,
Document finder) |
Iterator<Document> |
IMasterDB.masterFind(String collection,
Document filter) |
void |
IMasterDB.masterFindAndDelete(String collection,
Document filter) |
Document |
IMasterDB.masterFindOne(String collection,
Document filter) |
void |
IMasterDB.masterFindOneAndReplace(String collection,
Document filter,
Document replacement) |
void |
IMasterDB.masterInsertOne(String collection,
Document insert) |
void |
IMasterDB.masterUpdateOne(String collection,
Document filter,
Document replacement) |
void |
IMasterDB.putSchedule(Document job) |
void |
DBWorker.putSchedule(Document job) |
void |
IDBContainer.putSchedule(Document job) |
void |
IDBContainer.removeTask(Document d) |
void |
IDBContainer.resolve(String taskid,
Document mr,
Document resolution,
int action) |
void |
IDBContainer.resolveEID(Document mr) |
void |
IDBContainer.resolveLink(Document mr) |
void |
IDBContainer.resolveMerge(Document mr) |
void |
DBWorker.resolveTask(int action,
Document task,
Document resolution) |
Document |
DBWorker.setNodeValues(String node,
Document vals) |
void |
Relationship.setProperties(Document values) |
void |
IRelationship.setProperties(Document values) |
void |
BaseNode.setProperties(Document vals) |
void |
INode.setProperties(Document vals) |
void |
Node.setProperties(Document vals) |
void |
DBWorker.setRelProperties(String rel,
Document vals,
Date when) |
void |
CommitItem.setValues(Document values) |
void |
DBWorker.truncate(String tableName,
Document filter) |
void |
IDBContainer.truncate(String tableName,
Document filter) |
void |
DBWorker.updateFlow(Document doc) |
void |
IDBContainer.updateFlow(Document doc) |
Future<CommitItem> |
DBWorkerBatch.updateInternalNode(String id,
Document values,
boolean rematch) |
String |
IMasterDB.updateRule(Document rule) |
String |
DBWorker.updateRule(Document doc) |
String |
IDBContainer.updateRule(Document doc) |
void |
DBWorker.updateTask(String taskID,
Document document) |
void |
IDBContainer.updateTask(String id,
Document document) |
void |
DBWorker.updateWorkFlow(Document doc) |
void |
IDBContainer.updateWorkFlow(Document doc) |
| Modifier and Type | Method and Description |
|---|---|
static List<Standardized> |
INode.deserialise(List<Document> bsonlist,
Class<? extends Standardized> procClass) |
| Constructor and Description |
|---|
BaseNode(String id,
Document values,
String tableName,
boolean match) |
BaseNode(String id,
Document values,
String tableName,
String keyName,
String keyValue,
boolean match) |
Node(Document document) |
Node(IDBContainer db,
Document document) |
Node(IDBContainer db,
String id,
Date when,
Document baseDoc) |
Node(IDBContainer db,
String id,
Document baseDoc) |
Relationship(IDBContainer db,
Document doc,
Date when) |
| Modifier and Type | Method and Description |
|---|---|
static String |
TizaReader.getHTTPFile(String url,
String username,
String password,
Document headers) |
| Modifier and Type | Field and Description |
|---|---|
protected Document |
Indexable.MatchItem.baseNode |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Document> |
Indexable.indexCatalogCache |
protected LinkedBlockingQueue<Document> |
Indexable.publishQueue |
| Modifier and Type | Method and Description |
|---|---|
static Document |
Indexable.addHistoryRecord(Document existingDoc,
Document newValues,
String action,
String username) |
static Document |
Indexable.addXRef(Document survivedRec,
Document deletedRec) |
protected Document |
Indexable.applyInheritanceFrom(Document sourceRec,
Document targetRec) |
Document |
Indexable.calcGoldenRec(Document original,
Document mergedrec,
String tableName) |
static Document |
Indexable.calcGoldenRec(Document original,
Document mergedrec,
String tableName,
ISchemaMeta schDoc) |
Document |
GoldenRecord.getDocument() |
Document |
Indexable.MatchItem.getMatchRecord() |
Document |
MatchRecord.toDocument() |
Document |
MatchRecordInterface.toDocument() |
| Modifier and Type | Method and Description |
|---|---|
List<Document> |
MatchSchemaSimpleImpl.getMessages(Date since) |
static List<Document> |
Indexable.getXref(Document baseNode) |
| Modifier and Type | Method and Description |
|---|---|
static Document |
Indexable.addHistoryRecord(Document existingDoc,
Document newValues,
String action,
String username) |
boolean |
Matchable.addTask(Document mr) |
boolean |
Indexable.addTask(Document mr) |
static Document |
Indexable.addXRef(Document survivedRec,
Document deletedRec) |
protected Document |
Indexable.applyInheritanceFrom(Document sourceRec,
Document targetRec) |
Document |
Indexable.calcGoldenRec(Document original,
Document mergedrec,
String tableName) |
static Document |
Indexable.calcGoldenRec(Document original,
Document mergedrec,
String tableName,
ISchemaMeta schDoc) |
MatchRecordInterface |
Indexable.calculateScore(Document base,
Document comparitor,
boolean forSearch) |
boolean |
MatchRule.canRun(Document base,
Document comparitor) |
boolean |
MatchRuleInterface.canRun(Document base,
Document comparitor) |
protected static javax.ws.rs.core.Response |
Indexable.doREST(String url,
String method,
javax.ws.rs.client.Entity payload,
Document replacements,
Document headers) |
boolean |
Matchable.eid(Document mr) |
boolean |
Indexable.eid(Document mr) |
Collection<String> |
Indexable.getMatchKeys(Document values,
ITable table,
IIndex index,
boolean isSearch) |
static List<Document> |
Indexable.getXref(Document baseNode) |
void |
Matchable.invoke(String type,
Document data) |
void |
Indexable.invoke(String type,
Document data) |
boolean |
Matchable.link(Document mr) |
boolean |
Indexable.link(Document mr) |
boolean |
Matchable.match(Document node) |
boolean |
Indexable.match(Document node) |
boolean |
Matchable.merge(Document mr) |
boolean |
Indexable.merge(Document mr) |
boolean |
Matchable.mergeSort(Document mr) |
boolean |
Indexable.mergeSort(Document mr) |
void |
Matchable.resolveTask(Document mr) |
void |
Indexable.resolveTask(Document mr) |
MatchRecord |
MatchRule.score(Document base,
Document comparitor,
boolean forSearch,
boolean asContent,
boolean matchScoring) |
MatchRecord |
MatchRuleInterface.score(Document base,
Document comparitor,
boolean forSearch,
boolean asContent,
boolean matchScoring) |
protected void |
Indexable.send(Document mr) |
String |
MatchSchemaSimpleImpl.updateRule(Document doc) |
| Modifier and Type | Method and Description |
|---|---|
static List<Standardized> |
MatchRule.deserialise(List<Document> bsonlist) |
| Constructor and Description |
|---|
MatchItem(Document mr,
int type) |
MatchRecord(Document record,
Document baserecord,
double score,
IRule rule,
String action,
String actionText,
String key,
String baseKey) |
| Modifier and Type | Method and Description |
|---|---|
Document |
SchemaMeta.findConcepts(String concept) |
Document |
ISchemaMeta.findConcepts(String concept) |
Document |
SchemaMeta.findConceptsForProcType(String procType) |
Document |
ISchemaMeta.findConceptsForProcType(String procType) |
Document |
SchemaMeta.toDocument() |
Document |
ISchemaMeta.toDocument() |
Document |
Table.toDocument() |
Document |
ITable.toDocument() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Document> |
SchemaMeta.getMatchTypes() |
Map<String,Document> |
ISchemaMeta.getMatchTypes() |
List<Document> |
SchemaMeta.getPurposesDocument() |
List<Document> |
SchemaMeta.getTablesDocument() |
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaMeta.addMatchTypes(Document mt) |
void |
ISchemaMeta.addMatchTypes(Document mt) |
static SchemaMeta |
SchemaMeta.createSchemaMeta(Document connection) |
static PurposeColumnMap |
PurposeColumnMap.fromDocument(Document pcmd) |
| Modifier and Type | Method and Description |
|---|---|
Document |
Task.getWorkflow() |
Document |
Result.toDocument() |
Document |
Task.toDocument() |
Document |
Result.toDocument(ContextMap ctx) |
| Modifier and Type | Method and Description |
|---|---|
List<Document> |
Record.getXref() |
List<Document> |
RecordInterface.getXref() |
List<Document> |
Result.getXREF() |
| Modifier and Type | Method and Description |
|---|---|
void |
Record.addRelatedRec(RecordInterface targetRec,
String reasonVerb,
Date dateOf,
Document values,
String actionThatCausedThis,
String user) |
void |
RecordInterface.addRelatedRec(RecordInterface rec2,
String reltype,
Date date,
Document data,
String reason,
String userName) |
static Task |
Task.build(MatchSchemaInterface schema,
Document aTaskNode) |
static String |
Record.buildLabel(Document record,
List<String> labelFields) |
void |
Result.setDocument(Document doc) |
boolean |
Record.setValues(Document vals) |
boolean |
RecordInterface.setValues(Document vals) |
void |
Task.setWorkflow(Document workflow) |
| Modifier and Type | Method and Description |
|---|---|
void |
Result.setXREF(List<Document> xref) |
| Constructor and Description |
|---|
Result(Document record,
String key,
String label,
String icon) |
| Modifier and Type | Method and Description |
|---|---|
Document |
Standardized.toDocument() |
Document |
StandardizedSerialized.toDocument() |
| Modifier and Type | Method and Description |
|---|---|
static Standardized |
StandardizedSerialized.fromDocument(Document from) |
| Modifier and Type | Method and Description |
|---|---|
Document |
IUser.externalAuthenticate(String token) |
Document |
IUser.getRights() |
Document |
Project.toDocument() |
Document |
IUser.toDocument() |
Document |
ProjectImpl.toDocument() |
| Modifier and Type | Method and Description |
|---|---|
void |
IUser.setRights(Document rights) |
void |
IUser.updateUser(Document user) |
| Constructor and Description |
|---|
ProjectImpl(Document document) |
| Modifier and Type | Method and Description |
|---|---|
Document |
UserExitController.callPreUpdate(UpdateObject updateObject) |
Document |
UpdateObject.getVals() |
Document |
UserExitInterface.preUpdate(UpdateObject updateObject) |
| Constructor and Description |
|---|
UpdateObject(Document vals2,
String keyField,
String key,
String tableName) |
| Modifier and Type | Method and Description |
|---|---|
Document |
RuleSetMap.toDocument(boolean custom) |
Document |
WordObject.toDocument(String purpose) |
| Modifier and Type | Method and Description |
|---|---|
List<Document> |
RuleSet.toDocuments(String purpose,
boolean custom) |
| Modifier and Type | Method and Description |
|---|---|
static RuleSet |
RuleSet.createRuleSet(Document def) |
static RuleSetMap |
RuleSetMap.toMap(Document d) |
| Modifier and Type | Method and Description |
|---|---|
static void |
RuleFactory.build(String purposeColumnName,
List<Document> list) |
static RuleSet |
RuleSet.createRuleSet(Iterator<Document> docs) |
static RuleSet |
RuleSet.updateRuleSet(RuleSet rules,
Iterator<Document> docs) |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicDBObject |
class |
Bson |
| Modifier and Type | Method and Description |
|---|---|
Document |
Document.append(String key,
Object value) |
static Document |
Document.fromFile(String filename) |
Document |
Document.getAsDocument(String member) |
static Document |
Document.parse(String json) |
static Document |
Document.toDocument(ITable table) |
| Modifier and Type | Method and Description |
|---|---|
void |
Document.applyUpdate(Document amendments) |
static Object |
Document.toObject(Document document,
Class<?> type) |
static Object |
Document.translate$(Object objectIn,
Document doc) |
static Object |
Document.translate$(Object objectIn,
Document doc,
String stage) |
static Object |
Document.translateFn$(String functname,
Object object,
Document doc) |
static Object |
Document.translateJoin$(Object objectIn,
Document doc) |
static Object |
Document.translateJoinMap$(Map objectIn,
Document doc) |
| Modifier and Type | Method and Description |
|---|---|
static String |
Document.stringify(List<Document> list) |
| Constructor and Description |
|---|
BasicDBObject(Document document) |
| Modifier and Type | Method and Description |
|---|---|
static GeoType |
GeoType.fromDoc(Document document) |
Copyright © 2021. All rights reserved.