Uses of Class
org.alfresco.repo.dictionary.Facetable
-
Packages that use Facetable Package Description org.alfresco.repo.dictionary org.alfresco.service.cmr.dictionary -
-
Uses of Facetable in org.alfresco.repo.dictionary
Methods in org.alfresco.repo.dictionary that return Facetable Modifier and Type Method Description static Facetable
Facetable. deserializer(String value)
static Facetable
Facetable. valueOf(String name)
Returns the enum constant of this type with the specified name.static Facetable[]
Facetable. 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 Facetable Modifier and Type Method Description static String
Facetable. serializer(Facetable facetable)
-
Uses of Facetable in org.alfresco.service.cmr.dictionary
Methods in org.alfresco.service.cmr.dictionary that return Facetable Modifier and Type Method Description Facetable
PropertyDefinition. getFacetable()
-