Class SearchFactory
java.lang.Object
com.sas.services.information.search.SearchFactory
public class SearchFactory
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SearchcreateSearch(ServerInterface server) static SearchFoldercreateSearchFolder(String name, FolderInterface folder) static SearchFoldercreateSearchFolder(String name, FolderInterface folder, Search search) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SearchFactory
public SearchFactory()
-
-
Method Details
-
createSearch
- Throws:
ServiceExceptionRemoteException
-
createSearchFolder
public static SearchFolder createSearchFolder(String name, FolderInterface folder) throws ServiceException, RemoteException - Throws:
ServiceExceptionRemoteException
-
createSearchFolder
public static SearchFolder createSearchFolder(String name, FolderInterface folder, Search search) throws ServiceException, RemoteException - Throws:
ServiceExceptionRemoteException
-