You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2014/02/14 08:59:29 UTC

svn commit: r1568212 - /isis/site/trunk/content/reference/services/bookmark-service.md

Author: danhaywood
Date: Fri Feb 14 07:59:28 2014
New Revision: 1568212

URL: http://svn.apache.org/r1568212
Log:
isis-696: overload for bookmark service

Modified:
    isis/site/trunk/content/reference/services/bookmark-service.md

Modified: isis/site/trunk/content/reference/services/bookmark-service.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/reference/services/bookmark-service.md?rev=1568212&r1=1568211&r2=1568212&view=diff
==============================================================================
--- isis/site/trunk/content/reference/services/bookmark-service.md (original)
+++ isis/site/trunk/content/reference/services/bookmark-service.md Fri Feb 14 07:59:28 2014
@@ -18,6 +18,10 @@ The API defined by `BookmarkService` is:
       @Hidden
       Object lookup(Bookmark bookmark);
 
+      // 1.4.0-SNAPSHOT
+      @Hidden
+      <T> T lookup(Bookmark bookmark, Class<T> requiredType);
+
       @Hidden
       Bookmark bookmarkFor(Object domainObject);
     }