|
Rename Method public get(path List<PathParam>, response AsyncResponse) : void renamed to public create(path List<PathSegment>, value String, response AsyncResponse) : void in class io.atomix.rest.resources.DocumentTreeResource |
From |
To |
|
Rename Method public create(path List<PathParam>, value String, response AsyncResponse) : void renamed to public get(path List<PathSegment>, response AsyncResponse) : void in class io.atomix.rest.resources.DocumentTreeResource |
From |
To |
|
Rename Method public removeNode(path List<PathParam>, response AsyncResponse) : void renamed to public getChildren(path List<PathSegment>, response AsyncResponse) : void in class io.atomix.rest.resources.DocumentTreeResource |
From |
To |
|
Rename Method public getChildren(path List<PathParam>, response AsyncResponse) : void renamed to public removeNode(path List<PathSegment>, response AsyncResponse) : void in class io.atomix.rest.resources.DocumentTreeResource |
From |
To |
|
Change Parameter Type path : List<PathParam> to path : List<PathSegment> in method public set(path List<PathSegment>, value String, version Long, response AsyncResponse) : void in class io.atomix.rest.resources.DocumentTreeResource |
From |
To |
|
Change Parameter Type path : List<PathParam> to path : List<PathSegment> in method public removeNode(path List<PathSegment>, response AsyncResponse) : void in class io.atomix.rest.resources.DocumentTreeResource |
From |
To |
|
Change Parameter Type path : List<PathParam> to path : List<PathSegment> in method public getChildren(path List<PathSegment>, response AsyncResponse) : void in class io.atomix.rest.resources.DocumentTreeResource |
From |
To |
|
Change Parameter Type params : List<PathParam> to params : List<PathSegment> in method private getDocumentPath(params List<PathSegment>) : DocumentPath in class io.atomix.rest.resources.DocumentTreeResource |
From |
To |
|
Change Parameter Type path : List<PathParam> to path : List<PathSegment> in method public create(path List<PathSegment>, value String, response AsyncResponse) : void in class io.atomix.rest.resources.DocumentTreeResource |
From |
To |
|
Change Parameter Type path : List<PathParam> to path : List<PathSegment> in method public get(path List<PathSegment>, response AsyncResponse) : void in class io.atomix.rest.resources.DocumentTreeResource |
From |
To |