Enum Class AccessServiceDescription
java.lang.Object
java.lang.Enum<AccessServiceDescription>
org.odpi.openmetadata.adminservices.configuration.registration.AccessServiceDescription
- All Implemented Interfaces:
Serializable
,Comparable<AccessServiceDescription>
,Constable
AccessServiceDescription provides a list of registered OMAS services.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionProvides metadata information for Analytics Modeling.Access assets through connectors.Publish asset lineage.Manage metadata from a third party asset manager.Manage an asset.Define personal profile and collaborateExchange process models and lineage with a data engine.Capture changes to the data stores and data set managed by a data manager such as a database server, content manager or file system.Create and manage data science definitions and models.Exchange design model content with tools and standard packages.Design of the digital services for an organization.Manage a digital service through its lifecycle.Support for automated open discovery services.Support glossary terms visualization.Provide metadata services and watch dog notification to the governance action services.Manage the governance program.Supply the governance engine definitions to the engine hosts and the and integration group definitions to the integration daemons.Manage information about the deployed IT infrastructure.Manage governance related projects.Manages exchange of metadata with a security service.Interact with software development tools.Manage exceptions and actions from open governance.Document knowledge about a subject area in a glossary. -
Method Summary
Modifier and TypeMethodDescriptionint
Return the code for this enum instancestatic AccessServiceDescription
getAccessServiceDefinition
(int accessServiceCode) 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 status of the access services' in topic.Return the default name for this enum instance.Return the status of the access services' out topic.Return the string that appears in the REST API URL that identifies the owning service.Return the URL for the wiki page describing this access service.static AccessServiceDescription
Returns the enum constant of this class with the specified name.static AccessServiceDescription[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ASSET_CONSUMER_OMAS
Access assets through connectors. -
ASSET_LINEAGE_OMAS
Publish asset lineage. -
ASSET_MANAGER_OMAS
Manage metadata from a third party asset manager. -
ASSET_OWNER_OMAS
Manage an asset. -
ANALYTICS_MODELING_OMAS
Provides metadata information for Analytics Modeling. -
COMMUNITY_PROFILE_OMAS
Define personal profile and collaborate -
IT_INFRASTRUCTURE_OMAS
Manage information about the deployed IT infrastructure. -
DATA_ENGINE_OMAS
Exchange process models and lineage with a data engine. -
DATA_MANAGER_OMAS
Capture changes to the data stores and data set managed by a data manager such as a database server, content manager or file system. -
DATA_SCIENCE_OMAS
Create and manage data science definitions and models. -
DESIGN_MODEL_OMAS
Exchange design model content with tools and standard packages. -
DIGITAL_ARCHITECTURE_OMAS
Design of the digital services for an organization. -
DIGITAL_SERVICE_OMAS
Manage a digital service through its lifecycle. -
DISCOVERY_ENGINE_OMAS
Support for automated open discovery services. -
GLOSSARY_VIEW_OMAS
Support glossary terms visualization. -
GOVERNANCE_ENGINE_OMAS
Provide metadata services and watch dog notification to the governance action services. -
GOVERNANCE_PROGRAM_OMAS
Manage the governance program. -
PROJECT_MANAGEMENT_OMAS
Manage governance related projects. -
SECURITY_MANAGER_OMAS
Manages exchange of metadata with a security service. -
SOFTWARE_DEVELOPER_OMAS
Interact with software development tools. -
STEWARDSHIP_ACTION_OMAS
Manage exceptions and actions from open governance. -
SUBJECT_AREA_OMAS
Document knowledge about a subject area in a glossary. -
GOVERNANCE_SERVER_OMAS
Supply the governance engine definitions to the engine hosts and the and integration group definitions to the integration daemons.
-
-
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
-
getAccessServiceDefinition
Return the enum that corresponds with the supplied code.- Parameters:
accessServiceCode
- requested code- Returns:
- enum
-
getAccessServiceCode
public int getAccessServiceCode()Return the code for this enum instance- Returns:
- int type code
-
getAccessServiceDevelopmentStatus
Return the development status of the service.- Returns:
- enum describing the status
-
getAccessServiceName
Return the default name for this enum instance.- Returns:
- String default name
-
getAccessServiceFullName
Return the formal name for this enum instance.- Returns:
- String default name
-
getAccessServiceURLMarker
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 URL marker
-
getAccessServiceDescription
Return the default description for the type for this enum instance.- Returns:
- String default description
-
getAccessServiceWiki
Return the URL for the wiki page describing this access service.- Returns:
- String URL for the wiki page
-
getAccessServiceInTopicStatus
Return the status of the access services' in topic.- Returns:
- not-implemented, enabled, disabled
-
getAccessServiceOutTopicStatus
Return the status of the access services' out topic.- Returns:
- not-implemented, enabled, disabled
-