Uses of Enum Class
fr.gouv.vitam.common.model.UnitType
Packages that use 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
Methods in fr.gouv.vitam.common.model that return UnitType -
Uses of UnitType in fr.gouv.vitam.common.model.unit
Methods in fr.gouv.vitam.common.model.unit that return UnitTypeModifier and TypeMethodDescriptionArchiveUnitInternalModel.getUnitType()
ArchiveUnitModel.getUnitType()
Methods in fr.gouv.vitam.common.model.unit with parameters of type UnitTypeModifier and TypeMethodDescriptionArchiveUnitInternalModel.setUnitType
(UnitType unitType) ArchiveUnitModel.setUnitType
(UnitType unitType) -
Uses of UnitType in fr.gouv.vitam.processing.common.exception
Methods in fr.gouv.vitam.processing.common.exception that return UnitTypeModifier and TypeMethodDescriptionProcessingUnitLinkingException.getIngestType()
ProcessingUnitLinkingException.getUnitType()
Constructors in fr.gouv.vitam.processing.common.exception with parameters of type UnitTypeModifierConstructorDescriptionProcessingUnitLinkingException
(String message, String manifestId, UnitType unitType, UnitType ingestType) -
Uses of UnitType in fr.gouv.vitam.worker.core.extractseda
Methods in fr.gouv.vitam.worker.core.extractseda that return UnitTypeMethods in fr.gouv.vitam.worker.core.extractseda with parameters of type UnitTypeModifier and TypeMethodDescriptionvoid
IngestContext.setWorkflowUnitType
(UnitType workflowUnitType) -
Uses of UnitType in fr.gouv.vitam.worker.core.plugin.elimination
Methods in fr.gouv.vitam.worker.core.plugin.elimination with parameters of type UnitTypeModifier 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
Methods in fr.gouv.vitam.worker.core.plugin.reclassification.model that return UnitTypeModifier and TypeMethodDescriptionIllegalUnitTypeAttachment.getChildUnidType()
IllegalUnitTypeAttachment.getParentUnidType()
UnitGraphInfo.getUnitType()
Methods in fr.gouv.vitam.worker.core.plugin.reclassification.model with parameters of type UnitTypeModifier and TypeMethodDescriptionvoid
IllegalUnitTypeAttachment.setChildUnidType
(UnitType childUnidType) void
IllegalUnitTypeAttachment.setParentUnidType
(UnitType parentUnidType) void
UnitGraphInfo.setUnitType
(UnitType unitType) Constructors in fr.gouv.vitam.worker.core.plugin.reclassification.model with parameters of type UnitTypeModifierConstructorDescriptionIllegalUnitTypeAttachment
(String childUnidId, UnitType childUnidType, String parentUnidId, UnitType parentUnidType)