Enum Class ViewServiceDescription
java.lang.Object
java.lang.Enum<ViewServiceDescription>
org.odpi.openmetadata.adminservices.configuration.registration.ViewServiceDescription
- All Implemented Interfaces:
Serializable
,Comparable<ViewServiceDescription>
,Constable
ViewServiceDescription provides a list of registered view services.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionMaintain definitions of governance actions such as governance action processes and governance action types.Search and understand your assets.Manage Egeria's automation services.Maintain classifications and relationships used to organize open metadata elements.Build collections of asset and other metadata.Create schema definitions to describe the structure of data.Define and search for new data resources.Manage governance of data.Manage the metadata about the assets managed by a DevOps pipeline.Explore and operate an open metadata ecosystem.Work with notelogs, comments, informal tags, ratings/reviews and likes.View Service for glossary authoring.View glossary terms and categories within a glossary.Create glossary terms and organize them into categories as part of a controlled workflow process.Maintain governance definitions used in all governance domains.Provides generic search, query and retrieval operations for open metadata.Manage information about the logged on user as well as their preferences.Manages the definitions of notifications.Describe teams and organizational structure.Manage governance of privacy.Set up and manage projects.Work with code tables and associated reference data.Explore open metadata instances.Retrieve configuration and status from platforms and servers.Set up and review rules and security tags to protect data and systems.Author server configuration.Retrieve and refine the templates for use during cataloguing.Explore the open metadata types in a repository or cohort.Maintain and query valid values for metadata. -
Method Summary
Modifier and TypeMethodDescriptionint
Return the code for this enum instancestatic ViewServiceDescription
getViewServiceDefinition
(int viewServiceCode) 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 component.Return the formal name for this enum instance.Return the default name for this enum instance.Return the description of the service that this view 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 UI view.static ViewServiceDescription
Returns the enum constant of this class with the specified name.static ViewServiceDescription[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
GLOSSARY_AUTHOR
View Service for glossary authoring. -
REPOSITORY_EXPLORER
Explore open metadata instances. -
TYPE_EXPLORER
Explore the open metadata types in a repository or cohort. -
DINO
Explore and operate an open metadata ecosystem. -
SERVER_AUTHOR
Author server configuration. -
GLOSSARY_BROWSER
View glossary terms and categories within a glossary. -
GLOSSARY_MANAGER
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
Manage information about the logged on user as well as their preferences. -
ASSET_CATALOG
Search and understand your assets. -
COLLECTION_MANAGER
Build collections of asset and other metadata. -
AUTOMATED_CURATION
Manage Egeria's automation services. -
FEEDBACK_MANAGER
Work with notelogs, comments, informal tags, ratings/reviews and likes. -
ACTION_AUTHOR
Maintain definitions of governance actions such as governance action processes and governance action types. -
PROJECT_MANAGER
Set up and manage projects. -
DATA_DISCOVERY
Define and search for new data resources. -
TEMPLATE_MANAGER
Retrieve and refine the templates for use during cataloguing. -
REFERENCE_DATA
Work with code tables and associated reference data. -
VALID_METADATA
Maintain and query valid values for metadata. -
CLASSIFICATION_MANAGER
Maintain classifications and relationships used to organize open metadata elements. -
DEVOPS_PIPELINE
Manage the metadata about the assets managed by a DevOps pipeline. -
SECURITY_OFFICER
Set up and review rules and security tags to protect data and systems. -
PRIVACY_OFFICER
Manage governance of privacy. -
DATA_OFFICER
Manage governance of data. -
PEOPLE_ORGANIZER
Describe teams and organizational structure. -
RUNTIME_MANAGER
Retrieve configuration and status from platforms and servers. -
GOVERNANCE_OFFICER
Maintain governance definitions used in all governance domains. -
DATA_DESIGNER
Create schema definitions to describe the structure of data. -
METADATA_EXPLORER
Provides generic search, query and retrieval operations for open metadata. -
NOTIFICATION_MANAGER
Manages the definitions of notifications. This includes the definition of the trigger for the notification, the style of notification and the recipient.
-
-
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
-
getViewServiceDefinition
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
Return the development status of the component.- Returns:
- enum describing the status
-
getViewServiceName
Return the default name for this enum instance.- Returns:
- String default name
-
getViewServiceFullName
Return the formal name for this enum instance.- Returns:
- String default name
-
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
Return the default description for the type for this enum instance.- Returns:
- String default description
-
getViewServiceWiki
Return the URL for the wiki page describing this UI view.- Returns:
- String URL for the wiki page
-
getViewServicePartnerService
Return the description of the service that this view service is partnered with.- Returns:
- Full name of related service
-