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 protected
ResourceDictionary()
-
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()
String
prettyPrint()
static String
propertyResourceKey(String entity, String property)
static String
resourceKey(String entity, String relationship)
String
toString()
-