Module java.xml.bind
Class RestoreJobParameterMarshaller
- java.lang.Object
-
- org.duracloud.snapshot.service.impl.RestoreJobParameterMarshaller
-
public class RestoreJobParameterMarshaller extends Object
- Author:
- Daniel Bernstein Date: Oct 28, 2014
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Map<String,org.springframework.batch.core.JobParameter>marshal(org.duracloud.snapshot.db.model.Restoration restoration)static Stringunmarshal(org.springframework.batch.core.JobParameters parameters)
-
-
-
Method Detail
-
marshal
public static Map<String,org.springframework.batch.core.JobParameter> marshal(org.duracloud.snapshot.db.model.Restoration restoration)
- Parameters:
restoration-- Returns:
- a map of job parameters to uniquely identify restoration job
-
unmarshal
public static String unmarshal(org.springframework.batch.core.JobParameters parameters)
-
-