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

Packages that use ActivationRecord
org.gcube.contentmanagement.contentmanager.activationrecord   
org.gcube.contentmanagement.contentmanager.consumers   
org.gcube.contentmanagement.contentmanager.state   
 

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

Methods in org.gcube.contentmanagement.contentmanager.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.
 

Uses of ActivationRecord in org.gcube.contentmanagement.contentmanager.consumers
 

Methods in org.gcube.contentmanagement.contentmanager.consumers 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.
 

Uses of ActivationRecord in org.gcube.contentmanagement.contentmanager.state
 

Methods in org.gcube.contentmanagement.contentmanager.state with parameters of type ActivationRecord
 boolean Factory.addActivation(ActivationRecord record)
          Memorises the processing of an ActivationRecord.
 boolean Factory.knowsActivation(ActivationRecord record)
          Indicates whether an activation record was previously processed.