public class LaunchesDurationDocumentHandler
extends java.lang.Object
implements org.springframework.data.mongodb.core.DocumentCallbackHandler
DocumentCallbackHandler which
should be used for loading content for Launches duration chart widget| Constructor and Description |
|---|
LaunchesDurationDocumentHandler() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<com.epam.ta.reportportal.ws.model.widget.ChartObject> |
getResult() |
void |
processDocument(com.mongodb.DBObject dbObject) |
public void processDocument(com.mongodb.DBObject dbObject)
throws com.mongodb.MongoException,
org.springframework.dao.DataAccessException
processDocument in interface org.springframework.data.mongodb.core.DocumentCallbackHandlercom.mongodb.MongoExceptionorg.springframework.dao.DataAccessExceptionpublic java.util.List<com.epam.ta.reportportal.ws.model.widget.ChartObject> getResult()