Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
atlas
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dataplatform
atlas
Commits
7ae0bea9
Commit
7ae0bea9
authored
Sep 29, 2020
by
nixonrodrigues
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-3962 : Include business metadata def header in typdefs headers API
Change-Id: I52783f36c59509fefeb75f56f3391a7ea6a261ce
parent
86e9149b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
AtlasTypeUtil.java
intg/src/main/java/org/apache/atlas/type/AtlasTypeUtil.java
+5
-0
No files found.
intg/src/main/java/org/apache/atlas/type/AtlasTypeUtil.java
View file @
7ae0bea9
...
...
@@ -366,6 +366,11 @@ public class AtlasTypeUtil {
headerList
.
add
(
new
AtlasTypeDefHeader
(
relationshipDef
));
}
}
if
(
CollectionUtils
.
isNotEmpty
(
typesDef
.
getBusinessMetadataDefs
()))
{
for
(
AtlasBusinessMetadataDef
businessMetadataDef
:
typesDef
.
getBusinessMetadataDefs
())
{
headerList
.
add
(
new
AtlasTypeDefHeader
(
businessMetadataDef
));
}
}
return
headerList
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment