-
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.
- Loading branch information
Showing
200 changed files
with
2,807 additions
and
5,477 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -1 +1 @@ | ||
{"class":"OpenMetadataArchive","archiveProperties":{"class":"OpenMetadataArchiveProperties","archiveGUID":"74a786b2-d6d7-401d-b8c1-7d798f752c55","archiveName":"Coco Pharmaceuticals Clinical Trials Templates","archiveDescription":"Templates for new assets relating to a clinical trial.","archiveType":"CONTENT_PACK","originatorName":"Egeria Project","originatorLicense":"Apache 2.0","creationDate":1668588486684,"dependsOnArchives":["bce3b0a0-662a-4f87-b8dc-844078a11a6e"]}} | ||
{"class":"OpenMetadataArchive","archiveProperties":{"class":"OpenMetadataArchiveProperties","archiveGUID":"74a786b2-d6d7-401d-b8c1-7d798f752c55","archiveName":"Coco Pharmaceuticals Clinical Trials Templates","archiveDescription":"Templates for new assets relating to a clinical trial.","archiveType":"CONTENT_PACK","originatorName":"Egeria Project","originatorLicense":"Apache 2.0","creationDate":1669229449553,"dependsOnArchives":["bce3b0a0-662a-4f87-b8dc-844078a11a6e"]}} |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
...src/main/java/org/odpi/openmetadata/accessservices/assetconsumer/client/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 are the Java clients for the Asset Consumer OMAS. | ||
*/ | ||
package org.odpi.openmetadata.accessservices.assetconsumer.client; |
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
.../src/main/java/org/odpi/openmetadata/accessservices/assetconsumer/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.assetconsumer.admin; |
8 changes: 8 additions & 0 deletions
8
...main/java/org/odpi/openmetadata/accessservices/assetconsumer/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,8 @@ | ||
/* 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 Consumer OMAS beans to return to the caller. | ||
*/ | ||
package org.odpi.openmetadata.accessservices.assetconsumer.converters; |
7 changes: 7 additions & 0 deletions
7
...c/main/java/org/odpi/openmetadata/accessservices/assetconsumer/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. */ | ||
|
||
/** | ||
* The implementation of the outbound events from the Asset Consumer OMAS. | ||
*/ | ||
package org.odpi.openmetadata.accessservices.assetconsumer.outtopic; |
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
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
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
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
5 changes: 2 additions & 3 deletions
5
...pi/src/main/java/org/odpi/openmetadata/accessservices/assetowner/events/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 |
---|---|---|
@@ -1,7 +1,6 @@ | ||
/* SPDX-License-Identifier: Apache 2.0 */ | ||
/* Copyright Contributors to the ODPi Egeria project. */ | ||
|
||
/** | ||
* This package contains stub headers for events when Asset Owner OMAS supported events. | ||
* Definitions of the different types of events that the Asset Owner OMAS can publish. | ||
*/ | ||
package org.odpi.openmetadata.accessservices.assetowner.events; | ||
package org.odpi.openmetadata.accessservices.assetowner.events; |
7 changes: 7 additions & 0 deletions
7
...n/java/org/odpi/openmetadata/accessservices/assetowner/metadataelements/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 metadata elements describe the way that metadata is returned from the repository. | ||
*/ | ||
package org.odpi.openmetadata.accessservices.assetowner.metadataelements; |
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
...nt/src/main/java/org/odpi/openmetadata/accessservices/assetowner/client/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 are the Java clients for the Asset Owner OMAS. | ||
*/ | ||
package org.odpi.openmetadata.accessservices.assetowner.client; |
11 changes: 11 additions & 0 deletions
11
...c/main/java/org/odpi/openmetadata/accessservices/assetowner/client/rest/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,11 @@ | ||
/* SPDX-License-Identifier: Apache 2.0 */ | ||
/* Copyright Contributors to the ODPi Egeria project. */ | ||
|
||
/** | ||
* This package provides the support for issuing REST API calls to the OMAG Server and processing common error responses | ||
* (InvalidParameterException, UserNotAuthorizedException, PropertyServerException) from the calls. | ||
* | ||
* This leaves the Asset Owner OMAS Clients to focus on marshalling requests and returning successful responses. | ||
*/ | ||
|
||
package org.odpi.openmetadata.accessservices.assetowner.client.rest; |
7 changes: 7 additions & 0 deletions
7
...ver/src/main/java/org/odpi/openmetadata/accessservices/assetowner/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.assetowner.admin; |
8 changes: 8 additions & 0 deletions
8
...rc/main/java/org/odpi/openmetadata/accessservices/assetowner/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,8 @@ | ||
/* 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 Owner OMAS beans to return to the caller. | ||
*/ | ||
package org.odpi.openmetadata.accessservices.assetowner.converters; |
7 changes: 7 additions & 0 deletions
7
.../src/main/java/org/odpi/openmetadata/accessservices/assetowner/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. */ | ||
|
||
/** | ||
* The implementation of the outbound events from the Asset Owner OMAS. | ||
*/ | ||
package org.odpi.openmetadata.accessservices.assetowner.outtopic; |
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
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
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
.../org/odpi/openmetadata/accessservices/communityprofile/metadataelements/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 metadata elements describe the way that metadata is returned from the repository. | ||
*/ | ||
package org.odpi.openmetadata.accessservices.communityprofile.metadataelements; |
7 changes: 7 additions & 0 deletions
7
...n/java/org/odpi/openmetadata/accessservices/communityprofile/properties/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 beans describe the core properties that are passed to the server to create and update metadata. | ||
*/ | ||
package org.odpi.openmetadata.accessservices.communityprofile.properties; |
11 changes: 11 additions & 0 deletions
11
.../java/org/odpi/openmetadata/accessservices/communityprofile/client/rest/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,11 @@ | ||
/* SPDX-License-Identifier: Apache 2.0 */ | ||
/* Copyright Contributors to the ODPi Egeria project. */ | ||
|
||
/** | ||
* This package provides the support for issuing REST API calls to the OMAG Server and processing common error responses | ||
* (InvalidParameterException, UserNotAuthorizedException, PropertyServerException) from the calls. | ||
* | ||
* This leaves the Data Manager OMAS Clients to focus on marshalling requests and returning successful responses. | ||
*/ | ||
|
||
package org.odpi.openmetadata.accessservices.communityprofile.client.rest; |
7 changes: 7 additions & 0 deletions
7
...c/main/java/org/odpi/openmetadata/accessservices/communityprofile/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.communityprofile.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
9 changes: 9 additions & 0 deletions
9
...-api/src/main/java/org/odpi/openmetadata/accessservices/datamanager/api/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. */ | ||
|
||
/** | ||
* The API package defines the Java interfaces supported by the Data Manager OMAS. | ||
* | ||
* These Java interfaces wrap the REST API calls to the server and the asynchronous event passing through Data Manager OMAS's Out Topic. | ||
*/ | ||
package org.odpi.openmetadata.accessservices.datamanager.api; |
7 changes: 7 additions & 0 deletions
7
.../java/org/odpi/openmetadata/accessservices/datamanager/metadataelements/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 metadata elements describe the way that metadata is returned from the repository. | ||
*/ | ||
package org.odpi.openmetadata.accessservices.datamanager.metadataelements; |
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
...c/main/java/org/odpi/openmetadata/accessservices/datamanager/properties/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 beans describe the core properties that are passed to the server to create and update metadata. | ||
*/ | ||
package org.odpi.openmetadata.accessservices.datamanager.properties; |
8 changes: 0 additions & 8 deletions
8
...api/src/main/java/org/odpi/openmetadata/accessservices/datamanager/rest/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
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
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
Oops, something went wrong.