|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
A JoinComponent represents a component of a Join.
Each Join Component identifies a Query Item within the current Query Object,
a Query Item within the 'remote' Query Object,
and the conditional operator to be applied between the two Query Items.
| Method Summary | |
Join |
getJoin()
Returns the owning Join. |
QueryItem |
getLocalQueryItem()
Returns the 'local' Query Item. |
java.lang.String |
getOperator()
Returns the conditional operator to be used between the local (detail) item and the remote (master) item. |
QueryItem |
getRemoteQueryItem()
Returns the 'remote' Query Item. |
void |
setLocalQueryItem(QueryItem queryItem)
Sets the 'local' Query Item. |
void |
setOperator(java.lang.String operator)
Sets the conditional operator to be used between the local (detail) item and the remote (master) item. |
void |
setRemoteQueryItem(QueryItem queryItem)
Sets the 'remote' Query Item. |
| 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.foundation.property.PropertyOwner |
getDefaultPropertyValue, getLogicalPropertyKeys, getPhysicalPropertyKeys, getPropertyDomain, getPropertyKeys, getPropertyValue, getPropertyValueString, isLogicalProperty, isPhysicalProperty, isReadOnlyProperty, setPropertyValue, setPropertyValueByString |
| Method Detail |
public java.lang.String getOperator()
setOperator(java.lang.String)public void setOperator(java.lang.String operator)
operator - a String specifying the operator value.getOperator()public Join getJoin()
public void setLocalQueryItem(QueryItem queryItem)
queryItem - a QueryItem object specifying the local query item.getLocalQueryItem()public QueryItem getLocalQueryItem()
setLocalQueryItem(oracle.owb.intelligence.QueryItem)public void setRemoteQueryItem(QueryItem queryItem)
queryItem - a QueryItem object specifying the remote query item.getRemoteQueryItem()public QueryItem getRemoteQueryItem()
setRemoteQueryItem(oracle.owb.intelligence.QueryItem)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||