public class GroupUtils extends Object
| Constructor and Description |
|---|
GroupUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Group |
generateRandomGroup(Set<Group> existing,
Integer nameLenght) |
static Group |
getByName(Set<Group> toLookInto,
String toLookFor) |
static Set<Group> |
parseGroupXMLResponse(String xml) |
static Set<Group> |
parseUserJSONResponse(String groupResponse) |
public static Set<Group> parseGroupXMLResponse(String xml) throws it.geosolutions.geonetwork.exception.GNLibException
it.geosolutions.geonetwork.exception.GNLibExceptionpublic static Set<Group> parseUserJSONResponse(String groupResponse) throws it.geosolutions.geonetwork.exception.GNLibException
it.geosolutions.geonetwork.exception.GNLibExceptionpublic static Group generateRandomGroup(Set<Group> existing, Integer nameLenght)
Copyright © 2020. All Rights Reserved.