Uses of Class
org.apache.manifoldcf.agents.output.searchblox.SearchBloxDocument.DocumentAction
-
-
Uses of SearchBloxDocument.DocumentAction in org.apache.manifoldcf.agents.output.searchblox
Methods in org.apache.manifoldcf.agents.output.searchblox that return SearchBloxDocument.DocumentAction Modifier and Type Method Description static SearchBloxDocument.DocumentActionSearchBloxDocument.DocumentAction. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SearchBloxDocument.DocumentAction[]SearchBloxDocument.DocumentAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.manifoldcf.agents.output.searchblox with parameters of type SearchBloxDocument.DocumentAction Modifier and Type Method Description java.lang.StringSearchBloxDocument. toString(SearchBloxDocument.IndexingFormat format, SearchBloxDocument.DocumentAction action)
-