Class PersonPropertyLookup

  • All Implemented Interfaces:
    PropertyLookup<String>

    public class PersonPropertyLookup
    extends Object
    implements PropertyLookup<String>
    Looks up information about a person. Pass in a userId and the display name is returned.
    Author:
    Gethin James
    • Constructor Detail

      • PersonPropertyLookup

        public PersonPropertyLookup()
    • Method Detail

      • lookup

        public String lookup​(String propertyValue)
        Description copied from interface: PropertyLookup
        Lookup the property value with a new value.
        Specified by:
        lookup in interface PropertyLookup<String>
        Returns:
        a new value or null if the property value isn't found.
      • setSupported

        public void setSupported​(Set<String> supported)
      • setServiceRegistry

        public void setServiceRegistry​(ServiceRegistry serviceRegistry)