Uses of Class
fr.gouv.vitam.logbook.common.server.database.collections.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
Modifier and TypeMethodDescriptionLogbookDbAccess.getOneLogbookLifeCycle
(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, LogbookCollections collection) Get a list of Logbook LifeCycles through Closeable MongoCursorModifier 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
Modifier and TypeClassDescriptionclass
Logbook LifeCycle ObjectGroup itemclass
Logbook LifeCycle ObjectGroup In Process itemclass
Logbook LifeCycle Unit itemclass
Logbook LifeCycle Unit In Process itemModifier and TypeMethodDescriptionLogbookMongoDbAccessImpl.getOneLogbookLifeCycle
(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, LogbookCollections collection) Modifier 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
Modifier and TypeMethodDescriptionLogbookLifeCycles.selectLifeCycleById
(String lifecycleId, com.fasterxml.jackson.databind.JsonNode queryDsl, boolean sliced, LogbookCollections collection) Selects life cycle entryModifier 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
Modifier and TypeMethodDescriptionLogbookLifeCyclesImpl.selectLifeCycleById
(String lifecycleId, com.fasterxml.jackson.databind.JsonNode queryDsl, boolean sliced, LogbookCollections collection) Modifier and TypeMethodDescriptionList<LogbookLifeCycle<?>>
LogbookLifeCyclesImpl.selectLifeCycles
(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, LogbookCollections collection)