Uses of Class
org.apache.manifoldcf.agents.output.searchblox.SearchBloxClient.ResponseCode
-
-
Uses of SearchBloxClient.ResponseCode in org.apache.manifoldcf.agents.output.searchblox
Methods in org.apache.manifoldcf.agents.output.searchblox that return SearchBloxClient.ResponseCode Modifier and Type Method Description SearchBloxClient.ResponseCodeSearchBloxClient. addUpdateDocument(SearchBloxDocument document, java.lang.String format)SearchBloxClient.ResponseCodeSearchBloxClient. clearCollection(java.lang.String colname, java.lang.String format)SearchBloxClient.ResponseCodeSearchBloxClient. createCollection(java.lang.String colname, java.lang.String format)SearchBloxClient.ResponseCodeSearchBloxClient. deleteDocument(SearchBloxDocument document, java.lang.String format)static SearchBloxClient.ResponseCodeSearchBloxClient.ResponseCode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SearchBloxClient.ResponseCode[]SearchBloxClient.ResponseCode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-