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

Packages that use ActivationRecordBody
org.gcube.contentmanagement.contentmanager.activationrecord   
 

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

Methods in org.gcube.contentmanagement.contentmanager.activationrecord that return ActivationRecordBody
 ActivationRecordBody ActivationRecord.getBody()
          Returns the body of the wrapped resource as a ActivationRecordBody.
 

Methods in org.gcube.contentmanagement.contentmanager.activationrecord with parameters of type ActivationRecordBody
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.