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.processing.common.exception Provides common Exception classes for the Processing module.fr.gouv.vitam.worker.core.extractseda fr.gouv.vitam.worker.core.handler Provides Handler classes for the Worker Core modulefr.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.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
Constructors in fr.gouv.vitam.worker.core.extractseda with parameters of type UnitType Constructor Description ArchiveUnitListener(HandlerIO handlerIO, com.fasterxml.jackson.databind.node.ObjectNode archiveUnitTree, java.util.Map<java.lang.String,java.lang.String> unitIdToGuid, java.util.Map<java.lang.String,java.lang.String> guidToUnitId, java.util.Map<java.lang.String,java.lang.String> unitIdToGroupId, java.util.Map<java.lang.String,java.util.List<java.lang.String>> objectGroupIdToUnitId, java.util.Map<java.lang.String,java.lang.String> dataObjectIdToObjectGroupId, java.util.Map<java.lang.String,GotObj> dataObjectIdWithoutObjectGroupId, java.util.Map<java.lang.String,LogbookLifeCycleParameters> guidToLifeCycleParameters, java.util.Set<java.lang.String> existingUnitGuids, LogbookTypeProcess logbookTypeProcess, java.lang.String containerId, MetaDataClientFactory metaDataClientFactory, java.util.Map<java.lang.String,java.lang.String> objectGroupIdToGuid, java.util.Map<java.lang.String,java.lang.String> dataObjectIdToGuid, java.util.Map<java.lang.String,java.util.Set<java.lang.String>> unitIdToSetOfRuleId, UnitType workflowUnitType, java.util.List<java.lang.String> originatingAgencies, java.util.Map<java.lang.String,com.fasterxml.jackson.databind.JsonNode> existingGOTs, java.util.Map<java.lang.String,java.lang.String> existingUnitIdWithExistingObjectGroup, java.util.Map<java.lang.String,java.lang.Boolean> isThereManifestRelatedReferenceRemained, java.util.Map<java.lang.String,java.lang.String> existingGOTGUIDToNewGotGUIDInAttachment, AdminManagementClientFactory adminManagementClientFactory) -
Uses of UnitType in fr.gouv.vitam.worker.core.handler
Methods in fr.gouv.vitam.worker.core.handler with parameters of type UnitType Modifier and Type Method Description com.fasterxml.jackson.databind.node.ObjectNodeExtractSedaActionHandler. extractSEDA(LogbookLifeCyclesClient logbookLifeCycleClient, WorkerParameters params, ItemStatus globalCompositeItemStatus, UnitType workflowUnitType)Split Element from InputStream and write it to workspace -
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)
-