Enum Class LogbookLifeCycleMongoDbName
java.lang.Object
java.lang.Enum<LogbookLifeCycleMongoDbName>
fr.gouv.vitam.logbook.common.server.database.collections.LogbookLifeCycleMongoDbName
- All Implemented Interfaces:
Serializable
,Comparable<LogbookLifeCycleMongoDbName>
,Constable
Enum with all possible logbook life cycle parameters
Use to set parameter value and to check emptiness or nullity
Use to set parameter value and to check emptiness or nullity
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionagentIdentifiereventDateTimeeventDetailDataeventIdentifiereventIdentifierProcesseventTypeeventTypeProcessobjectIdentifieroutcomeoutcomeDetailoutcomeDetailMessageparentEventIdentifier -
Method Summary
Modifier and TypeMethodDescriptionfinal String
static final LogbookLifeCycleMongoDbName
getFromDbname
(String name) static final LogbookLifeCycleMongoDbName
final LogbookParameterName
static LogbookLifeCycleMongoDbName
Returns the enum constant of this class with the specified name.static LogbookLifeCycleMongoDbName[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
eventIdentifier
eventIdentifier -
parentEventIdentifier
parentEventIdentifier -
eventType
eventType -
eventDateTime
eventDateTime -
eventIdentifierProcess
eventIdentifierProcess -
eventTypeProcess
eventTypeProcess -
outcome
outcome -
outcomeDetail
outcomeDetail -
outcomeDetailMessage
outcomeDetailMessage -
agentIdentifier
agentIdentifier -
objectIdentifier
objectIdentifier -
eventDetailData
eventDetailData
-
-
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
-
getDbname
- Returns:
- the corresponding dbname
-
getLogbookParameterName
- Returns:
- the corresponding
LogbookParameterName
-
getLogbookLifeCycleMongoDbName
public static final LogbookLifeCycleMongoDbName getLogbookLifeCycleMongoDbName(LogbookParameterName name) - Parameters:
name
- asLogbookParameterName
- Returns:
- the corresponding
LogbookLifeCycleMongoDbName
-
getFromDbname
- Parameters:
name
- as db field name- Returns:
- the corresponding
LogbookLifeCycleMongoDbName
-