public interface ISRegistry<D extends eu.dnetlib.domain.DriverResource>
| Modifier and Type | Method and Description |
|---|---|
void |
delete(D object)
Deletes the given object from the IS
|
D |
insertForValidation(D object)
Saves the given object to IS.
|
D |
save(D object)
Saves the given object to IS.
|
D save(D object) throws ISRegistryException
object - The object to save.ISRegistryExceptionvoid delete(D object) throws ISRegistryException
object - the object to be deletedISRegistryExceptionD insertForValidation(D object) throws ISRegistryException
object - The object to save.ISRegistryExceptionCopyright © 2022. All rights reserved.