com.sas.swing.models.remotefileselector2
Interface RemoteFileSearchModelInterface

All Superinterfaces:
BaseRemoteFileModelInterface, javax.swing.table.TableModel
All Known Implementing Classes:
InformationServicesSearchModel

public interface RemoteFileSearchModelInterface
extends BaseRemoteFileModelInterface

An interface describing necessary methods for remote file search models.

Since:
9.1.4

Field Summary
 
Fields inherited from interface com.sas.swing.models.remotefileselector2.BaseRemoteFileModelInterface
AUTHOR_COLUMN, CREATED_DATE_COLUMN, DESCRIPTION_COLUMN, ENGINE_COLUMN, ENTITY_KEY_COLUMN, FILE_METADATA_COLUMN, IS_A_FOLDER_COLUMN, KEYWORDS_COLUMN, MODIFIED_DATE_COLUMN, NAME_COLUMN, PATH_COLUMN, SIZE_COLUMN, SPECIAL_TYPE_COLUMN, TYPE_COLUMN
 
Method Summary
 void loadFileInfo(RemoteFileSearchAttributes searchCriteria)
          Initiates the gathering of the file information for the search.
 
Methods inherited from interface com.sas.swing.models.remotefileselector2.BaseRemoteFileModelInterface
addToPasteBuffer, cancelLoadFileInfo, clearPasteBuffer, getBasePath, getColumnIndex, getLocation, getNodeAt, getPasteBuffer, getPasteBufferCommandType, getServerName, isRefreshNeeded, isTableEditable, isUpwardPathRestricted, parseIntoFoldersAndLocations, setLocation, setPasteBufferCommandType, setRefreshNeeded, setTableEditable
 

Method Detail

loadFileInfo

void loadFileInfo(RemoteFileSearchAttributes searchCriteria)
                  throws java.lang.Exception
Initiates the gathering of the file information for the search. All of the search attributes are set by specifying the searchCriteria parameter.

Parameters:
searchCriteria - the search attributes
Throws:
java.lang.Exception



Copyright © 2009 SAS Institute Inc. All Rights Reserved.