+

Search Tips   |   Advanced Search

 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

com.ibm.portal.content
Interface ShareableFlag

All Known Subinterfaces:
LayoutModel<E>, LayoutModelController<T,M>, ModifiableShareableFlag
public interface ShareableFlag

This flag indicates whether the content node can be shared or not. It is only used in the portal administration portlets to allow or disallow sharing contents of pages (aka "explicit derivation"). This flag provided by the LayoutModel.

Since:
5.1.0.1

Method Summary
 boolean isShareable()
          Returns whether this page can be shared or not.
 

Method Detail

isShareable

boolean isShareable()
Returns whether this page can be shared or not.

Returns:
true if the content can be shared, false otherwise.
 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD