Uses of Class
org.gcube.spatial.data.geonetwork.model.faults.MissingServiceEndpointException
Packages that use MissingServiceEndpointException
Package
Description
-
Uses of MissingServiceEndpointException in org.gcube.spatial.data.geonetwork
Methods in org.gcube.spatial.data.geonetwork that throw MissingServiceEndpointExceptionModifier and TypeMethodDescriptionvoidGeoNetwork.assignOwnership(List<Long> toTransferIds, Integer targetUserId, Integer targetGroupId) voidGeoNetworkAdministration.assignOwnership(List<Long> toTransferIds, Integer targetUserId, Integer targetGroupId) GeoNetwork.createGroup(String name, String description, String mail, Integer id) GeoNetworkAdministration.createGroup(String name, String description, String mail, Integer id) GeoNetwork.createUsers(String username, String password, User.Profile profile, Collection<Integer> groups) GeoNetworkAdministration.createUsers(String username, String password, User.Profile profile, Collection<Integer> groups) voidGeoNetwork.deleteMetadata(long id) voidGeoNetworkPublisher.deleteMetadata(long id) static GeoNetworkAdministrationGeoNetwork.get(Configuration config) GeoNetwork.getAvailableOwnershipTransfer(Integer userId) GeoNetworkAdministration.getAvailableOwnershipTransfer(Integer userId) org.opengis.metadata.MetadataGeoNetwork.getById(long id) org.opengis.metadata.Metadataorg.opengis.metadata.MetadataGeoNetworkReader.getById(long id) org.opengis.metadata.MetadataGeoNetwork.getByIdAsRawString(String UUID) GeoNetworkReader.getByIdAsRawString(String UUID) it.geosolutions.geonetwork.util.GNInsertConfigurationGeoNetworkPublisher.getCurrentUserConfiguration(String category, String styleSheet) GeoNetwork.getGroups()GeoNetworkAdministration.getGroups()it.geosolutions.geonetwork.op.gn3.GN3MetadataGetInfo.MetadataInfoit.geosolutions.geonetwork.op.gn3.GN3MetadataGetInfo.MetadataInfoit.geosolutions.geonetwork.op.gn3.GN3MetadataGetInfo.MetadataInfoit.geosolutions.geonetwork.op.gn3.GN3MetadataGetInfo.MetadataInfoGeoNetwork.getMetadataOwners()GeoNetworkAdministration.getMetadataOwners()GeoNetwork.getUsers()GeoNetworkAdministration.getUsers()longGeoNetwork.insertAndPromoteMetadata(it.geosolutions.geonetwork.util.GNInsertConfiguration configuration, File metadataFile) longGeoNetwork.insertAndPromoteMetadata(it.geosolutions.geonetwork.util.GNInsertConfiguration configuration, org.opengis.metadata.Metadata meta) longGeoNetwork.insertAndPromoteMetadata(File requestFile) longGeoNetwork.insertAndPromoteMetadata(org.opengis.metadata.Metadata meta) longGeoNetworkPublisher.insertAndPromoteMetadata(it.geosolutions.geonetwork.util.GNInsertConfiguration configuration, File metadataFile) longGeoNetworkPublisher.insertAndPromoteMetadata(it.geosolutions.geonetwork.util.GNInsertConfiguration configuration, org.opengis.metadata.Metadata meta) longGeoNetworkPublisher.insertAndPromoteMetadata(File requestFile) longGeoNetworkPublisher.insertAndPromoteMetadata(org.opengis.metadata.Metadata meta) longGeoNetwork.insertMetadata(it.geosolutions.geonetwork.util.GNInsertConfiguration configuration, File metadataFile) longGeoNetwork.insertMetadata(it.geosolutions.geonetwork.util.GNInsertConfiguration configuration, org.opengis.metadata.Metadata meta) longGeoNetwork.insertMetadata(File requestFile) longGeoNetwork.insertMetadata(org.opengis.metadata.Metadata meta) longGeoNetworkPublisher.insertMetadata(it.geosolutions.geonetwork.util.GNInsertConfiguration configuration, File metadataFile) longGeoNetworkPublisher.insertMetadata(it.geosolutions.geonetwork.util.GNInsertConfiguration configuration, org.opengis.metadata.Metadata meta) longGeoNetworkPublisher.insertMetadata(File requestFile) longGeoNetworkPublisher.insertMetadata(org.opengis.metadata.Metadata meta) voidGeoNetwork.login(LoginLevel lvl) voidGeoNetworkReader.login(LoginLevel level) voidGeoNetwork.logout()voidGeoNetworkReader.logout()it.geosolutions.geonetwork.util.GNSearchResponseGeoNetwork.query(it.geosolutions.geonetwork.util.GNSearchRequest request) it.geosolutions.geonetwork.util.GNSearchResponseit.geosolutions.geonetwork.util.GNSearchResponseGeoNetworkReader.query(it.geosolutions.geonetwork.util.GNSearchRequest request) it.geosolutions.geonetwork.util.GNSearchResponsevoidGeoNetwork.setPrivileges(long metadataId, it.geosolutions.geonetwork.util.GNPrivConfiguration cfg) voidGeoNetworkPublisher.setPrivileges(long metadataId, it.geosolutions.geonetwork.util.GNPrivConfiguration cfg) voidGeoNetwork.transferOwnership(Integer sourceUserId, Integer sourceGroupId, Integer targetUserId, Integer targetGroupId) voidGeoNetworkAdministration.transferOwnership(Integer sourceUserId, Integer sourceGroupId, Integer targetUserId, Integer targetGroupId) voidGeoNetwork.updateMetadata(long id, File metadataFile) voidGeoNetwork.updateMetadata(long id, org.opengis.metadata.Metadata meta) voidGeoNetworkPublisher.updateMetadata(long id, File metadataFile) voidGeoNetworkPublisher.updateMetadata(long id, org.opengis.metadata.Metadata meta) -
Uses of MissingServiceEndpointException in org.gcube.spatial.data.geonetwork.configuration
Methods in org.gcube.spatial.data.geonetwork.configuration that throw MissingServiceEndpointExceptionModifier and TypeMethodDescriptionConfiguration.acquireConfiguration()Assigns an available configuration to the current scope and returns it.DefaultConfiguration.acquireConfiguration()voidConfiguration.createScopeConfiguration(ScopeConfiguration toCreate) Store the passed configurationvoidDefaultConfiguration.createScopeConfiguration(ScopeConfiguration toCreate) Configuration.getAdminAccount()Gets the admin account.DefaultConfiguration.getAdminAccount()Configuration.getExistingConfigurations()Gets all existing configurations.DefaultConfiguration.getExistingConfigurations()Configuration.getGeoNetworkEndpoint()Gets the GeoNetwork endpoint URL.DefaultConfiguration.getGeoNetworkEndpoint()Configuration.getGeoNetworkVersion()Gets the GeoNetwork version.DefaultConfiguration.getGeoNetworkVersion()protected org.gcube.common.resources.gcore.ServiceEndpoint.AccessPointDefaultConfiguration.getIsAccessPoint()Gets the access point from Information System.protected org.gcube.common.resources.gcore.ServiceEndpointDefaultConfiguration.getISServiceEndpoint()Gets the service endpoint from Information System.Configuration.getParentScopesConfiguration()Gets configurations from parent scopes.DefaultConfiguration.getParentScopesConfiguration()Configuration.getScopeConfiguration()Gets the current scope configuration.DefaultConfiguration.getScopeConfiguration()protected voidDefaultConfiguration.loadFromIs()Loads configuration from Information System (IS).protected voidDefaultConfiguration.storeAndReload(ScopeConfiguration toStore) UPDATE existing values and store new ones