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
c9af474a
Commit
c9af474a
authored
6 years ago
by
nikhilbonte
Committed by
nixonrodrigues
6 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-3340 :- Fix java doc for /v2/entity/bulk/uniqueAttribute API.java
Signed-off-by:
nixonrodrigues
<
nixon@apache.org
>
parent
243e1562
master
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
EntityREST.java
...p/src/main/java/org/apache/atlas/web/rest/EntityREST.java
+2
-2
No files found.
webapp/src/main/java/org/apache/atlas/web/rest/EntityREST.java
View file @
c9af474a
...
@@ -596,7 +596,7 @@ public class EntityREST {
...
@@ -596,7 +596,7 @@ public class EntityREST {
*
*
* The REST request would look something like this
* The REST request would look something like this
*
*
* GET /v2/entity/bulk/uniqueAttribute/type/hive_db?attr
s_0:qualifiedName=db1@cl1&attrs
_2:qualifiedName=db2@cl1
* GET /v2/entity/bulk/uniqueAttribute/type/hive_db?attr
_0:qualifiedName=db1@cl1&attr
_2:qualifiedName=db2@cl1
*
*
* @param typeName
* @param typeName
* @param minExtInfo
* @param minExtInfo
...
@@ -853,7 +853,7 @@ public class EntityREST {
...
@@ -853,7 +853,7 @@ public class EntityREST {
return
attributes
;
return
attributes
;
}
}
// attr
s_1:qualifiedName=db1@cl1&attrs
_2:qualifiedName=db2@cl1 ==> [ { qualifiedName:db1@cl1 }, { qualifiedName:db2@cl1 } ]
// attr
_1:qualifiedName=db1@cl1&attr
_2:qualifiedName=db2@cl1 ==> [ { qualifiedName:db1@cl1 }, { qualifiedName:db2@cl1 } ]
private
List
<
Map
<
String
,
Object
>>
getAttributesList
(
HttpServletRequest
request
)
{
private
List
<
Map
<
String
,
Object
>>
getAttributesList
(
HttpServletRequest
request
)
{
Map
<
String
,
Map
<
String
,
Object
>>
ret
=
new
HashMap
<>();
Map
<
String
,
Map
<
String
,
Object
>>
ret
=
new
HashMap
<>();
...
...
This diff is collapsed.
Click to expand it.
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