Package org.alfresco.rest.framework.core
Class ResourceDictionaryBuilder
java.lang.Object
org.alfresco.rest.framework.core.ResourceDictionaryBuilder
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
A helper class to create a unique key for the combination of API name and API scope -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ResourceDictionary
build
(Collection<Object> entityResources, Collection<Object> relationshipResources) Builds a ResourceDictionary by parsing the resources that are passed in.
-
Constructor Details
-
ResourceDictionaryBuilder
public ResourceDictionaryBuilder()
-
-
Method Details
-
build
public static ResourceDictionary build(Collection<Object> entityResources, Collection<Object> relationshipResources) Builds a ResourceDictionary by parsing the resources that are passed in.- Parameters:
entityResources
- - object annotated as @EntityResourcerelationshipResources
- - object annotated as @RelationshipResource- Returns:
- ResourceDictionary
-