|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ModifiableShareableFlag
An interface representing a modifiable shareable flag instance.
Method Summary | |
---|---|
boolean |
confirmSetShareable(boolean flag)
Indicates if the shareable flag may be set to the specified value. |
boolean |
setShareable(boolean flag)
Sets the shareable flag value. |
Methods inherited from interface com.ibm.portal.content.ShareableFlag |
---|
isShareable |
Method Detail |
---|
boolean setShareable(boolean flag) throws CannotModifyPropertyException
flag
- the new value of the flag
CannotModifyPropertyException
- in case the flag cannot be modifiedboolean confirmSetShareable(boolean flag)
flag
- the value for which to indicate if the flag may be set to
true
in case the specified value may be set,
false
otherwise
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |