Skip to content

Commit

Permalink
[NkXyUGRz] Fixes #3669: apoc.uuid.setup -Signature not matching descr…
Browse files Browse the repository at this point in the history
…iption (#3683) (#3684) (#3757)
  • Loading branch information
vga91 committed Aug 31, 2023
1 parent 9172ba5 commit be37c47
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
¦Qualified Name¦Type¦Release
|xref::overview/apoc.uuid/apoc.uuid.adoc[apoc.uuid.drop icon:book[]]

CALL apoc.uuid.drop(databaseName, label) yield label, installed, properties \| eventually removes previously added UUID handler and returns uuid information
CALL apoc.uuid.drop(label, databaseName) yield label, installed, properties \| eventually removes previously added UUID handler and returns uuid information
|label:procedure[]
|label:apoc-full[]
|xref::overview/apoc.uuid/apoc.uuid.adoc[apoc.uuid.dropAll icon:book[]]
Expand Down Expand Up @@ -32,7 +32,7 @@ CALL apoc.uuid.removeAll() yield label, installed, properties \| it removes all
|label:apoc-full[]
|xref::overview/apoc.uuid/apoc.uuid.adoc[apoc.uuid.setup icon:book[]]

CALL apoc.uuid.setup(databaseName, label, $config) \| eventually adds the uuid transaction handler for the provided `label` and `uuidProperty`, in case the UUID handler is already present it will be replaced by the new one
CALL apoc.uuid.setup(label, databaseName, $config) \| eventually adds the uuid transaction handler for the provided `label` and `uuidProperty`, in case the UUID handler is already present it will be replaced by the new one
|label:procedure[]
|label:apoc-full[]
|xref::overview/apoc.uuid/apoc.uuid.adoc[apoc.uuid.show icon:book[]]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
¦xref::overview/apoc.uuid/apoc.uuid.drop.adoc[apoc.uuid.drop icon:book[]] +

`CALL apoc.uuid.drop(databaseName, label) yield label, installed, properties | eventually removes previously added UUID handler and returns uuid information`
`CALL apoc.uuid.drop(label, databaseName) yield label, installed, properties | eventually removes previously added UUID handler and returns uuid information`
¦label:procedure[]
¦label:apoc-full[]
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
¦xref::overview/apoc.uuid/apoc.uuid.setup.adoc[apoc.uuid.setup icon:book[]] +

`CALL apoc.uuid.setup(databaseName, label, $config) | eventually adds the uuid transaction handler for the provided `label` and `uuidProperty`, in case the UUID handler is already present it will be replaced by the new one`
`CALL apoc.uuid.setup(label, databaseName, $config) | eventually adds the uuid transaction handler for the provided `label` and `uuidProperty`, in case the UUID handler is already present it will be replaced by the new one`
¦label:procedure[]
¦label:apoc-full[]
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This file is generated by DocsTest, so don't change it!
label:procedure[] label:apoc-full[]

[.emphasis]
CALL apoc.uuid.drop(databaseName, label) yield label, installed, properties | eventually removes previously added UUID handler and returns uuid information
CALL apoc.uuid.drop(label, databaseName) yield label, installed, properties | eventually removes previously added UUID handler and returns uuid information

== Signature

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This file is generated by DocsTest, so don't change it!
label:procedure[] label:apoc-full[]

[.emphasis]
CALL apoc.uuid.setup(databaseName, label, $config) | eventually adds the uuid transaction handler for the provided `label` and `uuidProperty`, in case the UUID handler is already present it will be replaced by the new one
CALL apoc.uuid.setup(label, databaseName, $config) | eventually adds the uuid transaction handler for the provided `label` and `uuidProperty`, in case the UUID handler is already present it will be replaced by the new one

== Signature

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This file is generated by DocsTest, so don't change it!
| Qualified Name | Type | Release
|xref::overview/apoc.uuid/apoc.uuid.drop.adoc[apoc.uuid.drop icon:book[]]

CALL apoc.uuid.drop(databaseName, label) yield label, installed, properties \| eventually removes previously added UUID handler and returns uuid information
CALL apoc.uuid.drop(label, databaseName) yield label, installed, properties \| eventually removes previously added UUID handler and returns uuid information
|label:procedure[]
|label:apoc-full[]
|xref::overview/apoc.uuid/apoc.uuid.dropAll.adoc[apoc.uuid.dropAll icon:book[]]
Expand Down Expand Up @@ -41,7 +41,7 @@ CALL apoc.uuid.removeAll() yield label, installed, properties \| it removes all
|label:apoc-full[]
|xref::overview/apoc.uuid/apoc.uuid.setup.adoc[apoc.uuid.setup icon:book[]]

CALL apoc.uuid.setup(databaseName, label, $config) \| eventually adds the uuid transaction handler for the provided `label` and `uuidProperty`, in case the UUID handler is already present it will be replaced by the new one
CALL apoc.uuid.setup(label, databaseName, $config) \| eventually adds the uuid transaction handler for the provided `label` and `uuidProperty`, in case the UUID handler is already present it will be replaced by the new one
|label:procedure[]
|label:apoc-full[]
|xref::overview/apoc.uuid/apoc.uuid.show.adoc[apoc.uuid.show icon:book[]]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3554,7 +3554,7 @@ apoc.util.validatePredicate(predicate, message, params) \| if the predicate yiel
| Qualified Name | Type | Release
|xref::overview/apoc.uuid/apoc.uuid.drop.adoc[apoc.uuid.drop icon:book[]]

CALL apoc.uuid.drop(databaseName, label) yield label, installed, properties \| eventually removes previously added UUID handler and returns uuid information
CALL apoc.uuid.drop(label, databaseName) yield label, installed, properties \| eventually removes previously added UUID handler and returns uuid information
|label:procedure[]
|label:apoc-full[]
|xref::overview/apoc.uuid/apoc.uuid.dropAll.adoc[apoc.uuid.dropAll icon:book[]]
Expand Down Expand Up @@ -3585,7 +3585,7 @@ CALL apoc.uuid.removeAll() yield label, installed, properties \| it removes all
|label:apoc-full[]
|xref::overview/apoc.uuid/apoc.uuid.setup.adoc[apoc.uuid.setup icon:book[]]

CALL apoc.uuid.setup(databaseName, label, $config) \| eventually adds the uuid transaction handler for the provided `label` and `uuidProperty`, in case the UUID handler is already present it will be replaced by the new one
CALL apoc.uuid.setup(label, databaseName, $config) \| eventually adds the uuid transaction handler for the provided `label` and `uuidProperty`, in case the UUID handler is already present it will be replaced by the new one
|label:procedure[]
|label:apoc-full[]
|xref::overview/apoc.uuid/apoc.uuid.show.adoc[apoc.uuid.show icon:book[]]
Expand Down
4 changes: 2 additions & 2 deletions full/src/main/java/apoc/uuid/UUIDNewProcedures.java
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ private void checkRefreshConfigSet() {
@SystemProcedure
@Admin
@Procedure(mode = Mode.WRITE)
@Description("CALL apoc.uuid.setup(databaseName, label, $config) | eventually adds the uuid transaction handler for the provided `label` and `uuidProperty`, in case the UUID handler is already present it will be replaced by the new one")
@Description("CALL apoc.uuid.setup(label, databaseName, $config) | eventually adds the uuid transaction handler for the provided `label` and `uuidProperty`, in case the UUID handler is already present it will be replaced by the new one")
public Stream<UuidInfo> setup(@Name("label") String label,
@Name(value = "databaseName", defaultValue = "neo4j") String databaseName,
@Name(value = "config", defaultValue = "{}") Map<String, Object> config) {
Expand All @@ -84,7 +84,7 @@ public Stream<UuidInfo> setup(@Name("label") String label,
@SystemProcedure
@Admin
@Procedure(mode = Mode.WRITE)
@Description("CALL apoc.uuid.drop(databaseName, label) yield label, installed, properties | eventually removes previously added UUID handler and returns uuid information")
@Description("CALL apoc.uuid.drop(label, databaseName) yield label, installed, properties | eventually removes previously added UUID handler and returns uuid information")
public Stream<UuidInfo> drop(@Name("label") String label, @Name(value = "databaseName", defaultValue = "neo4j") String databaseName) {
checkInSystemLeader(databaseName);

Expand Down

0 comments on commit be37c47

Please sign in to comment.