Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new view services #8110

Merged
merged 2 commits into from
Mar 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion CocoComboGUIDMap.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion OpenConnectorsArchiveGUIDMap.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bom/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ext {
classgraphVersion = '4.8.165'
classmateVersion = '1.5.1'
collections4Version = '4.4'
commonscodecVersion = '1.16.1'
commonscodecVersion = '1.16.0'
commonsconfiguration2Version = '2.9.0'
commonsconfigurationVersion = '1.10'
commonsioVersion = '2.15.1'
Expand Down
2 changes: 1 addition & 1 deletion content-packs/CocoBusinessSystemsArchive.omarchive

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion content-packs/CocoClinicalTrialsTemplatesArchive.omarchive

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion content-packs/CocoComboArchive.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion content-packs/CocoComboArchive.omarchive

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion content-packs/CocoGovernanceEngineDefinitionsArchive.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion content-packs/CocoGovernanceProgramArchive.omarchive

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion content-packs/CocoOrganizationArchive.omarchive

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion content-packs/CocoSustainabilityArchive.omarchive

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion content-packs/CocoTypesArchive.omarchive

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion content-packs/OpenConnectorsArchive.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion content-packs/OpenConnectorsArchive.omarchive

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion content-packs/OpenMetadataTypes.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion content-packs/OpenMetadataTypes.omarchive

Large diffs are not rendered by default.

14 changes: 13 additions & 1 deletion open-metadata-distribution/omag-server-platform/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ dependencies {
implementation project(':open-metadata-implementation:adapters:open-connectors:repository-services-connectors:open-metadata-archive-connectors:open-metadata-archive-directory-connector')
implementation project(':open-metadata-implementation:adapters:open-connectors:rest-client-connectors:spring-rest-client-connector')
implementation project(':open-metadata-implementation:adapters:open-connectors:system-connectors:apache-atlas-connectors')
implementation project(':open-metadata-implementation:adapters:open-connectors:system-connectors:apache-kafka-connectors')
implementation project(':open-metadata-implementation:adapters:open-connectors:system-connectors:postgres-server-connectors')
implementation project(':open-metadata-implementation:adapters:open-connectors:secrets-store-connectors:env-variable-secrets-store-connector')
implementation project(':open-metadata-implementation:access-services:asset-catalog:asset-catalog-client')
Expand Down Expand Up @@ -215,6 +216,7 @@ distributions {
from { project(':open-metadata-implementation:adapters:open-connectors:rest-client-connectors:spring-rest-client-connector').jar }
from { project(':open-metadata-implementation:adapters:open-connectors:secrets-store-connectors:env-variable-secrets-store-connector').jar }
from { project(':open-metadata-implementation:adapters:open-connectors:system-connectors:apache-atlas-connectors').jar }
from { project(':open-metadata-implementation:adapters:open-connectors:system-connectors:apache-kafka-connectors').jar }
from { project(':open-metadata-implementation:adapters:open-connectors:system-connectors:postgres-server-connectors').shadowJar }
from { project(':open-metadata-resources:open-metadata-samples:governance-services-sample').jar }
fileMode = 0755
Expand Down Expand Up @@ -381,6 +383,10 @@ distributions {
{ include 'Egeria*.http' }
from { "$rootProject.projectDir/open-metadata-implementation/access-services/subject-area" }
{ include 'Egeria*.http' }
from { "$rootProject.projectDir/open-metadata-implementation/governance-server-services/integration-daemon-services" }
{ include 'Egeria*.http'}
from { "$rootProject.projectDir/open-metadata-implementation/governance-server-services/engine-host-services" }
{ include 'Egeria*.http'}
from { "$rootProject.projectDir/open-metadata-implementation/framework-services/ocf-metadata-management" }
{ include 'Egeria*.http'}
from { "$rootProject.projectDir/open-metadata-implementation/framework-services/oif-metadata-management" }
Expand All @@ -389,14 +395,20 @@ distributions {
{ include 'Egeria*.http' }
from { "$rootProject.projectDir/open-metadata-implementation/view-services/my-profile" }
{ include 'Egeria*.http' }
from { "$rootProject.projectDir/open-metadata-implementation/view-services/asset-catalog" }
{ include 'Egeria*.http' }
from { "$rootProject.projectDir/open-metadata-implementation/view-services/automated-curation" }
{ include 'Egeria*.http' }
from { "$rootProject.projectDir/open-metadata-implementation/view-services/asset-catalog" }
from { "$rootProject.projectDir/open-metadata-implementation/view-services/collection-manager" }
{ include 'Egeria*.http' }
from { "$rootProject.projectDir/open-metadata-implementation/view-services/feedback-manager" }
{ include 'Egeria*.http' }
from { "$rootProject.projectDir/open-metadata-implementation/view-services/glossary-browser" }
{ include 'Egeria*.http' }
from { "$rootProject.projectDir/open-metadata-implementation/view-services/glossary-workflow" }
{ include 'Egeria*.http' }
from { "$rootProject.projectDir/open-metadata-implementation/view-services/governance-author" }
{ include 'Egeria*.http' }
from { "$rootProject.projectDir/open-metadata-implementation/user-security/user-authn" }
{ include 'Egeria*.http' }
from { "$rootProject.projectDir/open-metadata-conformance-suite" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,16 @@ public class OpenIntegrationServiceClient extends OpenIntegrationServiceBase
*
* @param serverName name of the server to connect to
* @param serverPlatformURLRoot the network address of the server running the OMAS REST services
* @param maxPageSize maximum value allowed for page size
*
* @throws InvalidParameterException there is a problem creating the client-side components to issue any
* REST API calls.
*/
public OpenIntegrationServiceClient(String serverName,
String serverPlatformURLRoot) throws InvalidParameterException
String serverPlatformURLRoot,
int maxPageSize) throws InvalidParameterException
{
super(serviceURLMarker, serverName, serverPlatformURLRoot);
super(serviceURLMarker, serverName, serverPlatformURLRoot, maxPageSize);
}


Expand All @@ -37,15 +39,17 @@ public OpenIntegrationServiceClient(String serverName,
* @param serverPlatformURLRoot the network address of the server running the OMAS REST services
* @param serverUserId caller's userID embedded in all HTTP requests
* @param serverPassword caller's password embedded in all HTTP requests
* @param maxPageSize maximum value allowed for page size
*
* @throws InvalidParameterException there is a problem creating the client-side components to issue any
* REST API calls.
*/
public OpenIntegrationServiceClient(String serverName,
String serverPlatformURLRoot,
String serverUserId,
String serverPassword) throws InvalidParameterException
String serverPassword,
int maxPageSize) throws InvalidParameterException
{
super(serviceURLMarker, serverName, serverPlatformURLRoot, serverUserId, serverPassword);
super(serviceURLMarker, serverName, serverPlatformURLRoot, serverUserId, serverPassword, maxPageSize);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,16 @@ public class OpenMetadataStoreClient extends OpenMetadataClientBase
*
* @param serverName name of the server to connect to
* @param serverPlatformURLRoot the network address of the server running the OMAS REST services
* @param maxPageSize maximum value allowed for page size
*
* @throws InvalidParameterException there is a problem creating the client-side components to issue any
* REST API calls.
*/
public OpenMetadataStoreClient(String serverName, String serverPlatformURLRoot) throws InvalidParameterException {
super(serviceURLMarker, serverName, serverPlatformURLRoot);
public OpenMetadataStoreClient(String serverName,
String serverPlatformURLRoot,
int maxPageSize) throws InvalidParameterException
{
super(serviceURLMarker, serverName, serverPlatformURLRoot, maxPageSize);
}


Expand All @@ -37,12 +41,17 @@ public OpenMetadataStoreClient(String serverName, String serverPlatformURLRoot)
* @param serverPlatformURLRoot the network address of the server running the OMAS REST services
* @param serverUserId caller's userId embedded in all HTTP requests
* @param serverPassword caller's password embedded in all HTTP requests
* @param maxPageSize maximum value allowed for page size
*
* @throws InvalidParameterException there is a problem creating the client-side components to issue any
* REST API calls.
*/
public OpenMetadataStoreClient(String serverName, String serverPlatformURLRoot,
String serverUserId, String serverPassword) throws InvalidParameterException {
super(serviceURLMarker, serverName, serverPlatformURLRoot, serverUserId, serverPassword);
public OpenMetadataStoreClient(String serverName,
String serverPlatformURLRoot,
String serverUserId,
String serverPassword,
int maxPageSize) throws InvalidParameterException
{
super(serviceURLMarker, serverName, serverPlatformURLRoot, serverUserId, serverPassword, maxPageSize);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,16 @@ public class OpenGovernanceServiceClient extends OpenGovernanceClientBase
*
* @param serverName name of the server to connect to
* @param serverPlatformURLRoot the network address of the server running the OMAS REST services
* @param maxPageSize pre-initialized parameter limit
*
* @throws InvalidParameterException there is a problem creating the client-side components to issue any
* REST API calls.
*/
public OpenGovernanceServiceClient(String serverName,
String serverPlatformURLRoot) throws InvalidParameterException
String serverPlatformURLRoot,
int maxPageSize) throws InvalidParameterException
{
super(serviceURLMarker, serverName, serverPlatformURLRoot);
super(serviceURLMarker, serverName, serverPlatformURLRoot, maxPageSize);
}


Expand All @@ -38,15 +40,17 @@ public OpenGovernanceServiceClient(String serverName,
* @param serverPlatformURLRoot the network address of the server running the OMAS REST services
* @param serverUserId caller's userId embedded in all HTTP requests
* @param serverPassword caller's password embedded in all HTTP requests
* @param maxPageSize pre-initialized parameter limit
*
* @throws InvalidParameterException there is a problem creating the client-side components to issue any
* REST API calls.
*/
public OpenGovernanceServiceClient(String serverName,
String serverPlatformURLRoot,
String serverUserId,
String serverPassword) throws InvalidParameterException
String serverPassword,
int maxPageSize) throws InvalidParameterException
{
super(serviceURLMarker, serverName, serverPlatformURLRoot, serverUserId, serverPassword);
super(serviceURLMarker, serverName, serverPlatformURLRoot, serverUserId, serverPassword, maxPageSize);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,16 @@ public class OpenIntegrationServiceClient extends OpenIntegrationServiceBase
*
* @param serverName name of the server to connect to
* @param serverPlatformURLRoot the network address of the server running the OMAS REST services
* @param maxPageSize maximum value allowed for page size
*
* @throws InvalidParameterException there is a problem creating the client-side components to issue any
* REST API calls.
*/
public OpenIntegrationServiceClient(String serverName,
String serverPlatformURLRoot) throws InvalidParameterException
String serverPlatformURLRoot,
int maxPageSize) throws InvalidParameterException
{
super(serviceURLMarker, serverName, serverPlatformURLRoot);
super(serviceURLMarker, serverName, serverPlatformURLRoot, maxPageSize);
}


Expand All @@ -38,15 +40,17 @@ public OpenIntegrationServiceClient(String serverName,
* @param serverPlatformURLRoot the network address of the server running the OMAS REST services
* @param serverUserId caller's userId embedded in all HTTP requests
* @param serverPassword caller's password embedded in all HTTP requests
* @param maxPageSize maximum value allowed for page size
*
* @throws InvalidParameterException there is a problem creating the client-side components to issue any
* REST API calls.
*/
public OpenIntegrationServiceClient(String serverName,
String serverPlatformURLRoot,
String serverUserId,
String serverPassword) throws InvalidParameterException
String serverPassword,
int maxPageSize) throws InvalidParameterException
{
super(serviceURLMarker, serverName, serverPlatformURLRoot, serverUserId, serverPassword);
super(serviceURLMarker, serverName, serverPlatformURLRoot, serverUserId, serverPassword, maxPageSize);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,16 @@ public class OpenMetadataStoreClient extends OpenMetadataClientBase
*
* @param serverName name of the server to connect to
* @param serverPlatformURLRoot the network address of the server running the OMAS REST services
* @param maxPageSize maximum value allowed for page size
*
* @throws InvalidParameterException there is a problem creating the client-side components to issue any
* REST API calls.
*/
public OpenMetadataStoreClient(String serverName,
String serverPlatformURLRoot) throws InvalidParameterException
String serverPlatformURLRoot,
int maxPageSize) throws InvalidParameterException
{
super(serviceURLMarker, serverName, serverPlatformURLRoot);
super(serviceURLMarker, serverName, serverPlatformURLRoot, maxPageSize);
}


Expand All @@ -40,15 +42,17 @@ public OpenMetadataStoreClient(String serverName,
* @param serverPlatformURLRoot the network address of the server running the OMAS REST services
* @param serverUserId caller's userId embedded in all HTTP requests
* @param serverPassword caller's password embedded in all HTTP requests
* @param maxPageSize maximum value allowed for page size
*
* @throws InvalidParameterException there is a problem creating the client-side components to issue any
* REST API calls.
*/
public OpenMetadataStoreClient(String serverName,
String serverPlatformURLRoot,
String serverUserId,
String serverPassword) throws InvalidParameterException
String serverPassword,
int maxPageSize) throws InvalidParameterException
{
super(serviceURLMarker, serverName, serverPlatformURLRoot, serverUserId, serverPassword);
super(serviceURLMarker, serverName, serverPlatformURLRoot, serverUserId, serverPassword, maxPageSize);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,16 @@ public class OpenMetadataStoreClient extends OpenMetadataClientBase
*
* @param serverName name of the server to connect to
* @param serverPlatformURLRoot the network address of the server running the OMAS REST services
* @param maxPageSize maximum value allowed for page size
*
* @throws InvalidParameterException there is a problem creating the client-side components to issue any
* REST API calls.
*/
public OpenMetadataStoreClient(String serverName,
String serverPlatformURLRoot) throws InvalidParameterException
String serverPlatformURLRoot,
int maxPageSize) throws InvalidParameterException
{
super(serviceURLMarker, serverName, serverPlatformURLRoot);
super(serviceURLMarker, serverName, serverPlatformURLRoot, maxPageSize);
}


Expand All @@ -39,15 +41,17 @@ public OpenMetadataStoreClient(String serverName,
* @param serverPlatformURLRoot the network address of the server running the OMAS REST services
* @param serverUserId caller's userId embedded in all HTTP requests
* @param serverPassword caller's password embedded in all HTTP requests
* @param maxPageSize maximum value allowed for page size
*
* @throws InvalidParameterException there is a problem creating the client-side components to issue any
* REST API calls.
*/
public OpenMetadataStoreClient(String serverName,
String serverPlatformURLRoot,
String serverUserId,
String serverPassword) throws InvalidParameterException
String serverPassword,
int maxPageSize) throws InvalidParameterException
{
super(serviceURLMarker, serverName, serverPlatformURLRoot, serverUserId, serverPassword);
super(serviceURLMarker, serverName, serverPlatformURLRoot, serverUserId, serverPassword, maxPageSize);
}
}
Loading
Loading