|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This interface defines a Reference Bean. A reference bean is a derived from regular presentation beans such as oracle.dss.graph.Graph>/code> or oracle.dss.crosstab.Crosstab. Once a DefinitionInfo is set on a reference bean, the reference bean can load(save) itself from(to) BICatalog.
| Method Summary | |
DefinitionInfo |
getDefinition()Retrieves the DefinitionInfo object from this reference bean |
BISession |
getSession()retrieves the BISession object associated this reference bean |
boolean |
isBackgroundLoad()retrieves a boolean value which indicates if the presentation is loaded using another thread |
boolean |
isLoaded()Return true if the view has finished loading |
void |
load()Load the presentation from the BI Catalog, if the presentation contains a live query, the query will be executed as well. |
void |
save()Save the changes to the presentation to the BI Catalog. |
void |
saveAs(java.lang.String location)Save the the presentaion to the BI Catalog using a different name |
void |
setBackgroundLoad(boolean doBackGroundLoad)Specifies if the presentation should be loaded using another thread |
void |
setDefinition(DefinitionInfo definition)specifies the DefinitionInfo of this reference bean |
void |
setSession(BISession biSession)specifies the BISession Object associated with this refrence bean |
| Methods inherited from interface oracle.dss.util.persistence.Persistable |
getPersistableAttributes, getPersistableComponents, initialize, setPersistableAttributes, setPersistableComponents |
| Methods inherited from interface oracle.dss.util.persistence.StringXMLizable |
getXMLAsString, setXMLAsString |
| Method Detail |
public void setSession(BISession biSession)
The - BISession that is associatedwi the this reference beanpublic BISession getSession()
BISession that is associated with this reference beanpublic void setDefinition(DefinitionInfo definition)
DefinitionInfo of this reference beandefintion - the DefinitionInfo object for this reference beanpublic DefinitionInfo getDefinition()
DefinitionInfo object from this reference beanDefinitionInfo that specifies the configuration file and the full path of this reference beanpublic void load()
public void save()
public void saveAs(java.lang.String location)
location - the object Path, such as "folder/object1"public void setBackgroundLoad(boolean doBackGroundLoad)
doBackGroundLoad - true: Presentation is loaded using another thread false: Presentation is loaded in the calling threadpublic boolean isBackgroundLoad()
public boolean isLoaded()
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||