Uses of Interface
org.bibalex.daf.managers.checkin.IRetrievalPlugin

Packages that use IRetrievalPlugin
org.bibalex.daf.managers.checkin   
org.bibalex.daf.retrievalplugins   
 

Uses of IRetrievalPlugin in org.bibalex.daf.managers.checkin
 

Fields in org.bibalex.daf.managers.checkin declared as IRetrievalPlugin
(package private)  IRetrievalPlugin RetrievalProgressDialog.RetrievalStarter.retrievalPlugin
           
 

Methods in org.bibalex.daf.managers.checkin with parameters of type IRetrievalPlugin
 void RetrievalProgressDialog.retrieveJob(IRetrievalPlugin retrievalPlugin, Job job, int version, java.lang.String mediaBarcode, int transactionLogID, boolean removeExtraFiles)
          Starts the retrieval operation for the plugin
private  boolean RetrievalCommandLine.retrievePhysicalFiles(IRetrievalPlugin retrievalPlugin, Job job, java.lang.String mediaBarcode, int transactionLogID, int version)
          Retrieves the Physical files of the Job to be retrieved given the Retrival Plugin to be used, into the Working directory
 

Constructors in org.bibalex.daf.managers.checkin with parameters of type IRetrievalPlugin
RetrievalProgressDialog.RetrievalStarter(IRetrievalPlugin retrievalPlugin, Job job, int version, java.lang.String mediaBarcode, int transactionLogID, boolean removeExtraFiles)
          Creates a new RetrievalStarter.
 

Uses of IRetrievalPlugin in org.bibalex.daf.retrievalplugins
 

Classes in org.bibalex.daf.retrievalplugins that implement IRetrievalPlugin
 class DriveRetrieval
          Copyright (c) 2006-2007 by Bibliotheca Alexandrina This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
 class FolderRetrieval
          Copyright (c) 2006-2007 by Bibliotheca Alexandrina This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.