com.ibm.portal.cp.tagging.controller
Interface UserTagCreationContext<R>

All Superinterfaces:
CreationContext, TagCreationContext<R>

public interface UserTagCreationContext<R>
extends TagCreationContext<R>

CreationContext for tagging that exposes owner specific characteristics.

Since:
7.0.0

Method Summary
 boolean isPrivate()
          Returns true if the tag should be considered private, i.
 
Methods inherited from interface com.ibm.portal.cp.tagging.controller.TagCreationContext
getCategories, getLocale, getOwnerID, getResource, getTagName, preserveCategories
 

Method Detail

isPrivate

boolean isPrivate()
Returns true if the tag should be considered private, i. e. only the current user will be able to see it.

Returns:
true if the tag should be considered private, i. e. only the current user will be able to see it.