Uses of Class
edu.cornell.mannlib.vitro.webapp.modules.searchIndexer.SearchIndexer.Event.Type
-
Packages that use SearchIndexer.Event.Type Package Description edu.cornell.mannlib.vitro.webapp.modules.searchIndexer -
-
Uses of SearchIndexer.Event.Type in edu.cornell.mannlib.vitro.webapp.modules.searchIndexer
Methods in edu.cornell.mannlib.vitro.webapp.modules.searchIndexer that return SearchIndexer.Event.Type Modifier and Type Method Description SearchIndexer.Event.TypeSearchIndexer.Event. getType()static SearchIndexer.Event.TypeSearchIndexer.Event.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static SearchIndexer.Event.Type[]SearchIndexer.Event.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in edu.cornell.mannlib.vitro.webapp.modules.searchIndexer with parameters of type SearchIndexer.Event.Type Constructor Description Event(SearchIndexer.Event.Type type, SearchIndexerStatus status)
-