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 classMimeTypePropertyLookupLooks up mimetype values Pass in a mimetype value and a display string is returned.classPersonPropertyLookupLooks up information about a person.Method parameters in org.alfresco.rest.api.lookups with type arguments of type PropertyLookup Modifier and Type Method Description voidPropertyLookupRegistry. setLookups(java.util.List<PropertyLookup> lookups)Set the supported property lookup classes.
-