Uses of Class
org.gcube.spatial.data.geonetwork.model.Group
-
Packages that use Group Package Description org.gcube.spatial.data.geonetwork org.gcube.spatial.data.geonetwork.extension org.gcube.spatial.data.geonetwork.utils -
-
Uses of Group in org.gcube.spatial.data.geonetwork
Methods in org.gcube.spatial.data.geonetwork that return Group Modifier and Type Method Description GroupGeoNetwork. createGroup(String name, String description, String mail, Integer id)GroupGeoNetworkAdministration. createGroup(String name, String description, String mail, Integer id)Methods in org.gcube.spatial.data.geonetwork that return types with arguments of type Group Modifier and Type Method Description Set<Group>GeoNetwork. getGroups()Set<Group>GeoNetworkAdministration. getGroups() -
Uses of Group in org.gcube.spatial.data.geonetwork.extension
Methods in org.gcube.spatial.data.geonetwork.extension that return types with arguments of type Group Modifier and Type Method Description Set<Group>GNClientExtension. getGroups() -
Uses of Group in org.gcube.spatial.data.geonetwork.utils
Methods in org.gcube.spatial.data.geonetwork.utils that return Group Modifier and Type Method Description static GroupGroupUtils. generateRandomGroup(Set<Group> existing, Integer nameLenght)static GroupGroupUtils. getByName(Set<Group> toLookInto, String toLookFor)Methods in org.gcube.spatial.data.geonetwork.utils that return types with arguments of type Group Modifier and Type Method Description static Set<Group>GroupUtils. parseGroupXMLResponse(String xml)static Set<Group>GroupUtils. parseUserJSONResponse(String groupResponse)Method parameters in org.gcube.spatial.data.geonetwork.utils with type arguments of type Group Modifier and Type Method Description static GroupGroupUtils. generateRandomGroup(Set<Group> existing, Integer nameLenght)static GroupGroupUtils. getByName(Set<Group> toLookInto, String toLookFor)
-