Example usage for org.springframework.data.mongodb.core DocumentCallbackHandler interface-usage

List of usage examples for org.springframework.data.mongodb.core DocumentCallbackHandler interface-usage

Introduction

In this page you can find the example usage for org.springframework.data.mongodb.core DocumentCallbackHandler interface-usage.

Usage

From source file com.epam.ta.reportportal.database.OverallStatisticsDocumentHandler.java

/**
 * Implementation of
 * {@link org.springframework.data.mongodb.core.DocumentCallbackHandler} which
 * should be used for loading content for overall statistics panel
 * 
 * @author Dzmitry_Kavalets

From source file com.epam.ta.reportportal.database.LaunchesDurationDocumentHandler.java

/**
 * Implementation of
 * {@link org.springframework.data.mongodb.core.DocumentCallbackHandler} which
 * should be used for loading content for Launches duration chart widget
 *
 * @author Dzmitry_Kavalets

From source file com.epam.ta.reportportal.database.StatisticsDocumentHandler.java

/**
 * Implementation of {@link DocumentCallbackHandler} which should be used during
 * <br>
 * loading chart content for widgets. This callback allow transform selected
 * Launch's<br>
 * or TestItem's {@link DBObject}s to arrays. Specified fields should be added

From source file com.epam.ta.reportportal.database.LaunchesTableDocumentHandler.java

/**
 * Implementation of
 * {@link org.springframework.data.mongodb.core.DocumentCallbackHandler} which
 * should be used for loading content for Filter results widget
 * 
 * @author Dzmitry_Kavalets

From source file com.epam.ta.reportportal.database.UniqueBugDocumentHandler.java

/**
 * Implementation of
 * {@link org.springframework.data.mongodb.core.DocumentCallbackHandler} which
 * should be used for loading content for unique bug table widget
 *
 * @author Dzmitry_Kavalets

From source file com.epam.ta.reportportal.database.ActivityDocumentHandler.java

/**
 * @author Dzmitry_Kavalets
 */
public class ActivityDocumentHandler implements DocumentCallbackHandler {

    private static final String ID = "_id";