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 |
GeoNetwork.getById(String UUID) |
|
org.opengis.metadata.Metadata |
GeoNetworkReader.getById(long id) |
|
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() |
|
it.geosolutions.geonetwork.op.gn3.GN3MetadataGetInfo.MetadataInfo |
GeoNetwork.getInfo(Long id) |
|
it.geosolutions.geonetwork.op.gn3.GN3MetadataGetInfo.MetadataInfo |
GeoNetwork.getInfo(String uuid) |
|
it.geosolutions.geonetwork.op.gn3.GN3MetadataGetInfo.MetadataInfo |
GeoNetworkReader.getInfo(Long id) |
|
it.geosolutions.geonetwork.op.gn3.GN3MetadataGetInfo.MetadataInfo |
GeoNetworkReader.getInfo(String uuid) |
|
String |
GeoNetwork.getMetadataOwners() |
|
String |
GeoNetworkAdministration.getMetadataOwners() |
|
Set<User> |
GeoNetwork.getUsers() |
|
Set<User> |
GeoNetworkAdministration.getUsers() |
|
long |
GeoNetwork.insertAndPromoteMetadata(it.geosolutions.geonetwork.util.GNInsertConfiguration configuration,
File metadataFile) |
|
long |
GeoNetwork.insertAndPromoteMetadata(it.geosolutions.geonetwork.util.GNInsertConfiguration configuration,
org.opengis.metadata.Metadata meta) |
|
long |
GeoNetwork.insertAndPromoteMetadata(File requestFile) |
|
long |
GeoNetwork.insertAndPromoteMetadata(org.opengis.metadata.Metadata meta) |
|
long |
GeoNetworkPublisher.insertAndPromoteMetadata(it.geosolutions.geonetwork.util.GNInsertConfiguration configuration,
File metadataFile) |
|
long |
GeoNetworkPublisher.insertAndPromoteMetadata(it.geosolutions.geonetwork.util.GNInsertConfiguration configuration,
org.opengis.metadata.Metadata meta) |
|
long |
GeoNetworkPublisher.insertAndPromoteMetadata(File requestFile) |
|
long |
GeoNetworkPublisher.insertAndPromoteMetadata(org.opengis.metadata.Metadata meta) |
|
long |
GeoNetwork.insertMetadata(it.geosolutions.geonetwork.util.GNInsertConfiguration configuration,
File metadataFile) |
|
long |
GeoNetwork.insertMetadata(it.geosolutions.geonetwork.util.GNInsertConfiguration configuration,
org.opengis.metadata.Metadata meta) |
|
long |
GeoNetwork.insertMetadata(File requestFile) |
|
long |
GeoNetwork.insertMetadata(org.opengis.metadata.Metadata meta) |
|
long |
GeoNetworkPublisher.insertMetadata(it.geosolutions.geonetwork.util.GNInsertConfiguration configuration,
File metadataFile) |
|
long |
GeoNetworkPublisher.insertMetadata(it.geosolutions.geonetwork.util.GNInsertConfiguration configuration,
org.opengis.metadata.Metadata meta) |
|
long |
GeoNetworkPublisher.insertMetadata(File requestFile) |
|
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(it.geosolutions.geonetwork.util.GNSearchRequest request) |
|
it.geosolutions.geonetwork.util.GNSearchResponse |
GeoNetwork.query(File fileRequest) |
|
it.geosolutions.geonetwork.util.GNSearchResponse |
GeoNetworkReader.query(it.geosolutions.geonetwork.util.GNSearchRequest request) |
|
it.geosolutions.geonetwork.util.GNSearchResponse |
GeoNetworkReader.query(File fileRequest) |
|
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 |
GeoNetwork.updateMetadata(long id,
org.opengis.metadata.Metadata meta) |
|
void |
GeoNetworkPublisher.updateMetadata(long id,
File metadataFile) |
|
void |
GeoNetworkPublisher.updateMetadata(long id,
org.opengis.metadata.Metadata meta) |
|