public interface ISResourcePublisher
GCUBEResource| Modifier and Type | Method and Description |
|---|---|
void |
register(GCUBEResource resource,
GCUBEScope scope,
GCUBESecurityManager manager)
Registers a
GCUBEResource on the Information System |
void |
remove(String ID,
String type,
GCUBEScope scope,
GCUBESecurityManager manager)
Removes a
GCUBEResource from the Information System |
void |
update(GCUBEResource resource,
GCUBEScope scope,
GCUBESecurityManager manager)
Updates a
GCUBEResource in the Information System |
void register(GCUBEResource resource, GCUBEScope scope, GCUBESecurityManager manager) throws ISPublisherException
GCUBEResource on the Information Systemresource - the GCUBEResource to registerscope - the GCUBEScope in which to register the resourcemanager - the GCUBESecurityManager for contacting the ISISPublisherException - Exceptionvoid remove(String ID, String type, GCUBEScope scope, GCUBESecurityManager manager) throws ISPublisherException
GCUBEResource from the Information SystemID - the ID related to the GCUBEResource to removetype - the GCUBEResource type to removescope - the registration GCUBEScopemanager - the GCUBESecurityManager for contacting the ISISPublisherException - Exceptionvoid update(GCUBEResource resource, GCUBEScope scope, GCUBESecurityManager manager) throws ISPublisherException
GCUBEResource in the Information Systemresource - the new GCUBEResource to updatemanager - the GCUBESecurityManager for contacting the ISISPublisherException - ExceptionCopyright © 2015. All Rights Reserved.