Uses of Class
org.sakaiproject.search.elasticsearch.BaseElasticSearchIndexBuilder.IndexAction
-
Packages that use BaseElasticSearchIndexBuilder.IndexAction Package Description org.sakaiproject.search.elasticsearch -
-
Uses of BaseElasticSearchIndexBuilder.IndexAction in org.sakaiproject.search.elasticsearch
Methods in org.sakaiproject.search.elasticsearch that return BaseElasticSearchIndexBuilder.IndexAction Modifier and Type Method Description static BaseElasticSearchIndexBuilder.IndexActionBaseElasticSearchIndexBuilder.IndexAction. getAction(int itemActionId)Generate an IndexAction based on an action ID provided by the Search APIstatic BaseElasticSearchIndexBuilder.IndexActionBaseElasticSearchIndexBuilder.IndexAction. valueOf(String name)Returns the enum constant of this type with the specified name.static BaseElasticSearchIndexBuilder.IndexAction[]BaseElasticSearchIndexBuilder.IndexAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.sakaiproject.search.elasticsearch with parameters of type BaseElasticSearchIndexBuilder.IndexAction Modifier and Type Method Description protected booleanBaseElasticSearchIndexBuilder. isSupportedIndexAction(BaseElasticSearchIndexBuilder.IndexAction action)
-