Enum Class IntegrationServiceDescription
java.lang.Object
java.lang.Enum<IntegrationServiceDescription>
org.odpi.openmetadata.governanceservers.integrationdaemonservices.registration.IntegrationServiceDescription
- All Implemented Interfaces:
Serializable
,Comparable<IntegrationServiceDescription>
,Constable
public enum IntegrationServiceDescription
extends Enum<IntegrationServiceDescription>
implements Serializable
IntegrationServiceDescription provides a list of registered integration services.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionReturn the default value for permitted synchronization that should be set up for the integration connectors as they are configured.int
Return the code for this enum instancegetIntegrationServiceDefinition
(int integrationServiceCode) Return the enum that corresponds with the supplied code.Return the default description for the type for this enum instance.Return the development status of the service.Return the formal name for this enum instance.Return the default name for this enum instance.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 URL for the wiki page describing this integration service.Returns the enum constant of this class with the specified name.static IntegrationServiceDescription[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CATALOG_INTEGRATOR_OMIS
-
API_INTEGRATOR_OMIS
-
TOPIC_INTEGRATOR_OMIS
-
DISPLAY_INTEGRATOR_OMIS
-
DATABASE_INTEGRATOR_OMIS
-
FILES_INTEGRATOR_OMIS
-
LINEAGE_INTEGRATOR_OMIS
-
ORGANIZATION_INTEGRATOR_OMIS
-
SECURITY_INTEGRATOR_OMIS
-
ANALYTICS_INTEGRATOR_OMIS
-
SEARCH_INTEGRATOR_OMIS
-
INFRASTRUCTURE_INTEGRATOR_OMIS
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getIntegrationServiceDefinition
public static IntegrationServiceDescription getIntegrationServiceDefinition(int integrationServiceCode) Return the enum that corresponds with the supplied code.- Parameters:
integrationServiceCode
- requested code- Returns:
- enum
-
getIntegrationServiceCode
public int getIntegrationServiceCode()Return the code for this enum instance- Returns:
- int type code
-
getIntegrationServiceDevelopmentStatus
Return the development status of the service.- Returns:
- enum describing the status
-
getIntegrationServiceName
Return the default name for this enum instance.- Returns:
- String default name
-
getIntegrationServiceFullName
Return the formal name for this enum instance.- Returns:
- String default name
-
getIntegrationServiceURLMarker
Return the string that appears in the REST API URL that identifies the owning service.- Returns:
- String default URL marker
-
getIntegrationServiceDescription
Return the default description for the type for this enum instance.- Returns:
- String default description
-
getIntegrationServiceWiki
Return the URL for the wiki page describing this integration service.- Returns:
- String URL name for the wiki page
-
getIntegrationServicePartnerOMAS
Return the full name of the Open Metadata Access Service (OMAS) that this integration service is partnered with.- Returns:
- Full name of OMAS
-
getDefaultPermittedSynchronization
Return the default value for permitted synchronization that should be set up for the integration connectors as they are configured.- Returns:
- enum default
-