Uses of Enum
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 IndexTokenisationMode
IndexTokenisationMode.deserializer
(String value) M2Property.getIndexTokenisationMode()
static IndexTokenisationMode
Returns the enum constant of this type with the specified name.static IndexTokenisationMode[]
IndexTokenisationMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.alfresco.repo.dictionary with parameters of type IndexTokenisationModeModifier and TypeMethodDescriptionstatic String
IndexTokenisationMode.serializer
(IndexTokenisationMode indexTokenisationMode) void
M2Property.setIndexTokenisationMode
(IndexTokenisationMode indexTokenisationMode) -
Uses of IndexTokenisationMode in org.alfresco.service.cmr.dictionary
Methods in org.alfresco.service.cmr.dictionary that return IndexTokenisationMode