\r
// FIXME: For authority items, we will need to return an array / collection of uriTemplate objects,\r
// since there are two different doctypes, with associated uriTemplates, to insert into the registry.\r
+ // (One of those uriTemplates will also need to be of type ITEM, while in AuthorityResourceWithContacts,\r
+ // a third uriTemplate will need to be of type CONCEPT.)\r
+ \r
// The following is a placeholder to test proof of concept, adding a single item from each resource\r
// to the registry.\r
\r
return getServiceName();\r
}\r
\r
+ // As generally mentioned by Patrick, we will want to cache generated values, and\r
+ // only generate one time if the cached value has not yet been populated. \r
\r
public StoredValuesUriTemplate getUriTemplate() {\r
Map<String,String> storedValuesMap = new HashMap<String,String>();\r