Uses of Class
org.gcube.contentmanagement.contentmanager.plugin.delegates.Collection.ChangeTopic

Packages that use Collection.ChangeTopic
org.gcube.contentmanagement.contentmanager.plugin.delegates   
org.gcube.contentmanagement.contentmanager.state   
 

Uses of Collection.ChangeTopic in org.gcube.contentmanagement.contentmanager.plugin.delegates
 

Methods in org.gcube.contentmanagement.contentmanager.plugin.delegates that return Collection.ChangeTopic
static Collection.ChangeTopic Collection.ChangeTopic.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Collection.ChangeTopic[] Collection.ChangeTopic.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of Collection.ChangeTopic in org.gcube.contentmanagement.contentmanager.state
 

Methods in org.gcube.contentmanagement.contentmanager.state with type parameters of type Collection.ChangeTopic
<T1 extends Collection.ChangeTopic,P1 extends java.lang.Void>
void
CollectionManager.onEvent(... events)