-
Notifications
You must be signed in to change notification settings - Fork 261
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7721 from MihaiIliescu/review_and_promote_asset_l…
…ineage_to_tech_preview Added missing documentation items for Asset Lineage
- Loading branch information
Showing
17 changed files
with
183 additions
and
13 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
...i/src/main/java/org/odpi/openmetadata/accessservices/assetlineage/event/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
/* SPDX-License-Identifier: Apache-2.0 */ | ||
/* Copyright Contributors to the ODPi Egeria project. */ | ||
|
||
/** | ||
* Definitions of the different types of events that the Asset Lineage OMAS can publish. | ||
*/ | ||
package org.odpi.openmetadata.accessservices.assetlineage.event; |
7 changes: 7 additions & 0 deletions
7
...n/java/org/odpi/openmetadata/accessservices/assetlineage/ffdc/exception/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
/* SPDX-License-Identifier: Apache-2.0 */ | ||
/* Copyright Contributors to the ODPi Egeria project. */ | ||
|
||
/** | ||
* Exceptions for reporting errors found when using the Asset Lineage OMAS services. | ||
*/ | ||
package org.odpi.openmetadata.accessservices.assetlineage.ffdc.exception; |
7 changes: 7 additions & 0 deletions
7
...i/src/main/java/org/odpi/openmetadata/accessservices/assetlineage/model/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
/* SPDX-License-Identifier: Apache-2.0 */ | ||
/* Copyright Contributors to the ODPi Egeria project. */ | ||
|
||
/** | ||
* This package holds the classes needed to create and represent the lineage graph. | ||
*/ | ||
package org.odpi.openmetadata.accessservices.assetlineage.model; |
7 changes: 7 additions & 0 deletions
7
...-client/src/main/java/org/odpi/openmetadata/accessservices/assetlineage/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
/* SPDX-License-Identifier: Apache-2.0 */ | ||
/* Copyright Contributors to the ODPi Egeria project. */ | ||
|
||
/** | ||
* The Asset Lineage OMAS provides services to query the lineage of business terms and data assets. | ||
*/ | ||
package org.odpi.openmetadata.accessservices.assetlineage; |
7 changes: 7 additions & 0 deletions
7
...r/src/main/java/org/odpi/openmetadata/accessservices/assetlineage/admin/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
/* SPDX-License-Identifier: Apache-2.0 */ | ||
/* Copyright Contributors to the ODPi Egeria project. */ | ||
|
||
/** | ||
* Provides the implementation of the admin classes that are called during server start up and shut down. | ||
*/ | ||
package org.odpi.openmetadata.accessservices.assetlineage.admin; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
...rc/main/java/org/odpi/openmetadata/accessservices/assetlineage/auditlog/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
/* SPDX-License-Identifier: Apache-2.0 */ | ||
/* Copyright Contributors to the ODPi Egeria project. */ | ||
|
||
/** | ||
* The auditlog package provides the definition of any messages that are used for auditing the operation of the Asset Lineage. | ||
*/ | ||
package org.odpi.openmetadata.accessservices.assetlineage.auditlog; |
7 changes: 7 additions & 0 deletions
7
.../main/java/org/odpi/openmetadata/accessservices/assetlineage/converters/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
/* SPDX-License-Identifier: Apache-2.0 */ | ||
/* Copyright Contributors to the ODPi Egeria project. */ | ||
|
||
/** | ||
* Provides the converters that take beans from the repository services (eg entities and relationships) and converts them into Asset Lineage OMAS beans to return to the caller. | ||
*/ | ||
package org.odpi.openmetadata.accessservices.assetlineage.converters; |
7 changes: 7 additions & 0 deletions
7
...rc/main/java/org/odpi/openmetadata/accessservices/assetlineage/handlers/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
/* SPDX-License-Identifier: Apache-2.0 */ | ||
/* Copyright Contributors to the ODPi Egeria project. */ | ||
|
||
/** | ||
* These handlers drive the interaction with the metadata repositories. | ||
*/ | ||
package org.odpi.openmetadata.accessservices.assetlineage.handlers; |
8 changes: 8 additions & 0 deletions
8
...c/main/java/org/odpi/openmetadata/accessservices/assetlineage/listeners/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/* SPDX-License-Identifier: Apache-2.0 */ | ||
/* Copyright Contributors to the ODPi Egeria project. */ | ||
|
||
/** | ||
* Supports the processing of events from the repository services that notify this module of changes to the metadata | ||
* in the repository services. | ||
*/ | ||
package org.odpi.openmetadata.accessservices.assetlineage.listeners; |
7 changes: 7 additions & 0 deletions
7
...rc/main/java/org/odpi/openmetadata/accessservices/assetlineage/outtopic/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
/* SPDX-License-Identifier: Apache-2.0 */ | ||
/* Copyright Contributors to the ODPi Egeria project. */ | ||
|
||
/** | ||
* Produces events on the Asset Lineage OMAS's out topic. | ||
*/ | ||
package org.odpi.openmetadata.accessservices.assetlineage.outtopic; |
7 changes: 7 additions & 0 deletions
7
.../src/main/java/org/odpi/openmetadata/accessservices/assetlineage/server/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
/* SPDX-License-Identifier: Apache-2.0 */ | ||
/* Copyright Contributors to the ODPi Egeria project. */ | ||
|
||
/** | ||
* Provides the server side support for the REST API. | ||
*/ | ||
package org.odpi.openmetadata.accessservices.assetlineage.server; |
7 changes: 7 additions & 0 deletions
7
...er/src/main/java/org/odpi/openmetadata/accessservices/assetlineage/util/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
/* SPDX-License-Identifier: Apache-2.0 */ | ||
/* Copyright Contributors to the ODPi Egeria project. */ | ||
|
||
/** | ||
* Utility classes for writing out Asset Lineage | ||
*/ | ||
package org.odpi.openmetadata.accessservices.assetlineage.util; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
...in/java/org/odpi/openmetadata/accessservices/assetlineage/server/spring/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/* SPDX-License-Identifier: Apache-2.0 */ | ||
/* Copyright Contributors to the ODPi Egeria project. */ | ||
|
||
/** | ||
* This package provides the server-side implementation of the Asset Lineage OMAS using the Spring framework. | ||
* It includes the AssetLineageResource class, which defines the RESTful endpoints for querying and publishing asset lineage information. | ||
* The endpoints allow users to scan the cohort, find and publish entities, and retrieve connection information for the Asset Lineage OMAS's out topic. | ||
*/ | ||
package org.odpi.openmetadata.accessservices.assetlineage.server.spring; |
14 changes: 14 additions & 0 deletions
14
...va/org/odpi/openmetadata/accessservices/assetlineage/outtopic/connector/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/* SPDX-License-Identifier: Apache-2.0 */ | ||
/* Copyright Contributors to the ODPi Egeria project. */ | ||
|
||
/** | ||
* This package provides the implementation for the client-side connector that receives events | ||
* from the Asset Lineage OMAS's OutTopic. | ||
* | ||
* It includes the AssetLineageOutTopicClientConnector class, which handles the registration of event listeners | ||
* and processing of inbound events. The package also contains the AssetLineageOutTopicClientProvider class, | ||
* which serves as the connector provider for the AssetLineageOutTopicClientConnector. | ||
* | ||
* Together, these classes enable the receipt and handling of events on the Asset Lineage OMAS OutTopic. | ||
*/ | ||
package org.odpi.openmetadata.accessservices.assetlineage.outtopic.connector; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters