Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Valid Metadata OMVS type support #8153

Merged
merged 3 commits into from
Apr 24, 2024
Merged

Conversation

mandy-chessell
Copy link
Contributor

Description

Add support to retrieve Open Metadata Types to the Valid Metadata OMVS

Related Issue(s)

None

Testing

FVT and manual tests

Release Notes & Documentation

Already done

Additional notes

None

Signed-off-by: Mandy Chessell <[email protected]>
@mandy-chessell mandy-chessell merged commit d8a0ef3 into odpi:main Apr 24, 2024
4 checks passed
void addTemplateClassification(String userId,
String elementGUID,
TemplateClassificationProperties properties,
Map<String, List<Map<String, String>>> specification) throws InvalidParameterException,

Check notice

Code scanning / CodeQL

Useless parameter Note

The parameter 'specification' is never used.
*/
public int getOpenTypeOrdinal()
public boolean isDefault()

Check notice

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
OpenMetadataEnum.isDefault
; it is advisable to add an Override annotation.
*/
public String getDescription()
public String getDescriptionGUID()

Check notice

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
OpenMetadataEnum.getDescriptionGUID
; it is advisable to add an Override annotation.
*
* @return String description
*/
public String getDescription() { return description; }

Check notice

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
OpenMetadataEnum.getDescription
; it is advisable to add an Override annotation.
{
return name;
}
public String getName() { return name; }

Check notice

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
OpenMetadataEnum.getName
; it is advisable to add an Override annotation.
{
return ordinal;
}
public int getOrdinal() { return ordinal; }

Check notice

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
OpenMetadataEnum.getOrdinal
; it is advisable to add an Override annotation.
*/
public int getOpenTypeOrdinal()
public boolean isDefault()

Check notice

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
OpenMetadataEnum.isDefault
; it is advisable to add an Override annotation.
*/
public String getDescription()
public String getDescriptionGUID()

Check notice

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
OpenMetadataEnum.getDescriptionGUID
; it is advisable to add an Override annotation.
*
* @return String description
*/
public String getDescription() { return description; }

Check notice

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
OpenMetadataEnum.getDescription
; it is advisable to add an Override annotation.
{
return name;
}
public String getName() { return name; }

Check notice

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
OpenMetadataEnum.getName
; it is advisable to add an Override annotation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant