Class IntegrationServiceRegistration
java.lang.Object
org.odpi.openmetadata.governanceservers.integrationdaemonservices.registration.IntegrationServiceRegistration
IntegrationServiceRegistration is used to describe an integration service and register it with the integration daemon registry.
-
Constructor Summary
ConstructorDescriptionDefault constructor for use with Jackson librariesCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Validate that an object is equal depending on their stored values.Return the default value for permitted synchronization that should be set up for the integration connectors as they are configured.Return the Java class name of the admin-services interface for this integration service.Return the short description of the integration service.Return the development status of the service.Return the full name of the integration service.int
Return the code number (ordinal) for this integration service.Return the name of the integration service.Return the status of this integration service.Return the full name of the Open Metadata Access Service (OMAS) that this integration service is partnered with.Return the string that appears in the REST API URL that identifies the owning service.Return the wiki page link for the integration service.int
hashCode()
Return a hash code based on the values of this object.void
setDefaultPermittedSynchronization
(PermittedSynchronization defaultPermittedSynchronization) Set up the default value for permitted synchronization that should be set up for the integration connectors as they are configured.void
setEngineServiceDevelopmentStatus
(ComponentDevelopmentStatus integrationServiceDevelopmentStatus) Set up the development status of the service.void
setIntegrationServiceContextManagerClass
(String integrationServiceContextManagerClass) Set up the Java class name of the admin services interface for this integration service.void
setIntegrationServiceDescription
(String integrationServiceDescription) Set up the short description of the integration service.void
setIntegrationServiceFullName
(String integrationServiceFullName) Set up the full name of the integration service.void
setIntegrationServiceId
(int integrationServiceId) Set up the code number (ordinal) for this integration service.void
setIntegrationServiceName
(String integrationServiceName) Set up the name of the integration service.void
setIntegrationServiceOperationalStatus
(ServiceOperationalStatus integrationServiceOperationalStatus) Set up the status of the integration service.void
setIntegrationServicePartnerOMAS
(String integrationServicePartnerOMAS) Set up the full name of the Open Metadata Access Service (OMAS) that this integration service is partnered with.void
setIntegrationServiceURLMarker
(String integrationServiceURLMarker) Set up the string that appears in the REST API URL that identifies the owning service.void
setIntegrationServiceWiki
(String integrationServiceWiki) Set up the wiki page link for the integration service.toString()
Standard toString method.
-
Constructor Details
-
IntegrationServiceRegistration
public IntegrationServiceRegistration()Default constructor for use with Jackson libraries -
IntegrationServiceRegistration
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getIntegrationServiceId
public int getIntegrationServiceId()Return the code number (ordinal) for this integration service.- Returns:
- int ordinal
-
setIntegrationServiceId
public void setIntegrationServiceId(int integrationServiceId) Set up the code number (ordinal) for this integration service.- Parameters:
integrationServiceId
- int ordinal
-
getIntegrationServiceDevelopmentStatus
Return the development status of the service.- Returns:
- enum describing the status
-
setEngineServiceDevelopmentStatus
public void setEngineServiceDevelopmentStatus(ComponentDevelopmentStatus integrationServiceDevelopmentStatus) Set up the development status of the service.- Parameters:
integrationServiceDevelopmentStatus
- enum describing the status
-
getIntegrationServiceContextManagerClass
Return the Java class name of the admin-services interface for this integration service.- Returns:
- String class name implementing the IntegrationServiceAdmin interface.
-
setIntegrationServiceContextManagerClass
Set up the Java class name of the admin services interface for this integration service.- Parameters:
integrationServiceContextManagerClass
- String class name implementing the IntegrationServiceAdmin interface.
-
getIntegrationServiceName
Return the name of the integration service.- Returns:
- String name
-
setIntegrationServiceFullName
Set up the full name of the integration service.- Parameters:
integrationServiceFullName
- String name
-
setIntegrationServiceName
Set up the name of the integration service.- Parameters:
integrationServiceName
- String name
-
getIntegrationServiceFullName
Return the full name of the integration service.- Returns:
- String name
-
getIntegrationServiceURLMarker
Return the string that appears in the REST API URL that identifies the owning service. Null means no REST APIs supported by this service.- Returns:
- String default name
-
setIntegrationServiceURLMarker
Set up the string that appears in the REST API URL that identifies the owning service. Null means no REST APIs supported by this service.- Parameters:
integrationServiceURLMarker
- url fragment
-
getIntegrationServiceDescription
Return the short description of the integration service. The default value is in English but this can be changed.- Returns:
- String description
-
setIntegrationServiceDescription
Set up the short description of the integration service.- Parameters:
integrationServiceDescription
- String description
-
getIntegrationServiceWiki
Return the wiki page link for the integration service.- Returns:
- String url
-
setIntegrationServiceWiki
Set up the wiki page link for the integration service.- Parameters:
integrationServiceWiki
- String url
-
getIntegrationServicePartnerOMAS
Return the full name of the Open Metadata Access Service (OMAS) that this integration service is partnered with.- Returns:
- Full name of OMAS
-
setIntegrationServicePartnerOMAS
Set up the full name of the Open Metadata Access Service (OMAS) that this integration service is partnered with.- Parameters:
integrationServicePartnerOMAS
- Full name of OMAS
-
getIntegrationServiceOperationalStatus
Return the status of this integration service.- Returns:
- ServiceOperationalStatus enum
-
setIntegrationServiceOperationalStatus
public void setIntegrationServiceOperationalStatus(ServiceOperationalStatus integrationServiceOperationalStatus) Set up the status of the integration service.- Parameters:
integrationServiceOperationalStatus
- ServiceOperationalStatus enum
-
getDefaultPermittedSynchronization
Return the default value for permitted synchronization that should be set up for the integration connectors as they are configured.- Returns:
- enum default
-
setDefaultPermittedSynchronization
public void setDefaultPermittedSynchronization(PermittedSynchronization defaultPermittedSynchronization) Set up the default value for permitted synchronization that should be set up for the integration connectors as they are configured.- Parameters:
defaultPermittedSynchronization
- enum default
-
toString
Standard toString method. -
equals
Validate that an object is equal depending on their stored values. -
hashCode
public int hashCode()Return a hash code based on the values of this object.
-