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

svn commit: r897867 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/reference/services/bookmark-service.html

Author: buildbot
Date: Fri Feb 14 07:59:36 2014
New Revision: 897867

Log:
Staging update by buildbot for isis

Modified:
    websites/staging/isis/trunk/cgi-bin/   (props changed)
    websites/staging/isis/trunk/content/   (props changed)
    websites/staging/isis/trunk/content/reference/services/bookmark-service.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Feb 14 07:59:36 2014
@@ -1 +1 @@
-1567891
+1568212

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Feb 14 07:59:36 2014
@@ -1 +1 @@
-1567891
+1568212

Modified: websites/staging/isis/trunk/content/reference/services/bookmark-service.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/services/bookmark-service.html (original)
+++ websites/staging/isis/trunk/content/reference/services/bookmark-service.html Fri Feb 14 07:59:36 2014
@@ -301,6 +301,10 @@ public interface BookmarkService {
   @Hidden
   Object lookup(Bookmark bookmark);
 
+  // 1.4.0-SNAPSHOT
+  @Hidden
+  <T> T lookup(Bookmark bookmark, Class<T> requiredType);
+
   @Hidden
   Bookmark bookmarkFor(Object domainObject);
 }