Uses of Class
org.alfresco.repo.search.impl.lucene.JSONAPIResultFactory.ACTION
-
Packages that use JSONAPIResultFactory.ACTION Package Description org.alfresco.repo.search.impl.lucene org.alfresco.repo.search.impl.solr org.alfresco.repo.solr -
-
Uses of JSONAPIResultFactory.ACTION in org.alfresco.repo.search.impl.lucene
Methods in org.alfresco.repo.search.impl.lucene that return JSONAPIResultFactory.ACTION Modifier and Type Method Description static JSONAPIResultFactory.ACTIONJSONAPIResultFactory.ACTION. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static JSONAPIResultFactory.ACTION[]JSONAPIResultFactory.ACTION. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.alfresco.repo.search.impl.lucene with parameters of type JSONAPIResultFactory.ACTION Modifier and Type Method Description static JSONAPIResultJSONAPIResultFactory. buildActionResult(JSONAPIResultFactory.ACTION action, org.json.JSONObject json)Build a JSON Parser Result object according to required SOLR Action -
Uses of JSONAPIResultFactory.ACTION in org.alfresco.repo.search.impl.solr
Methods in org.alfresco.repo.search.impl.solr with parameters of type JSONAPIResultFactory.ACTION Modifier and Type Method Description JSONAPIResultSolrAdminClientInterface. executeAction(java.lang.String core, JSONAPIResultFactory.ACTION action, java.util.Map<java.lang.String,java.lang.String> parameters)Execute an ACTION from the SOLR CoreAdmin API -
Uses of JSONAPIResultFactory.ACTION in org.alfresco.repo.solr
Methods in org.alfresco.repo.solr with parameters of type JSONAPIResultFactory.ACTION Modifier and Type Method Description JSONAPIResultSOLRAdminClient. executeAction(java.lang.String core, JSONAPIResultFactory.ACTION action, java.util.Map<java.lang.String,java.lang.String> parameters)
-