Enum Class LogbookTypeProcess
- All Implemented Interfaces:
Serializable
,Comparable<LogbookTypeProcess>
,Constable
Logbook Process Type
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptiontransfer du SIPAudit type processBulk update of archive units.Check type processCompute inherited rules processCompute inherited rules process deleteAudit de cohérance de données Mongo/ESMigrationDelete GOT versionsDestruction type processElimination processexport du DIPEvidence probativevalue export.External uses only.Filing scheme type process (classification plan)Holding scheme type process (tree)Ingest type processIngest cleanup type processINGEST (Blank test)Mass update of archive units.Rules Manager processPreservation type processReclassification process (attachment/detachment)Storage Rule type processStorage Backup type processStorage logbook type processStorage Rule type processtraceabiliy type processUpdate process -
Method Summary
Modifier and TypeMethodDescriptionstatic LogbookTypeProcess
getLogbookTypeProcess
(String type) Get the LogbookTypeProcess matching the given typestatic LogbookTypeProcess
Returns the enum constant of this class with the specified name.static LogbookTypeProcess[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
INGEST
Ingest type process -
INGEST_CLEANUP
Ingest cleanup type process -
AUDIT
Audit type process -
DATA_CONSISTENCY_AUDIT
Audit de cohérance de données Mongo/ES -
DESTRUCTION
Destruction type process -
PRESERVATION
Preservation type process -
CHECK
Check type process -
UPDATE
Update process -
MASTERDATA
Rules Manager process -
TRACEABILITY
traceabiliy type process -
INGEST_TEST
INGEST (Blank test) -
STORAGE_LOGBOOK
Storage logbook type process -
STORAGE_RULE
Storage Rule type process -
STORAGE_AGENCIES
Storage Rule type process -
STORAGE_BACKUP
Storage Backup type process -
HOLDINGSCHEME
Holding scheme type process (tree) -
FILINGSCHEME
Filing scheme type process (classification plan) -
EXPORT_DIP
export du DIP -
ARCHIVE_TRANSFER
transfer du SIP -
DATA_MIGRATION
Migration -
RECLASSIFICATION
Reclassification process (attachment/detachment) -
MASS_UPDATE
Mass update of archive units. -
BULK_UPDATE
Bulk update of archive units. -
ELIMINATION
Elimination process -
EXPORT_PROBATIVE_VALUE
Evidence probativevalue export. -
EXTERNAL_LOGBOOK
External uses only. -
COMPUTE_INHERITED_RULES
Compute inherited rules process -
TRANSFER_REPLY
-
COMPUTE_INHERITED_RULES_DELETE
Compute inherited rules process delete -
INTERNAL_OPERATING_OP
-
DELETE_GOT_VERSIONS
Delete GOT versions
-
-
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
-
getLogbookTypeProcess
Get the LogbookTypeProcess matching the given type- Parameters:
type
-- Returns:
- a LogbookTypeProcess
- Throws:
IllegalArgumentException
-