public interface ISGenericPublisher
ISResource| Modifier and Type | Method and Description |
|---|---|
void |
register(ISResource resource,
GCUBEScope scope)
Registers the resource in the IS
|
void |
register(List<ISResource> resources,
GCUBEScope scope)
Registers a list of resources in the IS
|
void |
remove(ISResource resource,
GCUBEScope scope)
Removes the resource from the IS
|
void |
remove(List<ISResource> resources,
GCUBEScope scope)
Removes a list of resources from the IS
|
void |
update(ISResource resource,
GCUBEScope scope)
Updates the resource in the IS
|
void |
update(List<ISResource> resources,
GCUBEScope scope)
Updates a list of resources in the IS
|
void register(ISResource resource, GCUBEScope scope) throws ISPublisherException
resource - the resource to registerscope - the scope in which to perform the operationISPublisherException - if the registration failsvoid register(List<ISResource> resources, GCUBEScope scope) throws ISPublisherException
resources - the resources to registerscope - the scope in which to perform the operationISPublisherException - if the registration failsvoid update(ISResource resource, GCUBEScope scope) throws ISPublisherException
resource - the resource to updatescope - the scope in which to perform the operationISPublisherException - if the update failsvoid update(List<ISResource> resources, GCUBEScope scope) throws ISPublisherException
resources - the resources to updatescope - the scope in which to perform the operationISPublisherException - if the update failsvoid remove(ISResource resource, GCUBEScope scope) throws ISPublisherException
resource - the resource to removescope - the scope in which to perform the operationISPublisherException - if the remove failsvoid remove(List<ISResource> resources, GCUBEScope scope) throws ISPublisherException
resources - the resources to removescope - the scope in which to perform the operationISPublisherException - if the remove failsCopyright © 2015. All Rights Reserved.