Uses of Enum Class
org.alfresco.repo.search.impl.JSONAPIResultFactory.ACTION
Packages that use JSONAPIResultFactory.ACTION
Package
Description
-
Uses of JSONAPIResultFactory.ACTION in org.alfresco.repo.search.impl
Methods in org.alfresco.repo.search.impl that return JSONAPIResultFactory.ACTIONModifier and TypeMethodDescriptionstatic JSONAPIResultFactory.ACTIONReturns the enum constant of this class with the specified name.static JSONAPIResultFactory.ACTION[]JSONAPIResultFactory.ACTION.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.alfresco.repo.search.impl with parameters of type JSONAPIResultFactory.ACTIONModifier and TypeMethodDescriptionstatic 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.ACTIONModifier and TypeMethodDescriptionSolrAdminClientInterface.executeAction(String core, JSONAPIResultFactory.ACTION action, Map<String, 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.ACTIONModifier and TypeMethodDescriptionSOLRAdminClient.executeAction(String core, JSONAPIResultFactory.ACTION action, Map<String, String> parameters)