public class StartCMISSessionEventProcessor extends AbstractCMISEventProcessor
dataReportService, logService| Constructor and Description |
|---|
StartCMISSessionEventProcessor(org.alfresco.bm.log.TestRunLogService logService,
org.alfresco.bm.session.SessionService sessionService,
org.alfresco.bm.report.DataReportService dataReportService,
String userName,
String userPassword,
String bindingUrl,
String bindingType,
String repositoryId,
org.apache.chemistry.opencmis.client.api.OperationContext cmisContext,
Boolean queryAllDocuments,
String nextEventName)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
static com.mongodb.DBObject |
convertOperationContext(org.apache.chemistry.opencmis.client.api.OperationContext ctx)
Convert an operation context into a DBObject for neat, searchable persistence
|
protected org.alfresco.bm.event.EventResult |
processCMISEvent(org.alfresco.bm.event.Event event)
Process CMIS event - to be overridden in classes
|
processEventgetName, getWarnDelay, isAutoCloseSessionId, isAutoPropagateSessionId, isChart, processEvent, register, resumeTimer, setAutoCloseSessionId, setAutoPropagateSessionId, setBeanName, setChart, setEventName, setEventNames, setRegistry, setWarnDelay, stopTimer, suspendTimer, toStringpublic StartCMISSessionEventProcessor(org.alfresco.bm.log.TestRunLogService logService,
org.alfresco.bm.session.SessionService sessionService,
org.alfresco.bm.report.DataReportService dataReportService,
String userName,
String userPassword,
String bindingUrl,
String bindingType,
String repositoryId,
org.apache.chemistry.opencmis.client.api.OperationContext cmisContext,
Boolean queryAllDocuments,
String nextEventName)
logService - (TestRunLogService, required)sessionService - (SessionService) benchmark session servicedataReportService - (DataReportService, required) extra data serviceuserName - (String, required) User name of an Alfresco search operatoruserPassword - (String, required) Password for Alfresco userbindingUrl - (String, required) CMIS binding URLbindingType - (String, required) CMIS binding type (atompub or browser)repositoryId - (String, optional) ID of repository or empty to pick firstcmisContext - (OperationContext, required) CMIS operation contextqueryAllDocuments - (Boolean) True: first query starts from 1/1/1970; False: query starts with "now" (new Date())nextEventName - (String, required) name of the next eventprotected org.alfresco.bm.event.EventResult processCMISEvent(org.alfresco.bm.event.Event event)
throws Exception
AbstractCMISEventProcessorprocessCMISEvent in class AbstractCMISEventProcessorExceptionpublic static com.mongodb.DBObject convertOperationContext(org.apache.chemistry.opencmis.client.api.OperationContext ctx)
Copyright © 2015. All rights reserved.