|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lexgrid.loader.processor.CodingSchemeIdAwareProcessor
org.lexgrid.loader.processor.AbstractSupportedAttributeRegisteringProcessor<I,O>
public abstract class AbstractSupportedAttributeRegisteringProcessor<I,O>
The Class AbstractSupportedAttributeRegisteringProcessor.
Constructor Summary | |
---|---|
AbstractSupportedAttributeRegisteringProcessor()
|
Method Summary | |
---|---|
abstract O |
doProcess(I item)
Do process. |
SupportedAttributeTemplate |
getSupportedAttributeTemplate()
Gets the supported attribute template. |
boolean |
isRegisterSupportedAttributes()
Checks if is register supported attributes. |
O |
process(I item)
|
protected abstract void |
registerSupportedAttributes(SupportedAttributeTemplate s,
O item)
Register supported attributes. |
void |
setRegisterSupportedAttributes(boolean registerSupportedAttributes)
Sets the register supported attributes. |
void |
setSupportedAttributeTemplate(SupportedAttributeTemplate supportedAttributeTemplate)
Sets the supported attribute template. |
Methods inherited from class org.lexgrid.loader.processor.CodingSchemeIdAwareProcessor |
---|
getCodingSchemeIdSetter, setCodingSchemeIdSetter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractSupportedAttributeRegisteringProcessor()
Method Detail |
---|
public final O process(I item) throws java.lang.Exception
process
in interface org.springframework.batch.item.ItemProcessor<I,O>
java.lang.Exception
public abstract O doProcess(I item) throws java.lang.Exception
item
- the item
java.lang.Exception
- the exceptionprotected abstract void registerSupportedAttributes(SupportedAttributeTemplate s, O item)
s
- the sitem
- the itempublic SupportedAttributeTemplate getSupportedAttributeTemplate()
public void setSupportedAttributeTemplate(SupportedAttributeTemplate supportedAttributeTemplate)
supportedAttributeTemplate
- the new supported attribute templatepublic boolean isRegisterSupportedAttributes()
public void setRegisterSupportedAttributes(boolean registerSupportedAttributes)
registerSupportedAttributes
- the new register supported attributes
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |