Package | Description |
---|---|
com.ads.api.beans.common |
Contains Collection Classes,Java Bean Classes which are specific to Mappings, Assigned Resources of the Project, Documents related to projects.
|
com.ads.api.beans.mm |
Contains Collection Classes,Java Bean Classes which are specific to Mappings, MappingSpecifications, Project and Subject.
|
com.ads.api.beans.sm |
Contains Collection Classes,Java Bean Classes which are specific to System, Environment,Table, Column and Node.
|
Modifier and Type | Method and Description |
---|---|
Node |
LineageEdge.getSource()
Returns the Node object contains the source information in Lineage/Mapping Row.
|
Node |
LineageEdge.getTarget()
Returns the Node object contains the target information in Lineage/Mapping Row.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Node> |
Node.getChildNodes()
Returns childNodes of the Node.
|
Modifier and Type | Method and Description |
---|---|
void |
Node.addChildNode(java.lang.String name,
Node node)
Adds the childNode to the Node specified as parameter.
|
void |
LineageEdge.setSource(Node source)
Method sets the source node object.
|
void |
LineageEdge.setTarget(Node target)
Method sets the target node object.
|
Modifier and Type | Method and Description |
---|---|
void |
Node.setChildNodes(java.util.HashMap<java.lang.String,Node> hmNodes)
Method sets the childNodes as specified.
|
Modifier and Type | Class and Description |
---|---|
class |
Mapping
This class provides some beans control methods related to mapping details, project, subject and its Audit Specifications.
|
class |
Project
This class provides some beans control methods related to Project and its Documents, Resources and its Audit Specifications.
|
class |
Subject
This class provides some beans control methods related to Subject such as name, description etc...and its Audit Specifications.
|
Modifier and Type | Class and Description |
---|---|
class |
SMColumn
This class provides some beans control methods related to Column, Table in
which the Column is present and its related Audit History Details.
|
class |
SMEnvironment
This class provides some beans control methods related to Environment, Database Details in which the Environment is present and its related Audit History Details.
|
class |
SMSystem
This class provides some beans control methods related to System, Database Details in which the System is present, Tables count and its related Audit History Details.
|
class |
SMTable
This class provides some beans control methods related to Table and the Environment in which the Table is created and its related Audit History Details.
|