Enum Class LogbookCollections
java.lang.Object
java.lang.Enum<LogbookCollections>
fr.gouv.vitam.logbook.common.server.database.collections.LogbookCollections
- All Implemented Interfaces:
Serializable
,Comparable<LogbookCollections>
,Constable
All collections
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionLifeCycle object group CollectionLifeCycle object group in processLifeCycle unit CollectionLifeCycle unit in processOperation Collection -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected Class<? extends VitamDocument<?>>
getClasz()
<T extends org.bson.Document>
com.mongodb.client.MongoCollection<T>getName()
<T extends VitamDocument<?>>
VitamCollection<T>protected void
initialize
(com.mongodb.client.MongoDatabase db, boolean recreate) Initialize the collectionprotected void
initialize
(LogbookElasticsearchAccess esClient) Initialize the collectionstatic LogbookCollections
Returns the enum constant of this class with the specified name.static LogbookCollections[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
OPERATION
Operation Collection -
LIFECYCLE_UNIT
LifeCycle unit Collection -
LIFECYCLE_OBJECTGROUP
LifeCycle object group Collection -
LIFECYCLE_UNIT_IN_PROCESS
LifeCycle unit in process -
LIFECYCLE_OBJECTGROUP_IN_PROCESS
LifeCycle object group in process
-
-
Field Details
-
MULTI_TENANT_EV_TYPES
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getClasses
-
initialize
protected void initialize(com.mongodb.client.MongoDatabase db, boolean recreate) Initialize the collection- Parameters:
db
- the mongo databaserecreate
- if needs to be recreated
-
initialize
Initialize the collection- Parameters:
esClient
- the ElasticsearchAccess
-
getName
- Returns:
- the name of the collection
-
getCollection
public <T extends org.bson.Document> com.mongodb.client.MongoCollection<T> getCollection()- Returns:
- the associated MongoCollection
-
getVitamCollection
- Returns:
- the associated VitamCollection
-
getClasz
- Returns:
- the associated class
-
getEsClient
- Returns:
- the associated ES Client
-
getVitamDescriptionResolver
-
getElasticsearchCollection
-