Uses of Class
org.alfresco.repo.search.impl.lucene.JSONAPIResultFactory.HANDLER
-
Packages that use JSONAPIResultFactory.HANDLER Package Description org.alfresco.repo.search.impl.lucene org.alfresco.repo.search.impl.solr org.alfresco.repo.solr -
-
Uses of JSONAPIResultFactory.HANDLER in org.alfresco.repo.search.impl.lucene
Methods in org.alfresco.repo.search.impl.lucene that return JSONAPIResultFactory.HANDLER Modifier and Type Method Description static JSONAPIResultFactory.HANDLERJSONAPIResultFactory.HANDLER. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static JSONAPIResultFactory.HANDLER[]JSONAPIResultFactory.HANDLER. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of JSONAPIResultFactory.HANDLER in org.alfresco.repo.search.impl.solr
Methods in org.alfresco.repo.search.impl.solr with parameters of type JSONAPIResultFactory.HANDLER 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.HANDLER in org.alfresco.repo.solr
Methods in org.alfresco.repo.solr with parameters of type JSONAPIResultFactory.HANDLER 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)
-