org.kuali.ole.docstore.process
Class SplitPredicate

java.lang.Object
  extended by org.kuali.ole.docstore.process.SplitPredicate
All Implemented Interfaces:
org.apache.camel.Predicate

public class SplitPredicate
extends Object
implements org.apache.camel.Predicate

Class to predict split utility for processing.

Author:
Rajesh Chowdary K

Constructor Summary
SplitPredicate(Integer batchSize)
           
 
Method Summary
 boolean matches(org.apache.camel.Exchange exchange)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SplitPredicate

public SplitPredicate(Integer batchSize)
Method Detail

matches

public boolean matches(org.apache.camel.Exchange exchange)
Specified by:
matches in interface org.apache.camel.Predicate


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.