Uses of Class
org.apache.manifoldcf.agents.output.opensearchserver.OpenSearchServerAction.CommandEnum
-
-
Uses of OpenSearchServerAction.CommandEnum in org.apache.manifoldcf.agents.output.opensearchserver
Methods in org.apache.manifoldcf.agents.output.opensearchserver that return OpenSearchServerAction.CommandEnum Modifier and Type Method Description static OpenSearchServerAction.CommandEnumOpenSearchServerAction.CommandEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OpenSearchServerAction.CommandEnum[]OpenSearchServerAction.CommandEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.manifoldcf.agents.output.opensearchserver with parameters of type OpenSearchServerAction.CommandEnum Constructor Description OpenSearchServerAction(org.apache.http.client.HttpClient client, OpenSearchServerAction.CommandEnum cmd, OpenSearchServerConfig config)
-