Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.3.0)
E15995-02


oracle.webcenter.spaces.metadata
Class SpacesQueryOptions

java.lang.Object
  extended by oracle.webcenter.spaces.metadata.SpacesQueryOptions


public class SpacesQueryOptions
extends java.lang.Object

This class decides the space rows that will be returned. for example if showJoined and public is set to true then both joined and oublic spaces will be returned. set all to true to return all the possible spaces that a user can see.


Constructor Summary
SpacesQueryOptions()
           

 

Method Summary
 boolean getShowAll()
           
 boolean getShowDiscoverable()
           
 boolean getShowJoined()
           
 boolean getShowPublic()
           
 boolean getShowRSSEnabled()
           
 boolean getShowSpacesUser()
           
 void setShowAll(boolean value)
           
 void setShowDiscoverable(boolean value)
           
 void setShowJoined(boolean value)
           
 void setShowPublic(boolean value)
           
 void setShowRSSEnabled(boolean rssEnabled)
           
 void setShowSpacesUser(boolean value)
           
 java.lang.String toString()
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

SpacesQueryOptions

public SpacesQueryOptions()

Method Detail

setShowDiscoverable

public void setShowDiscoverable(boolean value)

setShowPublic

public void setShowPublic(boolean value)

setShowSpacesUser

public void setShowSpacesUser(boolean value)

setShowAll

public void setShowAll(boolean value)

setShowJoined

public void setShowJoined(boolean value)

getShowDiscoverable

public boolean getShowDiscoverable()

getShowPublic

public boolean getShowPublic()

getShowSpacesUser

public boolean getShowSpacesUser()

getShowAll

public boolean getShowAll()

getShowJoined

public boolean getShowJoined()

setShowRSSEnabled

public void setShowRSSEnabled(boolean rssEnabled)

getShowRSSEnabled

public boolean getShowRSSEnabled()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.3.0)
E15995-02


Copyright © 2009, 2010, Oracle. All rights reserved.