| Package | Description |
|---|---|
| org.alfresco.bm.common.mongo | |
| org.alfresco.bm.common.util.exception |
| Modifier and Type | Method and Description |
|---|---|
com.mongodb.DBObject |
MongoTestDAO.exportTest(String testName)
Exports the test with properties as JSON
|
com.mongodb.DBObject |
MongoTestDAO.exportTestRun(String testName,
String runName)
Exports a test run with encrypted password properties by test and run
name.
|
Set<String> |
MongoTestDAO.getMaskedProperyNames(String testName)
Fetch masked property names (passwords) by test name.
|
Set<String> |
MongoTestDAO.getMaskedProperyNames(String release,
Integer schema)
Fetch masked property names (passwords) by release and version name.
|
Map<String,com.mongodb.DBObject> |
MongoTestDAO.getTestPropertiesMap(org.bson.types.ObjectId testObjId,
String testName)
Returns the map with "final" test run properties of the test run.
|
com.mongodb.DBObject |
MongoTestDAO.getTestRun(org.bson.types.ObjectId runObjId,
boolean includeProperties)
Retrieve the data for given test run
|
com.mongodb.DBObject |
MongoTestDAO.getTestRun(String test,
String run,
boolean includeProperties)
Retrieve the data for given test run
|
Map<String,com.mongodb.DBObject> |
MongoTestDAO.getTestRunPropertiesMap(org.bson.types.ObjectId testObjId,
org.bson.types.ObjectId runObjId,
String testName,
String testRunName)
Returns the map with "final" test run properties of the test run.
|
void |
MongoTestDAO.lockProperties(org.bson.types.ObjectId testObjId,
org.bson.types.ObjectId runObjId)
Record a final set of locked properties for a test run.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ObjectNotFoundException.checkObject(Object obj,
String objName)
Checks and throws if object is null.
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.