| Package | Description |
|---|---|
| org.gcube.common.core.informationsystem.publisher |
| Modifier and Type | Method and Description |
|---|---|
void |
ISResourcePublisher.register(GCUBEResource resource,
GCUBEScope scope,
GCUBESecurityManager manager)
Registers a
GCUBEResource on the Information System |
void |
ISGenericPublisher.register(ISResource resource,
GCUBEScope scope)
Registers the resource in the IS
|
void |
ISGenericPublisher.register(List<ISResource> resources,
GCUBEScope scope)
Registers a list of resources in the IS
|
String |
ISPublisher.registerGCUBEResource(GCUBEResource resource,
GCUBEScope scope,
GCUBESecurityManager manager)
Registers a
GCUBEResource on the Information System |
void |
ISPublisher.registerWSResource(GCUBEWSResource resource,
GCUBEScope... scope)
Publishes
GCUBEWSResource registration on a Information System. |
void |
ISGenericPublisher.remove(ISResource resource,
GCUBEScope scope)
Removes the resource from the IS
|
void |
ISGenericPublisher.remove(List<ISResource> resources,
GCUBEScope scope)
Removes a list of resources from the IS
|
void |
ISResourcePublisher.remove(String ID,
String type,
GCUBEScope scope,
GCUBESecurityManager manager)
Removes a
GCUBEResource from the Information System |
void |
ISPublisher.removeGCUBEResource(String ID,
String type,
GCUBEScope scope,
GCUBESecurityManager manager)
Removes a
GCUBEResource from the Information System |
void |
ISPublisher.removeWSResource(GCUBEWSResource resource,
GCUBEScope... scope)
Unpublishes the registration of a
GCUBEWSResource form the Information System |
void |
ISLocalPublisher.subscribeLocalProfileEvents(ISLocalPublisher.LocalProfileConsumer consumer)
Subscribes a consumer to all
ISLocalPublisher.LocalProfileEvent |
void |
ISResourcePublisher.update(GCUBEResource resource,
GCUBEScope scope,
GCUBESecurityManager manager)
Updates a
GCUBEResource in the Information System |
void |
ISGenericPublisher.update(ISResource resource,
GCUBEScope scope)
Updates the resource in the IS
|
void |
ISGenericPublisher.update(List<ISResource> resources,
GCUBEScope scope)
Updates a list of resources in the IS
|
void |
ISPublisher.updateGCUBEResource(GCUBEResource resource,
GCUBEScope scope,
GCUBESecurityManager manager)
Updates a
GCUBEResource in the Information System |
void |
ISPublisher.updateWSResource(GCUBEWSResource resource,
GCUBEScope... scope)
Updates
GCUBEWSResource registration on a Information System. |
Copyright © 2015. All Rights Reserved.