org.kuali.rice.kew.batch
Class CompositeXmlDocCollection
java.lang.Object
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
collections
protected java.util.Collection<XmlDocCollection> collections
CompositeXmlDocCollection
public CompositeXmlDocCollection(java.util.Collection<XmlDocCollection> xmlDocCollections)
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.