Class CombinedFileChanges

  • All Implemented Interfaces:
    Iterable<FileItem>

    public class CombinedFileChanges
    extends Object
    implements Iterable<FileItem>
    Used to combine several FileItem iterables into one. For example if we have several iterables from different folders, and we want save them in one transaction, we can combine them with this class and pass the result into the method save(fileData, iterable, changesetType).