Uses of Enum Class
fr.gouv.vitam.common.model.UnitType
Package
Description
This package contains simple POJOs and DTOs that may be shared commonly by all vitam internal components
Provides common Exception classes for the Processing module.
-
Uses of UnitType in fr.gouv.vitam.common.model
-
Uses of UnitType in fr.gouv.vitam.common.model.unit
Modifier and TypeMethodDescriptionArchiveUnitInternalModel.getUnitType()
ArchiveUnitModel.getUnitType()
Modifier and TypeMethodDescriptionArchiveUnitInternalModel.setUnitType
(UnitType unitType) ArchiveUnitModel.setUnitType
(UnitType unitType) -
Uses of UnitType in fr.gouv.vitam.processing.common.exception
Modifier and TypeMethodDescriptionProcessingUnitLinkingException.getIngestType()
ProcessingUnitLinkingException.getUnitType()
ModifierConstructorDescriptionProcessingUnitLinkingException
(String message, String manifestId, UnitType unitType, UnitType ingestType) -
Uses of UnitType in fr.gouv.vitam.worker.core.extractseda
Modifier and TypeMethodDescriptionvoid
IngestContext.setWorkflowUnitType
(UnitType workflowUnitType) -
Uses of UnitType in fr.gouv.vitam.worker.core.plugin.elimination
Modifier and TypeMethodDescriptionEliminationAnalysisService.analyzeElimination
(String unitId, UnitType unitType, String operationId, List<InheritedRuleResponseModel> appraisalRules, List<InheritedPropertyResponseModel> appraisalProperties, List<InheritedRuleResponseModel> holdRules, LocalDate expirationDate, String sp) -
Uses of UnitType in fr.gouv.vitam.worker.core.plugin.reclassification.model
Modifier and TypeMethodDescriptionIllegalUnitTypeAttachment.getChildUnidType()
IllegalUnitTypeAttachment.getParentUnidType()
UnitGraphInfo.getUnitType()
Modifier and TypeMethodDescriptionvoid
IllegalUnitTypeAttachment.setChildUnidType
(UnitType childUnidType) void
IllegalUnitTypeAttachment.setParentUnidType
(UnitType parentUnidType) void
UnitGraphInfo.setUnitType
(UnitType unitType) ModifierConstructorDescriptionIllegalUnitTypeAttachment
(String childUnidId, UnitType childUnidType, String parentUnidId, UnitType parentUnidType)