Uses of Class
org.gcube.contentmanagement.viewmanager.activationrecord.ActivationRecord

Packages that use ActivationRecord
org.gcube.contentmanagement.viewmanager.activationrecord   
 

Uses of ActivationRecord in org.gcube.contentmanagement.viewmanager.activationrecord
 

Methods in org.gcube.contentmanagement.viewmanager.activationrecord that return ActivationRecord
static ActivationRecord ActivationRecord.newInstance(GCUBEGenericResource resource)
          Creates a new instance around a given resource.
static ActivationRecord ActivationRecord.newInstance(java.lang.String name, java.lang.String description, ActivationRecordBody body)
          Creates an instance that wraps a resource with a given name, description, and body.
 

Methods in org.gcube.contentmanagement.viewmanager.activationrecord with parameters of type ActivationRecord
 void ActivationRecordConsumer.onNewActivationRecord(ActivationRecord record)
          Self-stage with the payload of a new activation record resource that was not broadcasted by this running instance.