com.ibm.portal.content
Interface ModifiableBookmarkableFlag

All Superinterfaces:
BookmarkableFlag, Modifiable

public interface ModifiableBookmarkableFlag
extends BookmarkableFlag, Modifiable

An interface representing a modifiable bookmarkable flag instance.

Since:
6.1.0

Method Summary
 boolean confirmSetBookmarkable(boolean flag)
          Indicates if the bookmarkable flag may be set to the specified value.
 boolean setBookmarkable(boolean flag)
          Sets the bookmarkable flag value.
 
Methods inherited from interface com.ibm.portal.content.BookmarkableFlag
isBookmarkable
 

Method Detail

setBookmarkable

boolean setBookmarkable(boolean flag)
                        throws CannotModifyPropertyException
Sets the bookmarkable flag value.

Parameters:
flag - the new value of the flag
Returns:
the former value of the flag
Throws:
CannotModifyPropertyException - in case the flag cannot be modified

confirmSetBookmarkable

boolean confirmSetBookmarkable(boolean flag)
Indicates if the bookmarkable flag may be set to the specified value.

Parameters:
flag - the value for which to indicate if the flag may be set to
Returns:
true in case the specified value may be set, false otherwise