|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Methods for retrieving and restoring the state of a component. Also methods for retrieving and restoring relationships between components. Any component that needs to be persisted in the BI Beans Catalog must implement this interface.
| Method Summary | |
PersistableAttributes |
getPersistableAttributes(PersistableAttributes attrs)Retrieves the attributes of the component, for searching. |
AggregateInfo[] |
getPersistableComponents()Retrieves a list of Persistable components that the component aggregates. |
void |
initialize(java.util.Hashtable env)Initializes the component with the persistence environment. |
void |
setPersistableAttributes(PersistableAttributes attrs)Specifies attributes that can be used for searching in the BI Beans Catalog. |
void |
setPersistableComponents(AggregateInfo[] persistables)Specifies a list of Persistable components that the component aggregates. |
| Methods inherited from interface oracle.dss.util.persistence.StringXMLizable |
getXMLAsString, setXMLAsString |
| Method Detail |
public void initialize(java.util.Hashtable env)
Context interface in JNDI.env - Environment properties.public AggregateInfo[] getPersistableComponents()
Persistable components that the component aggregates.public void setPersistableComponents(AggregateInfo[] persistables)
Persistable components that the component aggregates.persistables - An AggregateInfo for each component that this component has.public PersistableAttributes getPersistableAttributes(PersistableAttributes attrs)
attrs - The searchable attributes that the application has defined for this component.public void setPersistableAttributes(PersistableAttributes attrs)
attrs - PersistableAttributes that specify search attributes for the component.
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||