oracle.owb.environment
Interface Connector

All Superinterfaces:
CompilableObject, Component, Extensible, OWBNamedObject, PropertyOwner, Snapshotable, ValidatableObject

public interface Connector
extends Component, Extensible, ValidatableObject, CompilableObject

LogicalConnector interface represents a logical connector between an owning Location and a referenced Location.


Fields inherited from interface oracle.owb.metadatamgmt.changemgmt.Snapshotable
MAX_DEPENDENCY_DEPTH, MIN_DEPENDENCY_DEPTH
 
Method Summary
 Location getOwningLocation()
          Gets the parent Location of the Connector.
 Location getReferencedLocation()
          Gets the referenced Location of the Connector.
 void setReferencedLocation(Location location)
          Sets the referenced Location of the Connector.
 
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
 
Methods inherited from interface oracle.owb.compile.CompilableObject
compile
 

Method Detail

getOwningLocation

public Location getOwningLocation()
Gets the parent Location of the Connector.
Returns:
the LogicalLocation which contains this LogicalConnector

getReferencedLocation

public Location getReferencedLocation()
Gets the referenced Location of the Connector.
Returns:
the LogicalLocation which is referenced by this LogicalConnector
See Also:
setReferencedLocation(oracle.owb.environment.Location)

setReferencedLocation

public void setReferencedLocation(Location location)
Sets the referenced Location of the Connector.
Parameters:
location - the LogicalLocation which will be referenced by this LogicalConnector
See Also:
getReferencedLocation()