Package org.alfresco.rest.api.lookups
Class PropertyLookupRegistry
- java.lang.Object
-
- org.alfresco.rest.api.lookups.PropertyLookupRegistry
-
public class PropertyLookupRegistry extends Object
Acts as a central point for property lookups- Author:
- Gethin James
-
-
Constructor Summary
Constructors Constructor Description PropertyLookupRegistry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
lookup(String propertyName, String propertyValue)
Looks up the property value using a PropertyLookupvoid
setLookups(List<PropertyLookup> lookups)
Set the supported property lookup classes.Set<String>
supports()
The list of property keys that are supported by this class
-
-
-
Method Detail
-
setLookups
public void setLookups(List<PropertyLookup> lookups)
Set the supported property lookup classes.- Parameters:
lookups
-
-
supports
public Set<String> supports()
The list of property keys that are supported by this class- Returns:
- Set
property keys
-
-