Package fr.gouv.vitam.common.mapping.dip
Class UnitDipServiceImpl
- java.lang.Object
-
- fr.gouv.vitam.common.mapping.dip.UnitDipServiceImpl
-
- All Implemented Interfaces:
DipService
public class UnitDipServiceImpl extends java.lang.Object implements DipService
Unit Dip service impl for retrieve DIP
-
-
Constructor Summary
Constructors Constructor Description UnitDipServiceImpl(ArchiveUnitMapper archiveUnitMapper, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.ResponsejsonToXml(com.fasterxml.jackson.databind.JsonNode object, java.lang.String id)Transform the representation of an object (unit or objectGroup) to an xml format (DIP)
-
-
-
Constructor Detail
-
UnitDipServiceImpl
public UnitDipServiceImpl(ArchiveUnitMapper archiveUnitMapper, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Detail
-
jsonToXml
public javax.ws.rs.core.Response jsonToXml(com.fasterxml.jackson.databind.JsonNode object, java.lang.String id)Description copied from interface:DipServiceTransform the representation of an object (unit or objectGroup) to an xml format (DIP)- Specified by:
jsonToXmlin interfaceDipService- Parameters:
object- the given representation of the object as Json (can be unit or objectGroup)id- The given id of the object to transform can be archiveUnit or objectGroup- Returns:
- xml representation of the object (Unit or Object Group)
-
-