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 IndexTokenisationMode
IndexTokenisationMode. deserializer(java.lang.String value)
IndexTokenisationMode
M2Property. getIndexTokenisationMode()
static IndexTokenisationMode
IndexTokenisationMode. valueOf(java.lang.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 java.lang.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 Modifier and Type Method Description IndexTokenisationMode
PropertyDefinition. getIndexTokenisationMode()
-