Class ActionAuthorInstance
java.lang.Object
org.odpi.openmetadata.commonservices.multitenant.OMAGServerServiceInstance
org.odpi.openmetadata.commonservices.multitenant.AuditableServerServiceInstance
org.odpi.openmetadata.commonservices.multitenant.OMVSServiceInstance
org.odpi.openmetadata.viewservices.actionauthor.server.ActionAuthorInstance
public class ActionAuthorInstance
extends org.odpi.openmetadata.commonservices.multitenant.OMVSServiceInstance
ActionAuthorInstance caches references to objects it needs for a specific server.
It is also responsible for registering itself in the instance map.
-
Constructor Summary
ConstructorsConstructorDescriptionActionAuthorInstance(String serverName, org.odpi.openmetadata.frameworks.auditlog.AuditLog auditLog, String localServerUserId, int maxPageSize, String remoteServerName, String remoteServerURL) Set up the Action Author OMVS instance -
Method Summary
Modifier and TypeMethodDescriptionorg.odpi.openmetadata.accessservices.governanceprogram.client.ConnectedAssetClientReturn the connected asset client.org.odpi.openmetadata.accessservices.governanceprogram.client.ExternalReferenceManagerReturn the client.org.odpi.openmetadata.accessservices.governanceprogram.client.OpenGovernanceClientReturn the open governance client.org.odpi.openmetadata.accessservices.governanceprogram.client.OpenIntegrationServiceClientReturn the open governance client.org.odpi.openmetadata.accessservices.governanceprogram.client.OpenMetadataStoreClientReturn the open metadata store client.Methods inherited from class org.odpi.openmetadata.commonservices.multitenant.OMVSServiceInstance
getRemoteServerName, getRemoteServerURLMethods inherited from class org.odpi.openmetadata.commonservices.multitenant.OMAGServerServiceInstance
getInvalidParameterHandler, getServerName, getServiceInstanceStatus, getServiceName, setMaxPageSize, setSecurityVerifier, setServiceInstanceStatus, shutdown
-
Constructor Details
-
ActionAuthorInstance
public ActionAuthorInstance(String serverName, org.odpi.openmetadata.frameworks.auditlog.AuditLog auditLog, String localServerUserId, int maxPageSize, String remoteServerName, String remoteServerURL) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException Set up the Action Author OMVS instance- Parameters:
serverName- name of this serverauditLog- logging destinationlocalServerUserId- userId used for server initiated actionsmaxPageSize- maximum page sizeremoteServerName- remote server nameremoteServerURL- remote server URL- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- problem with server name or platform URL
-
-
Method Details
-
getExternalReferenceManager
public org.odpi.openmetadata.accessservices.governanceprogram.client.ExternalReferenceManager getExternalReferenceManager()Return the client. This client is from Asset Owner OMAS and is for maintaining external references for assets.- Returns:
- client
-
getConnectedAssetClient
public org.odpi.openmetadata.accessservices.governanceprogram.client.ConnectedAssetClient getConnectedAssetClient()Return the connected asset client. This client is from Open Connector Framework (OCF) and is for retrieving information about assets and creating connectors.- Returns:
- client
-
getOpenMetadataStoreClient
public org.odpi.openmetadata.accessservices.governanceprogram.client.OpenMetadataStoreClient getOpenMetadataStoreClient()Return the open metadata store client. This client is from the Governance Action Framework (GAF) and is for accessing and maintaining all types of metadata.- Returns:
- client
-
getOpenGovernanceClient
public org.odpi.openmetadata.accessservices.governanceprogram.client.OpenGovernanceClient getOpenGovernanceClient()Return the open governance client. This client is from the Governance Action Framework (GAF) and is for working with automation services.- Returns:
- client
-
getOpenIntegrationServiceClient
public org.odpi.openmetadata.accessservices.governanceprogram.client.OpenIntegrationServiceClient getOpenIntegrationServiceClient()Return the open governance client. This client is from the Governance Action Framework (GAF) and is for working with automation services.- Returns:
- client
-