+

Search Tips   |   Advanced Search

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

com.ibm.portal
Interface ActiveFlag

All Known Subinterfaces:
ContentLabel, ContentNode, ContentPage, ContentURL, Decoration, ExternalContentURL, InternalContentURL, Language, LayoutModel<E>, LayoutModelController<T,M>, Markup, ModifiableActiveFlag, ModifiableContentLabel, ModifiableContentNode, ModifiableContentPage, ModifiableContentURL, ModifiableDecoration, ModifiableExternalContentURL, ModifiableInternalContentURL, ModifiablePortletDefinition, ModifiableSkin, ModifiableStaticContentPage, ModifiableTheme, Operation, PortletDefinition, SafeOperation, Skin, StaticContentPage, Theme, ThemeContent, ThemeInclude, ThemeItem, ThemeJspInclude, ThemeLinkItem, ThemeTextItem, UnsafeOperation
All Known Implementing Classes:
DefaultThemeContent, DefaultThemeItem, DefaultThemeJspInclude, DefaultThemeLinkItem, DefaultThemeTextItem
public interface ActiveFlag

An interface providing the active flag. The active flag is used in different portal resources to indicate whether they are activated or not. The concrete meaning of being active or inactive is documented on the resource implementing this interface.

Since:
5.1.0.1

Method Summary
 boolean isActive()
          Returns whether this resource is active or not.
 

Method Detail

isActive

boolean isActive()
                 throws ModelException
Returns whether this resource is active or not.

Returns:
true if the resource is active, false otherwise
Throws:
ModelException - in case the flag cannot be retrieved.
 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD