Package org.alfresco.rest.api.lookups
Class PersonPropertyLookup
java.lang.Object
org.alfresco.rest.api.lookups.PersonPropertyLookup
- All Implemented Interfaces:
PropertyLookup<String>
Looks up information about a person. Pass in a userId and the display name is returned.
- Author:
- Gethin James
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionLookup the property value with a new value.voidsetServiceRegistry(ServiceRegistry serviceRegistry) voidsetSupported(Set<String> supported) supports()The list of property keys that are supported by this class
-
Constructor Details
-
PersonPropertyLookup
public PersonPropertyLookup()
-
-
Method Details
-
lookup
Description copied from interface:PropertyLookupLookup the property value with a new value.- Specified by:
lookupin interfacePropertyLookup<String>- Returns:
- a new value or null if the property value isn't found.
-
supports
Description copied from interface:PropertyLookupThe list of property keys that are supported by this class- Specified by:
supportsin interfacePropertyLookup<String>- Returns:
- Set
property keys
-
setSupported
-
setServiceRegistry
-