Enum Class AccessServiceDescription

java.lang.Object
java.lang.Enum<AccessServiceDescription>
org.odpi.openmetadata.adminservices.configuration.registration.AccessServiceDescription
All Implemented Interfaces:
Serializable, Comparable<AccessServiceDescription>, Constable

public enum AccessServiceDescription extends Enum<AccessServiceDescription> implements Serializable
AccessServiceDescription provides a list of registered OMAS services.
  • Enum Constant Details

    • ASSET_CATALOG_OMAS

      public static final AccessServiceDescription ASSET_CATALOG_OMAS
      Search and understand your assets.
    • ASSET_CONSUMER_OMAS

      public static final AccessServiceDescription ASSET_CONSUMER_OMAS
      Access assets through connectors.
    • ASSET_LINEAGE_OMAS

      public static final AccessServiceDescription ASSET_LINEAGE_OMAS
      Publish asset lineage.
    • ASSET_MANAGER_OMAS

      public static final AccessServiceDescription ASSET_MANAGER_OMAS
      Manage metadata from a third party asset manager.
    • ASSET_OWNER_OMAS

      public static final AccessServiceDescription ASSET_OWNER_OMAS
      Manage an asset.
    • ANALYTICS_MODELING_OMAS

      public static final AccessServiceDescription ANALYTICS_MODELING_OMAS
      Provides metadata information for Analytics Modeling.
    • COMMUNITY_PROFILE_OMAS

      public static final AccessServiceDescription COMMUNITY_PROFILE_OMAS
      Define personal profile and collaborate
    • IT_INFRASTRUCTURE_OMAS

      public static final AccessServiceDescription IT_INFRASTRUCTURE_OMAS
      Manage information about the deployed IT infrastructure.
    • DATA_ENGINE_OMAS

      public static final AccessServiceDescription DATA_ENGINE_OMAS
      Exchange process models and lineage with a data engine.
    • DATA_MANAGER_OMAS

      public static final AccessServiceDescription 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_PRIVACY_OMAS

      public static final AccessServiceDescription DATA_PRIVACY_OMAS
      Manage governance of privacy.
    • DATA_SCIENCE_OMAS

      public static final AccessServiceDescription DATA_SCIENCE_OMAS
      Create and manage data science definitions and models.
    • DESIGN_MODEL_OMAS

      public static final AccessServiceDescription DESIGN_MODEL_OMAS
      Exchange design model content with tools and standard packages.
    • DEVOPS_OMAS

      public static final AccessServiceDescription DEVOPS_OMAS
      Manage the metadata about the assets managed by a DevOps pipeline.
    • DIGITAL_ARCHITECTURE_OMAS

      public static final AccessServiceDescription DIGITAL_ARCHITECTURE_OMAS
      Design of the digital services for an organization.
    • DIGITAL_SERVICE_OMAS

      public static final AccessServiceDescription DIGITAL_SERVICE_OMAS
      Manage a digital service through its lifecycle.
    • DISCOVERY_ENGINE_OMAS

      public static final AccessServiceDescription DISCOVERY_ENGINE_OMAS
      Support for automated open discovery services.
    • GLOSSARY_VIEW_OMAS

      public static final AccessServiceDescription GLOSSARY_VIEW_OMAS
      Support glossary terms visualization.
    • GOVERNANCE_ENGINE_OMAS

      public static final AccessServiceDescription GOVERNANCE_ENGINE_OMAS
      Provide metadata services and watch dog notification to the governance action services.
    • GOVERNANCE_PROGRAM_OMAS

      public static final AccessServiceDescription GOVERNANCE_PROGRAM_OMAS
      Manage the governance program.
    • PROJECT_MANAGEMENT_OMAS

      public static final AccessServiceDescription PROJECT_MANAGEMENT_OMAS
      Manage governance related projects.
    • SECURITY_MANAGER_OMAS

      public static final AccessServiceDescription SECURITY_MANAGER_OMAS
      Manages exchange of metadata with a security service.
    • SECURITY_OFFICER_OMAS

      public static final AccessServiceDescription SECURITY_OFFICER_OMAS
      Set up rules and security tags to protect data.
    • SOFTWARE_DEVELOPER_OMAS

      public static final AccessServiceDescription SOFTWARE_DEVELOPER_OMAS
      Interact with software development tools.
    • STEWARDSHIP_ACTION_OMAS

      public static final AccessServiceDescription STEWARDSHIP_ACTION_OMAS
      Manage exceptions and actions from open governance.
    • SUBJECT_AREA_OMAS

      public static final AccessServiceDescription SUBJECT_AREA_OMAS
      Document knowledge about a subject area in a glossary.
    • GOVERNANCE_SERVER_OMAS

      public static final AccessServiceDescription 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

      public static AccessServiceDescription[] 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

      public static AccessServiceDescription valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getAccessServiceDefinition

      public static AccessServiceDescription getAccessServiceDefinition(int accessServiceCode)
      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

      public ComponentDevelopmentStatus getAccessServiceDevelopmentStatus()
      Return the development status of the service.
      Returns:
      enum describing the status
    • getAccessServiceName

      public String getAccessServiceName()
      Return the default name for this enum instance.
      Returns:
      String default name
    • getAccessServiceFullName

      public String getAccessServiceFullName()
      Return the formal name for this enum instance.
      Returns:
      String default name
    • getAccessServiceURLMarker

      public String 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

      public String getAccessServiceDescription()
      Return the default description for the type for this enum instance.
      Returns:
      String default description
    • getAccessServiceWiki

      public String getAccessServiceWiki()
      Return the URL for the wiki page describing this access service.
      Returns:
      String URL for the wiki page
    • getAccessServiceInTopicStatus

      public ServiceOperationalStatus getAccessServiceInTopicStatus()
      Return the status of the access services' in topic.
      Returns:
      not-implemented, enabled, disabled
    • getAccessServiceOutTopicStatus

      public ServiceOperationalStatus getAccessServiceOutTopicStatus()
      Return the status of the access services' out topic.
      Returns:
      not-implemented, enabled, disabled