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 ConstantsEnum ConstantDescription -
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 default name for this enum instance.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_CATALOG_OMAS
-
ASSET_CONSUMER_OMAS
-
ASSET_LINEAGE_OMAS
-
ASSET_MANAGER_OMAS
-
ASSET_OWNER_OMAS
-
ANALYTICS_MODELING_OMAS
-
COMMUNITY_PROFILE_OMAS
-
IT_INFRASTRUCTURE_OMAS
-
DATA_ENGINE_OMAS
-
DATA_MANAGER_OMAS
-
DATA_PRIVACY_OMAS
-
DATA_SCIENCE_OMAS
-
DESIGN_MODEL_OMAS
-
DEVOPS_OMAS
-
DIGITAL_ARCHITECTURE_OMAS
-
DIGITAL_SERVICE_OMAS
-
DISCOVERY_ENGINE_OMAS
-
GLOSSARY_VIEW_OMAS
-
GOVERNANCE_ENGINE_OMAS
-
GOVERNANCE_PROGRAM_OMAS
-
PROJECT_MANAGEMENT_OMAS
-
SECURITY_MANAGER_OMAS
-
SECURITY_OFFICER_OMAS
-
SOFTWARE_DEVELOPER_OMAS
-
STEWARDSHIP_ACTION_OMAS
-
SUBJECT_AREA_OMAS
-
-
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
-