org.kuali.rice.kew.batch
Class CompositeXmlDocCollection

java.lang.Object
  extended by org.kuali.rice.kew.batch.CompositeXmlDocCollection
All Implemented Interfaces:
XmlDocCollection

public class CompositeXmlDocCollection
extends java.lang.Object
implements XmlDocCollection

In someway allows muliple xml documents to be pushed into the xml loading 'pipeline'.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Field Summary
protected  java.util.Collection<XmlDocCollection> collections
           
 
Constructor Summary
CompositeXmlDocCollection(java.util.Collection<XmlDocCollection> xmlDocCollections)
           
 
Method Summary
 void close()
           
 java.io.File getFile()
           
 java.util.List<? extends XmlDoc> getXmlDocs()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

collections

protected java.util.Collection<XmlDocCollection> collections
Constructor Detail

CompositeXmlDocCollection

public CompositeXmlDocCollection(java.util.Collection<XmlDocCollection> xmlDocCollections)
Method Detail

getFile

public java.io.File getFile()
Specified by:
getFile in interface XmlDocCollection

getXmlDocs

public java.util.List<? extends XmlDoc> getXmlDocs()
Specified by:
getXmlDocs in interface XmlDocCollection

close

public void close()
           throws java.io.IOException
Specified by:
close in interface XmlDocCollection
Throws:
java.io.IOException

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


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