Enum Class ViewServiceDescription

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

public enum ViewServiceDescription extends Enum<ViewServiceDescription>
ViewServiceDescription provides a list of registered view services.
  • Enum Constant Details

    • GLOSSARY_AUTHOR

      public static final ViewServiceDescription GLOSSARY_AUTHOR
      View Service for glossary authoring.
    • REPOSITORY_EXPLORER

      public static final ViewServiceDescription REPOSITORY_EXPLORER
      Explore open metadata instances.
    • TYPE_EXPLORER

      public static final ViewServiceDescription TYPE_EXPLORER
      Explore the open metadata types in a repository or cohort.
    • DINO

      public static final ViewServiceDescription DINO
      Explore and operate an open metadata ecosystem.
    • SERVER_AUTHOR

      public static final ViewServiceDescription SERVER_AUTHOR
      Author server configuration.
    • GLOSSARY_BROWSER

      public static final ViewServiceDescription GLOSSARY_BROWSER
      View glossary terms and categories within a glossary.
    • GLOSSARY_WORKFLOW

      public static final ViewServiceDescription GLOSSARY_WORKFLOW
      Create glossary terms and organize them into categories as part of a controlled workflow process. It supports the editing glossary and multiple states.
    • MY_PROFILE

      public static final ViewServiceDescription MY_PROFILE
      Manage information about the logged on user as well as their preferences.
    • ASSET_CATALOG

      public static final ViewServiceDescription ASSET_CATALOG
      Search and understand your assets.
    • COLLECTION_MANAGER

      public static final ViewServiceDescription COLLECTION_MANAGER
      Build collections of asset and other metadata.
    • AUTOMATED_CURATION

      public static final ViewServiceDescription AUTOMATED_CURATION
      Manage Egeria's automation services.
    • FEEDBACK_MANAGER

      public static final ViewServiceDescription FEEDBACK_MANAGER
      Work with comments, informal tags, ratings/reviews and likes.
    • GOVERNANCE_AUTHOR

      public static final ViewServiceDescription GOVERNANCE_AUTHOR
      Maintain definitions of governance actions such as governance action processes and governance action types.
    • PROJECT_MANAGER

      public static final ViewServiceDescription PROJECT_MANAGER
      Set up and manage projects.
    • DATA_DISCOVERY

      public static final ViewServiceDescription DATA_DISCOVERY
      Define and search for new data resources.
    • TEMPLATE_MANAGER

      public static final ViewServiceDescription TEMPLATE_MANAGER
      Retrieve and refine the templates for use during cataloguing.
    • REFERENCE_DATA

      public static final ViewServiceDescription REFERENCE_DATA
      Work with code tables and associated reference data.
  • Method Details

    • values

      public static ViewServiceDescription[] 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 ViewServiceDescription 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
    • getViewServiceDefinition

      public static ViewServiceDescription getViewServiceDefinition(int viewServiceCode)
      Return the enum that corresponds with the supplied code.
      Parameters:
      viewServiceCode - requested code
      Returns:
      enum
    • getViewServiceCode

      public int getViewServiceCode()
      Return the code for this enum instance
      Returns:
      int type code
    • getViewServiceDevelopmentStatus

      public ComponentDevelopmentStatus getViewServiceDevelopmentStatus()
      Return the development status of the component.
      Returns:
      enum describing the status
    • getViewServiceName

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

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

      public String getViewServiceURLMarker()
      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
    • getViewServiceDescription

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

      public String getViewServiceWiki()
      Return the URL for the wiki page describing this UI view.
      Returns:
      String URL for the wiki page
    • getViewServicePartnerService

      public String getViewServicePartnerService()
      Return the description of the service that this view service is partnered with.
      Returns:
      Full name of related service