Uses of Class
org.gcube.informationsystem.registry.impl.contexts.ServiceContext.RegistryTopic

Packages that use ServiceContext.RegistryTopic
org.gcube.informationsystem.registry.impl.contexts   
org.gcube.informationsystem.registry.impl.local   
 

Uses of ServiceContext.RegistryTopic in org.gcube.informationsystem.registry.impl.contexts
 

Methods in org.gcube.informationsystem.registry.impl.contexts that return ServiceContext.RegistryTopic
static ServiceContext.RegistryTopic ServiceContext.RegistryTopic.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ServiceContext.RegistryTopic[] ServiceContext.RegistryTopic.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ServiceContext.RegistryTopic in org.gcube.informationsystem.registry.impl.local
 

Methods in org.gcube.informationsystem.registry.impl.local with parameters of type ServiceContext.RegistryTopic
static void LocalNotifier.notifyEvent(GCUBEResource resource, ServiceContext.RegistryTopic topic)