Note:
Extension of the classes in this package is prohibited unless otherwise documented. Similarly, extension or implementation of the interfaces in this package is prohibited except as documented.

Package com.sas.swing.models.remotefileselector.informationservices

The primary focus of the com.sas.swing.models.remotefileselector.informationservices package is to provide the classes that make up the service model for the InformationService host connection API.

See:
          Description

Class Summary
AuthorFilter AuthorFilter class provides a filter to search on the author metadata item.
InformationServicesAuthorToObjectTransform InformationServicesAuthorToObjectTransform class reads the author metadata item.
InformationServicesDescriptionToObjectTransform InformationServicesDescriptionToObjectTransform class reads the description metadata attribute.
InformationServicesFileMetadata InformationServicesFileMetadata defines a class that contains the file metadata returned through calls to the Information Service.
InformationServicesKeywordsToObjectTransform InformationServicesKeywordsToObjectTransform class reads the keywords metadata attribute.
InformationServicesModel InformationServicesModel defines the model that communicates with the Information Service.
InformationServicesModel2 This is an experimental version of the InformationServicesModel using Gary William's new BrowseMetadataInterface class to retrieve information.
InformationServicesModTimeToDateTransform InformationServicesModTimeToStringTransform transforms the object into a Date value.
InformationServicesSearchModel InformationServicesSearchModel class probivides the additional functionality to perform searches on the file system data.
InformationServicesSearchModel2 InformationServicesSearchModel class probivides the additional functionality to perform searches on the file system data.
 

Package com.sas.swing.models.remotefileselector.informationservices Description

The primary focus of the com.sas.swing.models.remotefileselector.informationservices package is to provide the classes that make up the service model for the InformationService host connection API.

Remote File Selector Model - InformationServices

Overview

The InformationServicesModel class provides the connection, through the InformationService API, to the host file system. It is used by the RemoteFileServerModel to query the server for file system information.

The InformationServicesFileMetadata class stores the information specific to the InformationService type of file.

The InformationServicesSearchModel class is used to do the searching of the InformationServices file system.

The InformationServicesAuthorToObjectTransform, InformationServicesDescriptionToObjectTransform, InformationServicesKeywordsToObjectTransform, and the InformationServicesModTimeToDateTransform classes retrieve the file information from the InformationServicesFileMetadata class.

 


Note:
Extension of the classes in this package is prohibited unless otherwise documented. Similarly, extension or implementation of the interfaces in this package is prohibited except as documented.


Copyright © 2009 SAS Institute Inc. All Rights Reserved.