@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, invokeCustomizedPersistenceMethodFor
dump, dump, getDisplayableObjectName, getGUID, getStrongTypeClassName, validate, validate
getRootContainer
getGlobalId, getInternalId, getSecurityContainer
public 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.MapComponentException
public void setName(java.lang.String name) throws MappingException
INamedObject
setName
in interface INamedObject
setName
in class NamedObject
MappingException
- TODOpublic IRoot getOwner()
IRoot
public java.lang.String getDisplayableTypeName()
Root
getDisplayableTypeName
in interface IRoot
getDisplayableTypeName
in class Root