public enum LogbookParameterName extends Enum<LogbookParameterName>
Enum Constant and Description |
---|
agentIdentifier
Set by the Logbook client: Server identifier
|
agentIdentifierApplication
Name of the remote application
Can be null |
agentIdentifierApplicationSession
Session (X-Application-Id) from the remote application
Can be null |
agIdExt
Master Data Identifier
|
eventDateTime
Set by the Logbook client: date time of the event
|
eventDetailData
Event Detail Data on the current "process
Can be null |
eventIdentifier
Operation identifier: unique identifier created through GUIDFactory.newOperationIdGUID(tenant) at starting call
and reused in end call (ok or error).
It is the identifier of one action/step within one process (workflow). |
eventIdentifierProcess
Process identifier: unique identifier for global operation workflow.
|
eventIdentifierRequest
W-Request-Id from top request
|
eventType
Event type: should use one global Enum ActionType
Could be for instance: "Unzip", "CheckSeda", ... |
eventTypeProcess
Event ProcessType: should use one global Enum ProcessType
Could be for instance: "Ingest", "Audit", ... |
lifeCycleIdentifier
Lifecycle Identifier of the "process".
|
masterData
Master Data Identifier
|
objectIdentifier
Object Identifier of the "process".
|
objectIdentifierIncome
External Object Identifier on the current "process
For instance: from Ingest, in the manifest.xml, this field is "MessageIdentifier" Can be null |
objectIdentifierRequest
Object Identifier of the "process" using a request
One of objectIdentifierRequest and objectIdentifier can be null but not both |
outcome
Status between: "STARTED", "OK", "WARNING", "ERROR", "FATAL"
One must use the StatusCode enum. |
outcomeDetail
Vitam Code error as 404_nnnnnn where nnnnnn is the internal code error
Can be null |
outcomeDetailMessage
Message output, whatever the "outcome" status
|
parentEventIdentifier
Parent event identifier: created for every child event to link it to the parent event/opration/task
It is the identifier of the parent event if exists |
rightsStatementIdentifier
Master Data Identifier
|
Modifier and Type | Method and Description |
---|---|
static LogbookParameterName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogbookParameterName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LogbookParameterName eventIdentifier
public static final LogbookParameterName parentEventIdentifier
public static final LogbookParameterName eventType
public static final LogbookParameterName eventDateTime
public static final LogbookParameterName eventIdentifierProcess
public static final LogbookParameterName eventTypeProcess
public static final LogbookParameterName outcome
public static final LogbookParameterName outcomeDetail
public static final LogbookParameterName outcomeDetailMessage
public static final LogbookParameterName agentIdentifier
public static final LogbookParameterName agentIdentifierApplication
public static final LogbookParameterName agentIdentifierApplicationSession
public static final LogbookParameterName eventIdentifierRequest
public static final LogbookParameterName objectIdentifier
public static final LogbookParameterName lifeCycleIdentifier
public static final LogbookParameterName objectIdentifierRequest
public static final LogbookParameterName objectIdentifierIncome
public static final LogbookParameterName masterData
public static final LogbookParameterName rightsStatementIdentifier
public static final LogbookParameterName agIdExt
public static final LogbookParameterName eventDetailData
public static LogbookParameterName[] values()
for (LogbookParameterName c : LogbookParameterName.values()) System.out.println(c);
public static LogbookParameterName valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2018 Vitam. All rights reserved.