Skip navigation links


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

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.