| Package | Description |
|---|---|
| org.gcube.spatial.data.geonetwork | |
| org.gcube.spatial.data.geonetwork.configuration |
| Modifier and Type | Method and Description |
|---|---|
void |
GeoNetwork.assignOwnership(List<Long> toTransferIds,
Integer targetUserId,
Integer targetGroupId) |
void |
GeoNetworkAdministration.assignOwnership(List<Long> toTransferIds,
Integer targetUserId,
Integer targetGroupId) |
Group |
GeoNetwork.createGroup(String name,
String description,
String mail,
Integer id) |
Group |
GeoNetworkAdministration.createGroup(String name,
String description,
String mail,
Integer id) |
User |
GeoNetwork.createUsers(String username,
String password,
User.Profile profile,
Collection<Integer> groups) |
User |
GeoNetworkAdministration.createUsers(String username,
String password,
User.Profile profile,
Collection<Integer> groups) |
void |
GeoNetwork.deleteMetadata(long id) |
void |
GeoNetworkPublisher.deleteMetadata(long id) |
static GeoNetworkAdministration |
GeoNetwork.get(Configuration config) |
String |
GeoNetwork.getAvailableOwnershipTransfer(Integer userId) |
String |
GeoNetworkAdministration.getAvailableOwnershipTransfer(Integer userId) |
org.opengis.metadata.Metadata |
GeoNetwork.getById(long id) |
org.opengis.metadata.Metadata |
GeoNetworkReader.getById(long id) |
org.opengis.metadata.Metadata |
GeoNetwork.getById(String UUID) |
org.opengis.metadata.Metadata |
GeoNetworkReader.getById(String UUID) |
String |
GeoNetwork.getByIdAsRawString(String UUID) |
String |
GeoNetworkReader.getByIdAsRawString(String UUID) |
it.geosolutions.geonetwork.util.GNInsertConfiguration |
GeoNetworkPublisher.getCurrentUserConfiguration(String category,
String styleSheet) |
Set<Group> |
GeoNetwork.getGroups() |
Set<Group> |
GeoNetworkAdministration.getGroups() |
String |
GeoNetwork.getMetadataOwners() |
String |
GeoNetworkAdministration.getMetadataOwners() |
Set<User> |
GeoNetwork.getUsers() |
Set<User> |
GeoNetworkAdministration.getUsers() |
long |
GeoNetwork.insertAndPromoteMetadata(File requestFile) |
long |
GeoNetworkPublisher.insertAndPromoteMetadata(File requestFile) |
long |
GeoNetwork.insertAndPromoteMetadata(it.geosolutions.geonetwork.util.GNInsertConfiguration configuration,
File metadataFile) |
long |
GeoNetworkPublisher.insertAndPromoteMetadata(it.geosolutions.geonetwork.util.GNInsertConfiguration configuration,
File metadataFile) |
long |
GeoNetwork.insertAndPromoteMetadata(it.geosolutions.geonetwork.util.GNInsertConfiguration configuration,
org.opengis.metadata.Metadata meta) |
long |
GeoNetworkPublisher.insertAndPromoteMetadata(it.geosolutions.geonetwork.util.GNInsertConfiguration configuration,
org.opengis.metadata.Metadata meta) |
long |
GeoNetwork.insertAndPromoteMetadata(org.opengis.metadata.Metadata meta) |
long |
GeoNetworkPublisher.insertAndPromoteMetadata(org.opengis.metadata.Metadata meta) |
long |
GeoNetwork.insertMetadata(File requestFile) |
long |
GeoNetworkPublisher.insertMetadata(File requestFile) |
long |
GeoNetwork.insertMetadata(it.geosolutions.geonetwork.util.GNInsertConfiguration configuration,
File metadataFile) |
long |
GeoNetworkPublisher.insertMetadata(it.geosolutions.geonetwork.util.GNInsertConfiguration configuration,
File metadataFile) |
long |
GeoNetwork.insertMetadata(it.geosolutions.geonetwork.util.GNInsertConfiguration configuration,
org.opengis.metadata.Metadata meta) |
long |
GeoNetworkPublisher.insertMetadata(it.geosolutions.geonetwork.util.GNInsertConfiguration configuration,
org.opengis.metadata.Metadata meta) |
long |
GeoNetwork.insertMetadata(org.opengis.metadata.Metadata meta) |
long |
GeoNetworkPublisher.insertMetadata(org.opengis.metadata.Metadata meta) |
void |
GeoNetwork.login(LoginLevel lvl) |
void |
GeoNetworkReader.login(LoginLevel level) |
void |
GeoNetwork.logout() |
void |
GeoNetworkReader.logout() |
it.geosolutions.geonetwork.util.GNSearchResponse |
GeoNetwork.query(File fileRequest) |
it.geosolutions.geonetwork.util.GNSearchResponse |
GeoNetworkReader.query(File fileRequest) |
it.geosolutions.geonetwork.util.GNSearchResponse |
GeoNetwork.query(it.geosolutions.geonetwork.util.GNSearchRequest request) |
it.geosolutions.geonetwork.util.GNSearchResponse |
GeoNetworkReader.query(it.geosolutions.geonetwork.util.GNSearchRequest request) |
void |
GeoNetwork.setPrivileges(long metadataId,
it.geosolutions.geonetwork.util.GNPrivConfiguration cfg) |
void |
GeoNetworkPublisher.setPrivileges(long metadataId,
it.geosolutions.geonetwork.util.GNPrivConfiguration cfg) |
void |
GeoNetwork.transferOwnership(Integer sourceUserId,
Integer sourceGroupId,
Integer targetUserId,
Integer targetGroupId) |
void |
GeoNetworkAdministration.transferOwnership(Integer sourceUserId,
Integer sourceGroupId,
Integer targetUserId,
Integer targetGroupId) |
void |
GeoNetwork.updateMetadata(long id,
File metadataFile) |
void |
GeoNetworkPublisher.updateMetadata(long id,
File metadataFile) |
void |
GeoNetwork.updateMetadata(long id,
org.opengis.metadata.Metadata meta) |
void |
GeoNetworkPublisher.updateMetadata(long id,
org.opengis.metadata.Metadata meta) |
| Modifier and Type | Method and Description |
|---|---|
ScopeConfiguration |
Configuration.acquireConfiguration()
Assign an available configuration to the current scope and returns it
|
ScopeConfiguration |
DefaultConfiguration.acquireConfiguration() |
void |
Configuration.createScopeConfiguration(ScopeConfiguration toCreate)
Store the passed configuration
|
void |
DefaultConfiguration.createScopeConfiguration(ScopeConfiguration toCreate) |
Account |
Configuration.getAdminAccount() |
Account |
DefaultConfiguration.getAdminAccount() |
Set<ScopeConfiguration> |
Configuration.getExistingConfigurations() |
Set<ScopeConfiguration> |
DefaultConfiguration.getExistingConfigurations() |
String |
Configuration.getGeoNetworkEndpoint() |
String |
DefaultConfiguration.getGeoNetworkEndpoint() |
ServerAccess.Version |
Configuration.getGeoNetworkVersion() |
ServerAccess.Version |
DefaultConfiguration.getGeoNetworkVersion() |
protected org.gcube.common.resources.gcore.ServiceEndpoint.AccessPoint |
DefaultConfiguration.getIsAccessPoint() |
protected org.gcube.common.resources.gcore.ServiceEndpoint |
DefaultConfiguration.getISServiceEndpoint() |
Set<ScopeConfiguration> |
Configuration.getParentScopesConfiguration() |
Set<ScopeConfiguration> |
DefaultConfiguration.getParentScopesConfiguration() |
ScopeConfiguration |
Configuration.getScopeConfiguration() |
ScopeConfiguration |
DefaultConfiguration.getScopeConfiguration() |
protected void |
DefaultConfiguration.loadFromIs()
loads configuration from Is
|
protected void |
DefaultConfiguration.storeAndReload(ScopeConfiguration toStore)
UPDATE existing values and store new ones
|
Copyright © 2017. All Rights Reserved.