Uses of Class
fr.gouv.vitam.common.model.UnitType
-
Packages that use UnitType Package Description fr.gouv.vitam.common.model This package contains simple POJOs and DTOs that may be shared commonly by all vitam internal componentsfr.gouv.vitam.common.model.unit fr.gouv.vitam.processing.common.exception Provides common Exception classes for the Processing module.fr.gouv.vitam.worker.core.extractseda fr.gouv.vitam.worker.core.plugin.elimination fr.gouv.vitam.worker.core.plugin.reclassification.model -
-
Uses of UnitType in fr.gouv.vitam.common.model
Methods in fr.gouv.vitam.common.model that return UnitType Modifier and Type Method Description static UnitTypeUnitType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UnitType[]UnitType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of UnitType in fr.gouv.vitam.common.model.unit
Methods in fr.gouv.vitam.common.model.unit that return UnitType Modifier and Type Method Description UnitTypeArchiveUnitInternalModel. getUnitType()UnitTypeArchiveUnitModel. getUnitType()Methods in fr.gouv.vitam.common.model.unit with parameters of type UnitType Modifier and Type Method Description ArchiveUnitInternalModelArchiveUnitInternalModel. setUnitType(UnitType unitType)ArchiveUnitModelArchiveUnitModel. setUnitType(UnitType unitType) -
Uses of UnitType in fr.gouv.vitam.processing.common.exception
Methods in fr.gouv.vitam.processing.common.exception that return UnitType Modifier and Type Method Description UnitTypeProcessingUnitLinkingException. getIngestType()UnitTypeProcessingUnitLinkingException. getUnitType()Constructors in fr.gouv.vitam.processing.common.exception with parameters of type UnitType Constructor Description ProcessingUnitLinkingException(java.lang.String message, java.lang.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 UnitType Modifier and Type Method Description UnitTypeIngestContext. getWorkflowUnitType()Methods in fr.gouv.vitam.worker.core.extractseda with parameters of type UnitType Modifier and Type Method Description voidIngestContext. 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 UnitType Modifier and Type Method Description EliminationAnalysisResultEliminationAnalysisService. analyzeElimination(java.lang.String unitId, UnitType unitType, java.lang.String operationId, java.util.List<InheritedRuleResponseModel> appraisalRules, java.util.List<InheritedPropertyResponseModel> appraisalProperties, java.util.List<InheritedRuleResponseModel> holdRules, java.time.LocalDate expirationDate, java.lang.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 UnitType Modifier and Type Method Description UnitTypeIllegalUnitTypeAttachment. getChildUnidType()UnitTypeIllegalUnitTypeAttachment. getParentUnidType()UnitTypeUnitGraphInfo. getUnitType()Methods in fr.gouv.vitam.worker.core.plugin.reclassification.model with parameters of type UnitType Modifier and Type Method Description voidIllegalUnitTypeAttachment. setChildUnidType(UnitType childUnidType)voidIllegalUnitTypeAttachment. setParentUnidType(UnitType parentUnidType)voidUnitGraphInfo. setUnitType(UnitType unitType)Constructors in fr.gouv.vitam.worker.core.plugin.reclassification.model with parameters of type UnitType Constructor Description IllegalUnitTypeAttachment(java.lang.String childUnidId, UnitType childUnidType, java.lang.String parentUnidId, UnitType parentUnidType)
-