Enum Contexts
- java.lang.Object
-
- java.lang.Enum<Contexts>
-
- fr.gouv.vitam.logbook.common.parameters.Contexts
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getEventType()
Get eventType valueLogbookTypeProcess
getLogbookTypeProcess()
Get logbook type process (evTypeProc)static Contexts
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Contexts[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
BLANK_TEST
public static final Contexts BLANK_TEST
-
HOLDING_SCHEME
public static final Contexts HOLDING_SCHEME
-
FILING_SCHEME
public static final Contexts FILING_SCHEME
-
DEFAULT_WORKFLOW
public static final Contexts DEFAULT_WORKFLOW
-
UPDATE_RULES_ARCHIVE_UNITS
public static final Contexts UPDATE_RULES_ARCHIVE_UNITS
-
MASS_UPDATE_UNIT_DESC
public static final Contexts MASS_UPDATE_UNIT_DESC
-
MASS_UPDATE_UNIT_RULE
public static final Contexts MASS_UPDATE_UNIT_RULE
-
BULK_ATOMIC_UPDATE_UNIT_DESC
public static final Contexts BULK_ATOMIC_UPDATE_UNIT_DESC
-
REVERT_ESSENTIAL_METADATA
public static final Contexts REVERT_ESSENTIAL_METADATA
-
LINKED_CHECK
public static final Contexts LINKED_CHECK
-
AUDIT_WORKFLOW
public static final Contexts AUDIT_WORKFLOW
-
LOGBOOK_TRACEABILITY
public static final Contexts LOGBOOK_TRACEABILITY
-
LOGBOOK_STORAGE_TRACEABILITY
public static final Contexts LOGBOOK_STORAGE_TRACEABILITY
-
UNIT_LFC_TRACEABILITY
public static final Contexts UNIT_LFC_TRACEABILITY
-
OBJECTGROUP_LFC_TRACEABILITY
public static final Contexts OBJECTGROUP_LFC_TRACEABILITY
-
EXPORT_DIP
public static final Contexts EXPORT_DIP
-
ARCHIVE_TRANSFER
public static final Contexts ARCHIVE_TRANSFER
-
EVIDENCE_AUDIT
public static final Contexts EVIDENCE_AUDIT
-
RECTIFICATION_AUDIT
public static final Contexts RECTIFICATION_AUDIT
-
DATA_MIGRATION
public static final Contexts DATA_MIGRATION
-
RECLASSIFICATION
public static final Contexts RECLASSIFICATION
-
ELIMINATION_ANALYSIS
public static final Contexts ELIMINATION_ANALYSIS
-
ELIMINATION_ACTION
public static final Contexts ELIMINATION_ACTION
-
EXPORT_PROBATIVE_VALUE
public static final Contexts EXPORT_PROBATIVE_VALUE
-
TRANSFER_REPLY
public static final Contexts TRANSFER_REPLY
-
PRESERVATION
public static final Contexts PRESERVATION
-
COMPUTE_INHERITED_RULES
public static final Contexts COMPUTE_INHERITED_RULES
-
COMPUTE_INHERITED_RULES_DELETE
public static final Contexts COMPUTE_INHERITED_RULES_DELETE
-
IMPORT_ONTOLOGY
public static final Contexts IMPORT_ONTOLOGY
-
REFERENTIAL_FORMAT_IMPORT
public static final Contexts REFERENTIAL_FORMAT_IMPORT
-
REFRENTIAL_FORMAT_DELETE
public static final Contexts REFRENTIAL_FORMAT_DELETE
-
INGEST_CLEANUP
public static final Contexts INGEST_CLEANUP
-
DELETE_GOT_VERSIONS
public static final Contexts DELETE_GOT_VERSIONS
-
-
Method Detail
-
values
public static Contexts[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (Contexts c : Contexts.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Contexts valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
getLogbookTypeProcess
public LogbookTypeProcess getLogbookTypeProcess()
Get logbook type process (evTypeProc)- Returns:
- the logbook type process
-
getEventType
public java.lang.String getEventType()
Get eventType value- Returns:
- the event type
-
-