Uses of Class
org.gcube.contentmanagement.contentmanager.stubs.calls.FactoryParameters

Packages that use FactoryParameters
org.gcube.contentmanagement.contentmanager.activationrecord   
org.gcube.contentmanagement.contentmanager.stubs.calls   
 

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

Methods in org.gcube.contentmanagement.contentmanager.activationrecord that return FactoryParameters
 FactoryParameters ActivationRecordBody.getParameters()
          Returns the parameters of the activation.
 

Methods in org.gcube.contentmanagement.contentmanager.activationrecord with parameters of type FactoryParameters
 void ActivationRecordBody.setParameters(FactoryParameters parameters)
          Sets the parameters of the activation.
 

Constructors in org.gcube.contentmanagement.contentmanager.activationrecord with parameters of type FactoryParameters
ActivationRecordBody(java.lang.String id, FactoryParameters params)
          Creates an instance from the identifier of the record's creator and the activation's parameters.
 

Uses of FactoryParameters in org.gcube.contentmanagement.contentmanager.stubs.calls
 

Methods in org.gcube.contentmanagement.contentmanager.stubs.calls with parameters of type FactoryParameters
 java.util.List<CollectionReference> FactoryCall.create(FactoryParameters parameters)
          Creates one ore more collection managers.
 void FactoryCall.createAsync(FactoryParameters parameters, FactoryConsumer consumer)
          Creates one ore more collection managers asynchronously.