- checkMandatoryObject(Object, String) - Static method in class org.alfresco.bm.util.ArgumentCheck
-
Checks that the parameter with the given name has content i.e. it's not null
- checkMandatoryString(String, String) - Static method in class org.alfresco.bm.util.ArgumentCheck
-
Checks that the string parameter with the given name is not null or empty
- checkNumberPositive(long, String) - Static method in class org.alfresco.bm.util.ArgumentCheck
-
Checks that the number is positive.
- convertMillis(long, String) - Static method in class org.alfresco.bm.util.DateTimeHelper
-
conversion to [ms]
- convertOperationContext(OperationContext) - Static method in class org.alfresco.bm.trace.eventprocessor.StartCMISSessionEventProcessor
-
Convert an operation context into a DBObject for neat, searchable persistence
- CountDocumentsEventProcessor - Class in org.alfresco.bm.trace.eventprocessor
-
Counts the number of documents created since the last query.
- CountDocumentsEventProcessor(TestRunLogService, DataReportService, Boolean, int, String, String) - Constructor for class org.alfresco.bm.trace.eventprocessor.CountDocumentsEventProcessor
-
Constructor