Uses of Class
org.gcube.contentmanagement.viewmanager.stubs.model.View

Packages that use View
org.gcube.contentmanagement.viewmanager.activationrecord   
org.gcube.contentmanagement.viewmanager.state   
org.gcube.contentmanagement.viewmanager.stubs.calls   
 

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

Methods in org.gcube.contentmanagement.viewmanager.activationrecord that return View
 View ActivationRecordBody.getView()
           
 

Methods in org.gcube.contentmanagement.viewmanager.activationrecord with parameters of type View
 void ActivationRecordBody.setView(View view)
           
 

Constructors in org.gcube.contentmanagement.viewmanager.activationrecord with parameters of type View
ActivationRecordBody(java.lang.String plugin, View view, java.lang.String createdBy)
           
 

Uses of View in org.gcube.contentmanagement.viewmanager.state
 

Methods in org.gcube.contentmanagement.viewmanager.state that return View
 View ViewResource.getView()
          Returns the view.
 

Methods in org.gcube.contentmanagement.viewmanager.state with parameters of type View
 ViewResource Factory.create(java.lang.String pluginName, View view)
          Creates a view resource with given plugin and a given view definition.
 

Uses of View in org.gcube.contentmanagement.viewmanager.stubs.calls
 

Methods in org.gcube.contentmanagement.viewmanager.stubs.calls that return View
 View ViewCall.create(View view, boolean... broadcast)
          Creates a view WS-Resource.
 View FactoryParameters.getView()
          Returns the view definition.
 

Methods in org.gcube.contentmanagement.viewmanager.stubs.calls with parameters of type View
 View ViewCall.create(View view, boolean... broadcast)
          Creates a view WS-Resource.
 void FactoryParameters.setView(View view)
          Sets the view definition.