public class PersonPropertyLookup extends Object implements PropertyLookup<String>
Constructor and Description |
---|
PersonPropertyLookup() |
Modifier and Type | Method and Description |
---|---|
String |
lookup(String propertyValue)
Lookup the property value with a new value.
|
void |
setServiceRegistry(ServiceRegistry serviceRegistry) |
void |
setSupported(List<String> supported) |
Set<String> |
supports()
The list of property keys that are supported by this class
|
public String lookup(String propertyValue)
PropertyLookup
lookup
in interface PropertyLookup<String>
public Set<String> supports()
PropertyLookup
supports
in interface PropertyLookup<String>
public void setServiceRegistry(ServiceRegistry serviceRegistry)
Copyright © 2005–2017 Alfresco Software. All rights reserved.