org.gcube.informationsystem.registry.impl.porttypes
Class LocalResourceRegistration
java.lang.Object
org.gcube.informationsystem.registry.impl.porttypes.LocalResourceRegistration
public class LocalResourceRegistration
- extends java.lang.Object
Method Summary |
void |
create(GCUBEResource resource)
|
void |
remove(java.lang.String id,
java.lang.String type)
|
void |
update(GCUBEResource resource)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalResourceRegistration
public LocalResourceRegistration()
create
public void create(GCUBEResource resource)
throws java.lang.Exception
- Throws:
java.lang.Exception
remove
public void remove(java.lang.String id,
java.lang.String type)
throws java.lang.Exception
- Parameters:
id
- type
-
- Throws:
java.lang.Exception
update
public void update(GCUBEResource resource)
throws java.lang.Exception
- Throws:
java.lang.Exception