Uses of Class
org.alfresco.repo.dictionary.IndexTokenisationMode
-
Packages that use IndexTokenisationMode Package Description org.alfresco.repo.dictionary org.alfresco.service.cmr.dictionary -
-
Uses of IndexTokenisationMode in org.alfresco.repo.dictionary
Methods in org.alfresco.repo.dictionary that return IndexTokenisationMode Modifier and Type Method Description static IndexTokenisationModeIndexTokenisationMode. deserializer(String value)IndexTokenisationModeM2Property. getIndexTokenisationMode()static IndexTokenisationModeIndexTokenisationMode. valueOf(String name)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 IndexTokenisationMode Modifier and Type Method Description static 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 Modifier and Type Method Description IndexTokenisationModePropertyDefinition. getIndexTokenisationMode()
-