org.umber.bellows.transform
Class MoveTransformer

java.lang.Object
  extended byorg.umber.bellows.transform.QueryTransformer
      extended byorg.umber.bellows.transform.AttributeQueryTransformer
          extended byorg.umber.bellows.transform.MoveTransformer
All Implemented Interfaces:
IDatumTransformer

public class MoveTransformer
extends AttributeQueryTransformer

QueryTransformer to move each source node to all destination nodes. The original source nodes are deleted, and a copy of each one is placed inside each destination node.

The MoveTransformer wraps PassThroughTransformer and sets deleteSource to true.

Author:
jsheets

Constructor Summary
MoveTransformer()
          Creates a new instance of CopyTransformer.
 
Methods inherited from class org.umber.bellows.transform.AttributeQueryTransformer
applyDestinationNodes, deleteSourceNodes, setAttributeName, setPosition
 
Methods inherited from class org.umber.bellows.transform.QueryTransformer
setDeleteSource, setDestinationQuery, setSourceQuery, transform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoveTransformer

public MoveTransformer()
Creates a new instance of CopyTransformer.