-
Notifications
You must be signed in to change notification settings - Fork 261
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
Conversation
Signed-off-by: Mandy Chessell <[email protected]>
Signed-off-by: Mandy Chessell <[email protected]>
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
*/ | ||
public int getOpenTypeOrdinal() | ||
public boolean isDefault() |
Check notice
Code scanning / CodeQL
Missing Override annotation Note
OpenMetadataEnum.isDefault
*/ | ||
public String getDescription() | ||
public String getDescriptionGUID() |
Check notice
Code scanning / CodeQL
Missing Override annotation Note
OpenMetadataEnum.getDescriptionGUID
* | ||
* @return String description | ||
*/ | ||
public String getDescription() { return description; } |
Check notice
Code scanning / CodeQL
Missing Override annotation Note
OpenMetadataEnum.getDescription
{ | ||
return name; | ||
} | ||
public String getName() { return name; } |
Check notice
Code scanning / CodeQL
Missing Override annotation Note
OpenMetadataEnum.getName
{ | ||
return ordinal; | ||
} | ||
public int getOrdinal() { return ordinal; } |
Check notice
Code scanning / CodeQL
Missing Override annotation Note
OpenMetadataEnum.getOrdinal
*/ | ||
public int getOpenTypeOrdinal() | ||
public boolean isDefault() |
Check notice
Code scanning / CodeQL
Missing Override annotation Note
OpenMetadataEnum.isDefault
*/ | ||
public String getDescription() | ||
public String getDescriptionGUID() |
Check notice
Code scanning / CodeQL
Missing Override annotation Note
OpenMetadataEnum.getDescriptionGUID
* | ||
* @return String description | ||
*/ | ||
public String getDescription() { return description; } |
Check notice
Code scanning / CodeQL
Missing Override annotation Note
OpenMetadataEnum.getDescription
{ | ||
return name; | ||
} | ||
public String getName() { return name; } |
Check notice
Code scanning / CodeQL
Missing Override annotation Note
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