public class SearchAdminServiceClient extends Object
| Constructor and Description |
|---|
SearchAdminServiceClient(String backEndUrl,
String sessionCookie) |
SearchAdminServiceClient(String backEndUrl,
String username,
String password) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteFilter(String filterName) |
org.wso2.carbon.registry.search.stub.beans.xsd.CustomSearchParameterBean |
getAdvancedSearchFilter(String filterName) |
org.wso2.carbon.registry.search.stub.beans.xsd.AdvancedSearchResultsBean |
getAdvancedSearchResults(org.wso2.carbon.registry.search.stub.beans.xsd.CustomSearchParameterBean searchParams) |
org.wso2.carbon.registry.search.stub.beans.xsd.MediaTypeValueList |
getMediaTypeSearch(String mediaType) |
String[] |
getSavedFilters() |
org.wso2.carbon.registry.search.stub.beans.xsd.SearchResultsBean |
getSearchResults(String searchType,
String criteria) |
void |
saveAdvancedSearchFilter(org.wso2.carbon.registry.search.stub.beans.xsd.CustomSearchParameterBean queryBean,
String filterName) |
public SearchAdminServiceClient(String backEndUrl, String sessionCookie) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic void deleteFilter(String filterName) throws org.wso2.carbon.registry.search.stub.SearchAdminServiceRegistryExceptionException, RemoteException
org.wso2.carbon.registry.search.stub.SearchAdminServiceRegistryExceptionExceptionRemoteExceptionpublic org.wso2.carbon.registry.search.stub.beans.xsd.CustomSearchParameterBean getAdvancedSearchFilter(String filterName) throws org.wso2.carbon.registry.search.stub.SearchAdminServiceRegistryExceptionException, RemoteException
org.wso2.carbon.registry.search.stub.SearchAdminServiceRegistryExceptionExceptionRemoteExceptionpublic org.wso2.carbon.registry.search.stub.beans.xsd.MediaTypeValueList getMediaTypeSearch(String mediaType) throws org.wso2.carbon.registry.search.stub.SearchAdminServiceRegistryExceptionException, RemoteException
org.wso2.carbon.registry.search.stub.SearchAdminServiceRegistryExceptionExceptionRemoteExceptionpublic org.wso2.carbon.registry.search.stub.beans.xsd.AdvancedSearchResultsBean getAdvancedSearchResults(org.wso2.carbon.registry.search.stub.beans.xsd.CustomSearchParameterBean searchParams)
throws org.wso2.carbon.registry.search.stub.SearchAdminServiceRegistryExceptionException,
RemoteException
org.wso2.carbon.registry.search.stub.SearchAdminServiceRegistryExceptionExceptionRemoteExceptionpublic String[] getSavedFilters() throws org.wso2.carbon.registry.search.stub.SearchAdminServiceRegistryExceptionException, RemoteException
org.wso2.carbon.registry.search.stub.SearchAdminServiceRegistryExceptionExceptionRemoteExceptionpublic org.wso2.carbon.registry.search.stub.beans.xsd.SearchResultsBean getSearchResults(String searchType, String criteria) throws org.wso2.carbon.registry.search.stub.SearchAdminServiceRegistryExceptionException, RemoteException
org.wso2.carbon.registry.search.stub.SearchAdminServiceRegistryExceptionExceptionRemoteExceptionpublic void saveAdvancedSearchFilter(org.wso2.carbon.registry.search.stub.beans.xsd.CustomSearchParameterBean queryBean,
String filterName)
throws org.wso2.carbon.registry.search.stub.SearchAdminServiceRegistryExceptionException,
RemoteException
org.wso2.carbon.registry.search.stub.SearchAdminServiceRegistryExceptionExceptionRemoteExceptionCopyright © 2019 WSO2. All rights reserved.