Package org.alfresco.rest.framework.core
Class ResourceDictionary
- java.lang.Object
-
- org.alfresco.rest.framework.core.ResourceDictionary
-
public class ResourceDictionary extends Object
A container for all information about resources and apis.- Author:
- Gethin James
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedResourceDictionary()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<Api,Map<String,ResourceWithMetadata>>getAllResources()SortedSet<Api>getPrivateApis()SortedSet<Api>getPublicApis()StringprettyPrint()static StringpropertyResourceKey(String entity, String property)static StringresourceKey(String entity, String relationship)StringtoString()
-