com.bea.wsrp.model
Interface INavigableDescription

All Superinterfaces
IOfferedEntity, IPlaceableDescription, Serializable
All Known Subinterfaces:
IBookDescription, IPageDescription

public interface INavigableDescription
extends IPlaceableDescription

Navigable description. Pages and books are navigable.

This interface is intended to be implemented only by BEA Weblogic Portal. BEA Systems reserves the right to add abstract methods to this interface without notice. Implementations of this interface by other parties must not be expected to compile without change in future versions of BEA Weblogic Portal.

Method Summary
 ILocalizedString getDescription()
          Description
 String getOrientation()
          Orientation
 boolean isHidden()
          Returns true if this book is hidden
 boolean isPublic()
          Returns true if this book is public
 
Methods inherited from interface com.bea.wsrp.model.IPlaceableDescription
getAlignment, getPlaceholder, getPlacement, getPosition, getTheme, isDefault
 
Methods inherited from interface com.bea.wsrp.model.IOfferedEntity
getHandle, getTitle
 

Method Detail

getDescription

ILocalizedString getDescription()
Description

Returns
description

isHidden

boolean isHidden()
Returns true if this book is hidden

Returns
boolean

isPublic

boolean isPublic()
Returns true if this book is public

Returns
boolean

getOrientation

String getOrientation()
Orientation

Returns
orientation


Copyright © 2008 BEA Systems, Inc. All Rights Reserved