Uses of Class
fr.gouv.vitam.logbook.common.server.database.collections.LogbookLifeCycle
Packages that use LogbookLifeCycle
Package
Description
Provides Common Server classes for the Logbook module
Provides Logbook collection classes
Provides API classes for the Logbook Lifecycles module
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 LogbookLifeCycleModifier and TypeMethodDescriptionLogbookDbAccess.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 LogbookLifeCycleModifier and TypeMethodDescriptioncom.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.collectionsModifier and TypeClassDescriptionclass
Logbook LifeCycle ObjectGroup itemclass
Logbook LifeCycle ObjectGroup In Process itemclass
Logbook LifeCycle Unit itemclass
Logbook LifeCycle Unit In Process itemMethods in fr.gouv.vitam.logbook.common.server.database.collections that return LogbookLifeCycleModifier and TypeMethodDescriptionLogbookMongoDbAccessImpl.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 LogbookLifeCycleModifier and TypeMethodDescriptioncom.mongodb.client.MongoCursor<LogbookLifeCycle<?>>
LogbookMongoDbAccessImpl.getLogbookLifeCycles
(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, LogbookCollections collection) LogbookLifeCycle.newInstance
(com.fasterxml.jackson.databind.JsonNode content) LogbookLifeCycleObjectGroup.newInstance
(com.fasterxml.jackson.databind.JsonNode content) LogbookLifeCycleObjectGroupInProcess.newInstance
(com.fasterxml.jackson.databind.JsonNode content) LogbookLifeCycleUnit.newInstance
(com.fasterxml.jackson.databind.JsonNode content) 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 LogbookLifeCycleModifier and TypeMethodDescriptionLogbookLifeCycles.selectLifeCycleById
(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 LogbookLifeCycleModifier and TypeMethodDescriptionList<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 LogbookLifeCycleModifier and TypeMethodDescriptionLogbookLifeCyclesImpl.selectLifeCycleById
(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 LogbookLifeCycleModifier and TypeMethodDescriptionList<LogbookLifeCycle<?>>
LogbookLifeCyclesImpl.selectLifeCycles
(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, LogbookCollections collection)