org.itr_rescue.dataGuard.DataObjectModel
Class FileSearchAction

java.lang.Object
  extended by org.itr_rescue.dataGuard.DataObjectModel.AbstractFileAction
      extended by org.itr_rescue.dataGuard.DataObjectModel.FileSearchAction
All Implemented Interfaces:
java.lang.Comparable, IAction

public class FileSearchAction
extends AbstractFileAction


Field Summary
static int CONTENT_SEARCH
           
static int METADATA_AND_CONTENT_SEARCH
           
static int METADATA_SEARCH
           
protected  int searchType
           
 
Fields inherited from class org.itr_rescue.dataGuard.DataObjectModel.AbstractFileAction
actionParameter, actionPriority, fileSystem, localPath, localView, remotePath, remoteView, selectedLocalFiles, selectedRemoteFiles, transferType
 
Constructor Summary
FileSearchAction()
           
 
Method Summary
 int compareTo(java.lang.Object arg0)
           
 boolean execute()
           
 void setSearchType(int searchType)
           
 
Methods inherited from class org.itr_rescue.dataGuard.DataObjectModel.AbstractFileAction
checkTransferType, executeLocal, executeRemote, loadComponent, setActionParameter, setLocalView, setRemoteView, setSelectedObjects
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

searchType

protected int searchType

METADATA_SEARCH

public static final int METADATA_SEARCH
See Also:
Constant Field Values

CONTENT_SEARCH

public static final int CONTENT_SEARCH
See Also:
Constant Field Values

METADATA_AND_CONTENT_SEARCH

public static final int METADATA_AND_CONTENT_SEARCH
See Also:
Constant Field Values
Constructor Detail

FileSearchAction

public FileSearchAction()
Method Detail

execute

public boolean execute()
Specified by:
execute in interface IAction
Overrides:
execute in class AbstractFileAction

setSearchType

public void setSearchType(int searchType)

compareTo

public int compareTo(java.lang.Object arg0)
Specified by:
compareTo in interface java.lang.Comparable
Specified by:
compareTo in class AbstractFileAction