Uses of Interface
org.alfresco.rest.api.lookups.PropertyLookup
-
Packages that use PropertyLookup Package Description org.alfresco.rest.api.lookups -
-
Uses of PropertyLookup in org.alfresco.rest.api.lookups
Classes in org.alfresco.rest.api.lookups that implement PropertyLookup Modifier and Type Class Description class
MimeTypePropertyLookup
Looks up mimetype values Pass in a mimetype value and a display string is returned.class
PersonPropertyLookup
Looks up information about a person.Method parameters in org.alfresco.rest.api.lookups with type arguments of type PropertyLookup Modifier and Type Method Description void
PropertyLookupRegistry. setLookups(java.util.List<PropertyLookup> lookups)
Set the supported property lookup classes.
-