public abstract class AbstractMrhierProcessor extends CodingSchemeIdAwareProcessor implements org.springframework.beans.factory.InitializingBean, org.springframework.batch.item.ItemProcessor<Mrhier,java.util.List<java.lang.Object>>
Constructor and Description |
---|
AbstractMrhierProcessor() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
protected java.util.List<java.lang.String> |
getPathToRootAuis(java.lang.String pathToRoot) |
java.util.List<java.lang.Object> |
process(Mrhier mrhier) |
getCodingSchemeIdSetter, setCodingSchemeIdSetter
public void afterPropertiesSet() throws java.lang.Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
java.lang.Exception
public java.util.List<java.lang.Object> process(Mrhier mrhier) throws java.lang.Exception
process
in interface org.springframework.batch.item.ItemProcessor<Mrhier,java.util.List<java.lang.Object>>
java.lang.Exception
protected java.util.List<java.lang.String> getPathToRootAuis(java.lang.String pathToRoot)