Uses of Interface
com.sas.swing.models.remotefileselector2.RemoteFileMetadataInterface

Packages that use RemoteFileMetadataInterface
com.sas.actionprovider.util.remotefile2   
com.sas.swing.models.remotefileselector2   
com.sas.swing.models.remotefileselector2.informationservices   
 

Uses of RemoteFileMetadataInterface in com.sas.actionprovider.util.remotefile2
 

Methods in com.sas.actionprovider.util.remotefile2 that return RemoteFileMetadataInterface
 RemoteFileMetadataInterface HttpRemoteFileActionUtil.getNode(ActionSupportFilter filter)
           
 RemoteFileMetadataInterface RemoteFileActionUtil.getNode(ActionSupportFilter filter)
          Returns the node.
 

Uses of RemoteFileMetadataInterface in com.sas.swing.models.remotefileselector2
 

Methods in com.sas.swing.models.remotefileselector2 that return RemoteFileMetadataInterface
 RemoteFileMetadataInterface BaseRemoteFileServerModel.getNodeAt(int rowIndex)
          Returns a RemoteFileMetadataInterface for specified index.
 RemoteFileMetadataInterface BaseRemoteFileModelInterface.getNodeAt(int rowIndex)
          Returns a RemoteFileMetadataInterface for specified index.
 

Methods in com.sas.swing.models.remotefileselector2 with parameters of type RemoteFileMetadataInterface
 boolean DeletePermissionsInterface.canDelete(RemoteFileMetadataInterface node)
           
 boolean RenamePermissionsInterface.canRename(RemoteFileMetadataInterface node)
           
 boolean WriteObjectPermissionsInterface.canWrite(RemoteFileMetadataInterface path)
          This method determines if the folder represented by the specified RemoteFileMetadataInterace node can be modified.
 boolean BaseRemoteFileServerModel.isFolderPopulated(RemoteFileMetadataInterface itemNode)
           
 

Uses of RemoteFileMetadataInterface in com.sas.swing.models.remotefileselector2.informationservices
 

Classes in com.sas.swing.models.remotefileselector2.informationservices that implement RemoteFileMetadataInterface
 class InformationServicesFileMetadata
          InformationServicesFileMetadata defines a class that contains the file metadata returned through calls to the Information Service.
 

Methods in com.sas.swing.models.remotefileselector2.informationservices that return RemoteFileMetadataInterface
 RemoteFileMetadataInterface InformationServicesNavigationModel.addFolder(java.lang.String location, java.lang.String newFolderName)
           
 

Methods in com.sas.swing.models.remotefileselector2.informationservices with parameters of type RemoteFileMetadataInterface
 void InformationServicesNavigationModel.deleteItem(RemoteFileMetadataInterface node)
           
 boolean InformationServicesNavigationModel.isFolderPopulated(RemoteFileMetadataInterface node)
           
 void InformationServicesNavigationModel.moveItem(RemoteFileMetadataInterface node)
          Move item to current location.
 void InformationServicesNavigationModel.renameFolder(RemoteFileMetadataInterface folderNode, java.lang.String newFolderName)
           
 void InformationServicesNavigationModel.renameItem(RemoteFileMetadataInterface node, java.lang.String newName)
           
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.