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 FacetableFacetable. deserializer(String value)static FacetableFacetable. 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 StringFacetable. 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 FacetablePropertyDefinition. getFacetable()
-