updated documentation

This commit is contained in:
Francesco Mangiacrapa 2022-03-31 11:01:17 +02:00
parent a154b5b849
commit 729e9d9f0b
1 changed files with 7 additions and 4 deletions

View File

@ -98,9 +98,12 @@ public class GeonetworkResolver {
/** /**
* Gets the geonetwork request criteria. Creates a request criteria from input * Gets the geonetwork request criteria. Creates a request criteria from input
* parameter pathWithoutGN The parameter pathWithoutGN should be an ordered * parameter pathWithoutGN. The parameter pathWithoutGN should be an ordered
* string (like REST request): SCOPE/MODE/VISIBILITY/OWNER/$$ SCOPE must be: * string (like REST request): SCOPE/MODE/VISIBILITY/OWNER/$$
* ROOT|VO|VRE MODE must be: {@link MODE} VISIBILITY must be: {@link VISIBILITY} *
* SCOPE must be: ROOT|VO|VRE
* MODE must be: {@link MODE}
* VISIBILITY must be: {@link VISIBILITY}
* OWNER (is optional): filter by owner * OWNER (is optional): filter by owner
* *
* @param req the req * @param req the req
@ -283,7 +286,7 @@ public class GeonetworkResolver {
} }
/** /**
* Submit post. * The post request
* *
* @param req the req * @param req the req
* @param scope the scope * @param scope the scope