Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.4.0)
E15995-03


oracle.webcenter.tagging.model
Interface TaggingServiceCallback


public interface TaggingServiceCallback
Since:
release specific (what release of product did this appear in)

Field Summary
static java.lang.String TAGGING_CALLBACK_SERVICE_ATTRIBUTE
           

 

Method Summary
 void saveBookmarkCalled(Bookmark bookmark, java.lang.String userId)
          Called when the saveBookmark operation is called.

 

Field Detail

TAGGING_CALLBACK_SERVICE_ATTRIBUTE

static final java.lang.String TAGGING_CALLBACK_SERVICE_ATTRIBUTE
See Also:
Constant Field Values

Method Detail

saveBookmarkCalled

void saveBookmarkCalled(Bookmark bookmark,
                        java.lang.String userId)
                        throws TaggingException
Called when the saveBookmark operation is called.
Parameters:
bookmark - bookmark containing tagging information
userId - the user who did the bookmarking
Throws:
TaggingException

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.4.0)
E15995-03


Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved.