Uses of Enum Class
org.alfresco.repo.search.impl.JSONAPIResultFactory.HANDLER
Packages that use JSONAPIResultFactory.HANDLER
Package
Description
-
Uses of JSONAPIResultFactory.HANDLER in org.alfresco.repo.search.impl
Methods in org.alfresco.repo.search.impl that return JSONAPIResultFactory.HANDLERModifier and TypeMethodDescriptionstatic JSONAPIResultFactory.HANDLERReturns the enum constant of this class with the specified name.static JSONAPIResultFactory.HANDLER[]JSONAPIResultFactory.HANDLER.values()Returns an array containing the constants of this enum class, 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.HANDLERModifier and TypeMethodDescriptionSolrAdminClientInterface.executeCommand(String core, JSONAPIResultFactory.HANDLER handler, JSONAPIResultFactory.COMMAND command, Map<String, 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.HANDLERModifier and TypeMethodDescriptionSOLRAdminClient.executeCommand(String core, JSONAPIResultFactory.HANDLER handler, JSONAPIResultFactory.COMMAND command, Map<String, String> parameters)