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