|
Oracle Warehouse Builder Java API Reference 10g Release 1 (10.1) B12155-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A BusinessArea is a component of an Intelligence Module that collects together Query Objects and IO Function definitions that are relevant to a specific business interest.
| Field Summary |
| Fields inherited from interface oracle.owb.metadatamgmt.changemgmt.Snapshotable |
MAX_DEPENDENCY_DEPTH, MIN_DEPENDENCY_DEPTH |
| Method Summary | |
void |
addDerivationListener(DerivationListener l)addDerivationListener register DerivationListener. |
BusinessAreaShortcut |
createFunctionShortcut(IOFunction ioFunction, java.lang.String name)Creates a shortcut to an IO Function. |
BusinessAreaShortcut |
createQueryObjectShortcut(QueryObject queryObject, java.lang.String name)Creates a shortcut to a Query Object. |
IODerivationTarget[] |
deriveIntelligenceObject(IODerivationSource sourceObj)Carries out an Intelligence Object derivation from a single source object into this Business Area. |
IODerivationTarget[] |
deriveIntelligenceObjects(IODerivationSource[] sources)Carries out an Intelligence Object derivation from multiple source objects into this Business Area. |
BusinessAreaShortcut |
findShortcut(java.lang.String name)Search for a shortcut by name in this Business Area. |
BusinessAreaShortcut[] |
getFunctionShortcuts()Returns a list of the shortcuts to IO Functions in this Business Area. |
IntelligenceModule |
getIntelligenceModule()Returns the Intelligence Module this business area belongs to. |
BusinessAreaShortcut[] |
getQueryObjectShortcuts()Returns a list of the shortcuts to Query Objects in this Business Area. |
void |
removeDerivationListener(DerivationListener l)removeDerivationListener de-register DerivationListener. |
| Methods inherited from interface oracle.owb.foundation.Component |
getOwningFolder, isReloadNeeded, lock, reload, unlock |
| Methods inherited from interface oracle.owb.foundation.OWBNamedObject |
delete, getBusinessName, getClassDefinition, getComponent, getDescription, getName, getUOID, isDeletable, isEditable, isRenamable, setBusinessName, setDescription, setName |
| Methods inherited from interface oracle.owb.metadatamgmt.changemgmt.Snapshotable |
compare, compare, compare, compare, createSnapshot, createSnapshot, createSnapshotWithDependeeComponents, createSnapshotWithDependeeComponents, getSnapshots |
| Methods inherited from interface oracle.owb.foundation.property.PropertyOwner |
getDefaultPropertyValue, getLogicalPropertyKeys, getPhysicalPropertyKeys, getPropertyDomain, getPropertyKeys, getPropertyValue, getPropertyValueString, isLogicalProperty, isPhysicalProperty, isReadOnlyProperty, setPropertyValue, setPropertyValueByString |
| Methods inherited from interface oracle.owb.compile.ValidatableObject |
validate |
| Method Detail |
public IODerivationTarget[] deriveIntelligenceObject(IODerivationSource sourceObj)
sourceObj - the individual or collective Derivation Source object that is to be the source of the derivation.public IODerivationTarget[] deriveIntelligenceObjects(IODerivationSource[] sources)
sources - an array of individual or collective Derivation Source objects that are to be the source of the derivation.public IntelligenceModule getIntelligenceModule()
public BusinessAreaShortcut[] getQueryObjectShortcuts()
public BusinessAreaShortcut createQueryObjectShortcut(QueryObject queryObject,
java.lang.String name)
throws NameSpaceException,
InvalidFormatException
queryObject - the QueryObject which the shortcut is to referencename - the name of the shortcut (if no name is supplied, a default name will be used)NameSpaceExceptionInvalidFormatExceptionpublic BusinessAreaShortcut[] getFunctionShortcuts()
public BusinessAreaShortcut createFunctionShortcut(IOFunction ioFunction,
java.lang.String name)
throws NameSpaceException,
InvalidFormatException
ioFunction - the IOFunction which the shortcut is to referencename - the name of the shortcut (if no name is supplied, a default name will be used)NameSpaceExceptionInvalidFormatExceptionpublic BusinessAreaShortcut findShortcut(java.lang.String name)
name - the name of the Business Area Shortcut to be foundnull otherwisepublic void addDerivationListener(DerivationListener l)
l - Object implementing the DerivationListener interfaceremoveDerivationListener(oracle.owb.intelligence.DerivationListener)public void removeDerivationListener(DerivationListener l)
l - listener to removeaddDerivationListener(oracle.owb.intelligence.DerivationListener)
|
Oracle Warehouse Builder Java API Reference 10g Release 1 (10.1) B12155-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||