Class FileSetMemberLoader

java.lang.Object
net.sf.basedb.clients.web.plugins.FileSetMemberLoader
All Implemented Interfaces:
DataLoader<FileStoreEnabled>

public class FileSetMemberLoader
extends Object
implements DataLoader<FileStoreEnabled>
Data loader implementation that load the files in a file set in FileStoreEnabled items.
Version:
2.16
Author:
Nicklas
Last modified
$Date: 2015-04-21 08:26:57 +0200 (ti, 21 apr 2015) $
  • Field Details

  • Constructor Details

    • FileSetMemberLoader

      public FileSetMemberLoader()
    • FileSetMemberLoader

      public FileSetMemberLoader​(DataFileType fileType, Metadata.PropertyPath<FileSetMember,​?> propertyPath)
      Load only members of the given file type and then use the given property path to load a specific property of the member.
      Parameters:
      fileType - The file type to load or null to load all members
      propertyPath - The property to load or null to load the file item of the member. The property path must start on a Item.FILESETMEMBER item.
      Since:
      3.5
  • Method Details