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 ConstantsEnum ConstantDescriptionMaintain definitions of governance actions such as governance action processes and governance action types.Manages the definitions of user identities, actor profiles, contact details and actor roles.Search and understand your assets.Create new assets, software capabilities and link them to other elements.Manage Egeria's automation services.Retrieve elements based on type or the classifications/relationships attached to these metadata elements.Maintain classifications and relationships used to organize open metadata elements.Build collections of asset and other metadata.Manages the definitions of communities, their leaders and membership.Manages the creation and maintenance of connections, connector types and endpoints.Create schema definitions to describe the structure of data.Define and search for new data resources.Manages the creation and maintenance of data pipelines, open metadata templates and reference data.Manage governance of data.Manage the metadata about the assets managed by a DevOps pipeline.Manages the creation and maintenance of locations.Manages the creation and maintenance of locations.Work with notelogs, comments, informal tags, ratings/reviews and likes.Create glossary terms and organize them into folders.Maintain governance definitions used in all governance domains.Manages the creation and maintenance of lineage relationships.Manages the creation and maintenance of locations.Provides advanced metadata management features for experts in open metadata.Provides generic search, query and retrieval operations for open metadata.Manages the creation and maintenance of translations for open metadata elements.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.Supports the development and maintenance of digital products.Supports the development and maintenance of digital products.Set up and manage projects.Work with code tables and associated reference data.Retrieve configuration and status from platforms and servers.Manages the creation and maintenance of connections, connector types and endpoints.Set up and review rules and security tags to protect data and systems.Manages the definitions of information supply chains and solution components.Manages the definition of subject areas and reporting on their contents.Retrieve and refine the templates for use during cataloguing.Manages context events and other time related behaviour.Maintain and query valid values for metadata. -
Method Summary
Modifier and TypeMethodDescriptionint
Return the code for this enum instanceReturn 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
-
ASSET_MAKER
Create new assets, software capabilities and link them to other elements. -
METADATA_EXPERT
Provides advanced metadata management features for experts in open metadata. -
PRODUCT_MANAGER
Supports the development and maintenance of digital products. -
PRODUCT_CATALOG
Supports the development and maintenance of digital products. -
GLOSSARY_MANAGER
Create glossary terms and organize them into folders. 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. -
SOLUTION_ARCHITECT
Manages the definitions of information supply chains and solution components. -
CLASSIFICATION_EXPLORER
Retrieve elements based on type or the classifications/relationships attached to these metadata elements. -
TIME_KEEPER
Manages context events and other time related behaviour. -
ACTOR_MANAGER
Manages the definitions of user identities, actor profiles, contact details and actor roles. -
COMMUNITY_MATTERS
Manages the definitions of communities, their leaders and membership. -
SUBJECT_AREA
Manages the definition of subject areas and reporting on their contents. -
CONNECTION_MAKER
Manages the creation and maintenance of connections, connector types and endpoints. -
SCHEMA_MAKER
Manages the creation and maintenance of connections, connector types and endpoints. -
LOCATION_ARENA
Manages the creation and maintenance of locations. -
MULTI_LANGUAGE
Manages the creation and maintenance of translations for open metadata elements. -
LINEAGE_LINKER
Manages the creation and maintenance of lineage relationships. -
EXTERNAL_REFERENCES
Manages the creation and maintenance of locations. -
DIGITAL_BUSINESS
Manages the creation and maintenance of locations. -
DATA_ENGINEER
Manages the creation and maintenance of data pipelines, open metadata templates and reference data.
-
-
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
-
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
-