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 Oracle Weblogic Portal. Oracle 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 Oracle 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 © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.