public class MapConnector
extends oracle.odi.domain.root.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 user-displayable type name for the object.
|
MapConnectorPoint |
getEndPoint()
Get the ending (target) input connector point for the connection.
|
java.lang.String |
getNamespaceId() |
IRoot |
getOwner()
Return the end point for this connector.
|
oracle.odi.domain.mapping.MapRootContainer |
getOwnerMapping()
Get the persistent owner mapping for this connector.
|
oracle.odi.domain.mapping.MapRootContainer |
getRootContainer()
Get the owning FCO root container object for this object.
|
MapConnectorPoint |
getStartPoint()
Get the starting (source) output connector point for the connection.
|
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() |
getBusinessName, getDescription, getGlobalNamespaceId, getName, setBusinessName, setDescriptionaddCachedIssue, addCachedIssues, clearIssueCache, delete, displayIssues, displayIssues, displayIssues, dump, dump, dump, dump, dumpToString, equals, getCachedErrors, getCachedSyncState, getCachedValidationErrorMessage, getChildNamespaceId, getDisplayableObjectName, getFCOContainer, getFullName, getGUID, getInternalId, getPropertyDefinitionOwner, getStrongTypeClassName, getSyncState, getValueHolderValue, handleMapChangeEvent, hasAdapter, hashCode, isNew, setCachedSyncState, validate, validate, validategetBigNumericId, getGlobalId, getNumericId, getParentdump, dump, getDisplayableObjectName, getGUID, getStrongTypeClassName, validate, validate, validategetGlobalId, getInternalId, getParentpublic static final int NAME_MAX_LENGTH
public java.lang.String getNamespaceId()
getNamespaceId in class oracle.odi.domain.root.NamedObjectpublic void setIsHidden(boolean value)
value - public MapConnectorPoint getStartPoint()
public MapConnectorPoint getEndPoint()
public void setName(java.lang.String name)
throws MappingException
INamedObjectsetName in interface INamedObjectsetName in class oracle.odi.domain.root.NamedObjectMappingException - TODOpublic IRoot getOwner()
public oracle.odi.domain.mapping.MapRootContainer getRootContainer()
IMappingObjectgetRootContainer in interface IMappingObjectgetRootContainer in class oracle.odi.domain.root.Rootpublic oracle.odi.domain.mapping.MapRootContainer getOwnerMapping()
public java.lang.String getDisplayableTypeName()
IRootgetDisplayableTypeName in interface IRootgetDisplayableTypeName in class oracle.odi.domain.root.Rootpublic java.lang.String toString()
toString in class oracle.odi.domain.root.Root