Uses of Enum Class
org.alfresco.repo.dictionary.IndexTokenisationMode
Packages that use IndexTokenisationMode
-
Uses of IndexTokenisationMode in org.alfresco.repo.dictionary
Methods in org.alfresco.repo.dictionary that return IndexTokenisationModeModifier and TypeMethodDescriptionstatic IndexTokenisationModeIndexTokenisationMode.deserializer(String value) M2Property.getIndexTokenisationMode()static IndexTokenisationModeReturns the enum constant of this class with the specified name.static IndexTokenisationMode[]IndexTokenisationMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.alfresco.repo.dictionary with parameters of type IndexTokenisationModeModifier and TypeMethodDescriptionstatic StringIndexTokenisationMode.serializer(IndexTokenisationMode indexTokenisationMode) voidM2Property.setIndexTokenisationMode(IndexTokenisationMode indexTokenisationMode) -
Uses of IndexTokenisationMode in org.alfresco.service.cmr.dictionary
Methods in org.alfresco.service.cmr.dictionary that return IndexTokenisationMode