Uses of Class
fr.gouv.vitam.logbook.common.server.database.collections.LogbookLifeCycle
-
Packages that use LogbookLifeCycle Package Description fr.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.logbook.lifecycles.api Provides API classes for the Logbook Lifecycles modulefr.gouv.vitam.logbook.lifecycles.core Provides core implementation for the Logbook Lifecycles module. -
-
Uses of LogbookLifeCycle in fr.gouv.vitam.logbook.common.server
Methods in fr.gouv.vitam.logbook.common.server that return LogbookLifeCycle Modifier and Type Method Description LogbookLifeCycle<?>LogbookDbAccess. getOneLogbookLifeCycle(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, LogbookCollections collection)Get a list of Logbook LifeCycles through Closeable MongoCursorMethods in fr.gouv.vitam.logbook.common.server that return types with arguments of type LogbookLifeCycle Modifier and Type Method Description com.mongodb.client.MongoCursor<LogbookLifeCycle<?>>LogbookDbAccess. getLogbookLifeCycles(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, LogbookCollections collection)Get a list of Logbook LifeCycles through Closeable MongoCursor -
Uses of LogbookLifeCycle in fr.gouv.vitam.logbook.common.server.database.collections
Subclasses of LogbookLifeCycle in fr.gouv.vitam.logbook.common.server.database.collections Modifier and Type Class Description classLogbookLifeCycleObjectGroupLogbook LifeCycle ObjectGroup itemclassLogbookLifeCycleObjectGroupInProcessLogbook LifeCycle ObjectGroup In Process itemclassLogbookLifeCycleUnitLogbook LifeCycle Unit itemclassLogbookLifeCycleUnitInProcessLogbook LifeCycle Unit In Process itemMethods in fr.gouv.vitam.logbook.common.server.database.collections that return LogbookLifeCycle Modifier and Type Method Description LogbookLifeCycle<?>LogbookMongoDbAccessImpl. getOneLogbookLifeCycle(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, LogbookCollections collection)Methods in fr.gouv.vitam.logbook.common.server.database.collections that return types with arguments of type LogbookLifeCycle Modifier and Type Method Description com.mongodb.client.MongoCursor<LogbookLifeCycle<?>>LogbookMongoDbAccessImpl. getLogbookLifeCycles(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, LogbookCollections collection)VitamDocument<LogbookLifeCycle<T>>LogbookLifeCycle. newInstance(com.fasterxml.jackson.databind.JsonNode content)VitamDocument<LogbookLifeCycle<LogbookLifeCycleObjectGroupParameters>>LogbookLifeCycleObjectGroup. newInstance(com.fasterxml.jackson.databind.JsonNode content)VitamDocument<LogbookLifeCycle<LogbookLifeCycleObjectGroupParameters>>LogbookLifeCycleObjectGroupInProcess. newInstance(com.fasterxml.jackson.databind.JsonNode content)VitamDocument<LogbookLifeCycle<LogbookLifeCycleUnitParameters>>LogbookLifeCycleUnit. newInstance(com.fasterxml.jackson.databind.JsonNode content)VitamDocument<LogbookLifeCycle<LogbookLifeCycleUnitParameters>>LogbookLifeCycleUnitInProcess. newInstance(com.fasterxml.jackson.databind.JsonNode content) -
Uses of LogbookLifeCycle in fr.gouv.vitam.logbook.lifecycles.api
Methods in fr.gouv.vitam.logbook.lifecycles.api that return LogbookLifeCycle Modifier and Type Method Description LogbookLifeCycle<?>LogbookLifeCycles. selectLifeCycleById(java.lang.String lifecycleId, com.fasterxml.jackson.databind.JsonNode queryDsl, boolean sliced, LogbookCollections collection)Selects life cycle entryMethods in fr.gouv.vitam.logbook.lifecycles.api that return types with arguments of type LogbookLifeCycle Modifier and Type Method Description java.util.List<LogbookLifeCycle<?>>LogbookLifeCycles. selectLifeCycles(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, LogbookCollections collection)Selects life cycle entries -
Uses of LogbookLifeCycle in fr.gouv.vitam.logbook.lifecycles.core
Methods in fr.gouv.vitam.logbook.lifecycles.core that return LogbookLifeCycle Modifier and Type Method Description LogbookLifeCycle<?>LogbookLifeCyclesImpl. selectLifeCycleById(java.lang.String lifecycleId, com.fasterxml.jackson.databind.JsonNode queryDsl, boolean sliced, LogbookCollections collection)Methods in fr.gouv.vitam.logbook.lifecycles.core that return types with arguments of type LogbookLifeCycle Modifier and Type Method Description java.util.List<LogbookLifeCycle<?>>LogbookLifeCyclesImpl. selectLifeCycles(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, LogbookCollections collection)
-