Uses of Class
org.apache.manifoldcf.agents.output.opensearchserver.OpenSearchServerConnection.Result
-
-
Uses of OpenSearchServerConnection.Result in org.apache.manifoldcf.agents.output.opensearchserver
Methods in org.apache.manifoldcf.agents.output.opensearchserver that return OpenSearchServerConnection.Result Modifier and Type Method Description OpenSearchServerConnection.ResultOpenSearchServerConnection. getResult()static OpenSearchServerConnection.ResultOpenSearchServerConnection.Result. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OpenSearchServerConnection.Result[]OpenSearchServerConnection.Result. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.manifoldcf.agents.output.opensearchserver with parameters of type OpenSearchServerConnection.Result Modifier and Type Method Description protected voidOpenSearchServerConnection. setResult(java.lang.String resultCode, OpenSearchServerConnection.Result res, java.lang.String desc)
-