T - type of Item this stage operates upon@ThreadSafe public class ItemIdTransformStage<T> extends BaseIteratingStage<T>
| Modifier and Type | Field and Description |
|---|---|
private Collection<Converter<String,String>> |
idTransformers
Transformers used on IDs.
|
| Constructor and Description |
|---|
ItemIdTransformStage() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
doExecute(Item<T> item)
Processes a given Item.
|
Collection<Converter<String,String>> |
getIdTransformers()
Gets the transforms used to produce the transformed entity IDs.
|
void |
setIdTransformers(Collection<Converter<String,String>> transformers)
Sets the transforms used to produce the transformed entity IDs.
|
doExecuteexecute, getCollectionPredicate, setCollectionPredicatesetIddoInitialize, getIddestroy, doDestroy, initialize, isDestroyed, isInitializedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdestroy, isDestroyedprivate Collection<Converter<String,String>> idTransformers
public Collection<Converter<String,String>> getIdTransformers()
public void setIdTransformers(Collection<Converter<String,String>> transformers)
transformers - transforms used to produce the transformed entity IDsprotected boolean doExecute(@Nonnull Item<T> item) throws StageProcessingException
doExecute in class BaseIteratingStage<T>item - Item on which to operateStageProcessingException - thrown if there is a problem with the stage processingCopyright © 1999–2016. All rights reserved.