Uses of Class
fr.gouv.vitam.common.database.builder.request.single.Select
-
Packages that use Select Package Description fr.gouv.vitam.common.database.builder.request.single Provides database builders for single query requestsfr.gouv.vitam.common.database.parser.request.single Provides database parsers for single query requestsfr.gouv.vitam.common.database.server Database server package in vitamfr.gouv.vitam.common.database.translators.mongodb Provides translators for MongoDBfr.gouv.vitam.logbook.common.server Provides Common Server classes for the Logbook modulefr.gouv.vitam.logbook.common.server.database.collections Provides Logbook collection classesfr.gouv.vitam.worker.core.plugin.lfc_traceability -
-
Uses of Select in fr.gouv.vitam.common.database.builder.request.single
Methods in fr.gouv.vitam.common.database.builder.request.single that return Select Modifier and Type Method Description SelectSelect. addOrderByAscFilter(java.lang.String... variableNames)SelectSelect. addOrderByDescFilter(java.lang.String... variableNames)SelectSelect. addOrderByFilter(com.fasterxml.jackson.databind.JsonNode filterContent)SelectSelect. addProjection(com.fasterxml.jackson.databind.JsonNode projectionContent)SelectSelect. addUnusedProjection(java.lang.String... variableNames)SelectSelect. addUsedProjection(java.lang.String... variableNames)SelectSelect. parseLimitFilter(java.lang.String filter)SelectSelect. parseOrderByFilter(java.lang.String filter)SelectSelect. parseProjection(java.lang.String projection)SelectSelect. reset()SelectSelect. resetLimitFilter()SelectSelect. resetOrderByFilter()SelectSelect. resetUsedProjection()SelectSelect. setFilter(com.fasterxml.jackson.databind.JsonNode filterContent)SelectSelect. setLimitFilter(long offset, long limit)SelectSelect. setLimitFilter(com.fasterxml.jackson.databind.JsonNode filterContent)SelectSelect. setProjection(com.fasterxml.jackson.databind.JsonNode projectionContent) -
Uses of Select in fr.gouv.vitam.common.database.parser.request.single
Methods in fr.gouv.vitam.common.database.parser.request.single that return Select Modifier and Type Method Description SelectSelectParserSingle. getRequest() -
Uses of Select in fr.gouv.vitam.common.database.server
Methods in fr.gouv.vitam.common.database.server with parameters of type Select Modifier and Type Method Description DbRequestResultDbRequestSingle. execute(Select request) -
Uses of Select in fr.gouv.vitam.common.database.translators.mongodb
Methods in fr.gouv.vitam.common.database.translators.mongodb that return Select Modifier and Type Method Description SelectSelectToMongodb. getSingleSelect() -
Uses of Select in fr.gouv.vitam.logbook.common.server
Methods in fr.gouv.vitam.logbook.common.server with parameters of type Select Modifier and Type Method Description com.mongodb.client.MongoCursor<LogbookLifeCycleObjectGroup>LogbookDbAccess. getLogbookLifeCycleObjectGroupsFull(LogbookCollections collection, Select select)Get a list of Logbook LifeCycle through Closeable MongoCursorcom.mongodb.client.MongoCursor<LogbookLifeCycleUnit>LogbookDbAccess. getLogbookLifeCycleUnitsFull(LogbookCollections collection, Select select)Get a list of Logbook LifeCycle through Closeable MongoCursor -
Uses of Select in fr.gouv.vitam.logbook.common.server.database.collections
Methods in fr.gouv.vitam.logbook.common.server.database.collections with parameters of type Select Modifier and Type Method Description VitamMongoCursor<LogbookLifeCycleObjectGroup>LogbookMongoDbAccessImpl. getLogbookLifeCycleObjectGroupsFull(LogbookCollections collection, Select select)VitamMongoCursor<LogbookLifeCycleUnit>LogbookMongoDbAccessImpl. getLogbookLifeCycleUnitsFull(LogbookCollections collection, Select select) -
Uses of Select in fr.gouv.vitam.worker.core.plugin.lfc_traceability
Methods in fr.gouv.vitam.worker.core.plugin.lfc_traceability that return Select Modifier and Type Method Description protected abstract SelectLogbookLifeCycleTraceabilityHelper. generateSelectLogbookOperation(java.time.LocalDateTime date)protected SelectLogbookObjectGroupLifeCycleTraceabilityHelper. generateSelectLogbookOperation(java.time.LocalDateTime date)protected SelectLogbookUnitLifeCycleTraceabilityHelper. generateSelectLogbookOperation(java.time.LocalDateTime date)
-