Enum Class LogbookMongoDbName
java.lang.Object
java.lang.Enum<LogbookMongoDbName>
fr.gouv.vitam.logbook.common.server.database.collections.LogbookMongoDbName
- All Implemented Interfaces:
Serializable
,Comparable<LogbookMongoDbName>
,Constable
Enum with all possible logbook 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 ConstantDescriptionagentIdentifieragentIdentifierApplicationagentIdentifierApplicationSessionagentIdentifierApplicationagencies detailseventDateTimeeventDetailDataeventIdentifiereventIdentifierProcesseventIdentifierRequesteventTypeeventTypeProcessobjectIdentifierobjectIdentifierIncomeobjectIdentifierRequestoutcomeoutcomeDetailoutcomeDetailMessageparentEventIdentifierrightsStatementIdentifier -
Method Summary
Modifier and TypeMethodDescriptionfinal String
static final LogbookMongoDbName
getFromDbname
(String name) static final LogbookMongoDbName
final LogbookParameterName
static LogbookMongoDbName
Returns the enum constant of this class with the specified name.static LogbookMongoDbName[]
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 -
eventDetailData
eventDetailData -
eventIdentifierProcess
eventIdentifierProcess -
eventTypeProcess
eventTypeProcess -
outcome
outcome -
outcomeDetail
outcomeDetail -
outcomeDetailMessage
outcomeDetailMessage -
agentIdentifier
agentIdentifier -
agentIdentifierApplication
agentIdentifierApplication -
agentIdentifierPersonae
agentIdentifierApplication -
agentIdentifierApplicationSession
agentIdentifierApplicationSession -
eventIdentifierRequest
eventIdentifierRequest -
agIdExt
agencies details -
rightsStatementIdentifier
rightsStatementIdentifier -
objectIdentifier
objectIdentifier -
objectIdentifierRequest
objectIdentifierRequest -
objectIdentifierIncome
objectIdentifierIncome
-
-
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
-
getLogbookMongoDbName
- Parameters:
name
- asLogbookParameterName
- Returns:
- the corresponding
LogbookMongoDbName
-
getFromDbname
- Parameters:
name
- as db field name- Returns:
- the corresponding
LogbookMongoDbName
-