Uses of Class
org.alfresco.repo.search.impl.lucene.JSONAPIResultFactory.COMMAND
-
Packages that use JSONAPIResultFactory.COMMAND Package Description org.alfresco.repo.search.impl.lucene org.alfresco.repo.search.impl.solr org.alfresco.repo.solr -
-
Uses of JSONAPIResultFactory.COMMAND in org.alfresco.repo.search.impl.lucene
Methods in org.alfresco.repo.search.impl.lucene that return JSONAPIResultFactory.COMMAND Modifier and Type Method Description static JSONAPIResultFactory.COMMANDJSONAPIResultFactory.COMMAND. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static JSONAPIResultFactory.COMMAND[]JSONAPIResultFactory.COMMAND. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of JSONAPIResultFactory.COMMAND in org.alfresco.repo.search.impl.solr
Methods in org.alfresco.repo.search.impl.solr with parameters of type JSONAPIResultFactory.COMMAND Modifier and Type Method Description JSONAPIResultSolrAdminClientInterface. executeCommand(java.lang.String core, JSONAPIResultFactory.HANDLER handler, JSONAPIResultFactory.COMMAND command, java.util.Map<java.lang.String,java.lang.String> parameters)Execute a COMMAND from the SOLR API -
Uses of JSONAPIResultFactory.COMMAND in org.alfresco.repo.solr
Methods in org.alfresco.repo.solr with parameters of type JSONAPIResultFactory.COMMAND Modifier and Type Method Description JSONAPIResultSOLRAdminClient. executeCommand(java.lang.String core, JSONAPIResultFactory.HANDLER handler, JSONAPIResultFactory.COMMAND command, java.util.Map<java.lang.String,java.lang.String> parameters)
-