@Entity public class MapConnector extends NamedObject
| Modifier and Type | Field and Description |
|---|---|
static int |
NAME_MAX_LENGTH
Maximum length of the name of a map connector.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDisplayableTypeName()
Get a displayable type name for the property owner object.
|
MapConnectorPoint |
getEndPoint()
Get the ending (target) input connector point for the connection.
|
IRoot |
getOwner()
Gets the mapping owner (or parent) of this object.
|
MapConnectorPoint |
getStartPoint()
Get the starting (source) output connector point for the connection.
|
void |
invalidateDownstreamExpressions()
For internal use only.
|
void |
setIsHidden(boolean value)
Set the hidden flag which indicates that the connector is hidden for any graphical
UI rendering of the graph.
|
void |
setName(java.lang.String name)
Set the name of the object.
|
java.lang.String |
toString() |
getGlobalId, getNumericId, hasCustomizedPersistenceMethodFor, invokeCustomizedPersistenceMethodFordump, dump, getDisplayableObjectName, getGUID, getStrongTypeClassName, validate, validategetRootContainergetGlobalId, getInternalId, getSecurityContainerpublic static final int NAME_MAX_LENGTH
public void setIsHidden(boolean value)
value - public MapConnectorPoint getStartPoint()
public MapConnectorPoint getEndPoint()
public void invalidateDownstreamExpressions()
throws oracle.odi.domain.mapping.exception.MapComponentException
oracle.odi.domain.mapping.exception.MapComponentExceptionpublic void setName(java.lang.String name)
throws MappingException
INamedObjectsetName in interface INamedObjectsetName in class NamedObjectMappingException - TODOpublic IRoot getOwner()
IRootpublic java.lang.String getDisplayableTypeName()
RootgetDisplayableTypeName in interface IRootgetDisplayableTypeName in class Root