Uses of Interface
org.gcube.contentmanagement.gcubedocumentlibrary.views.CollectionView

Packages that use CollectionView
org.gcube.contentmanagement.gcubedocumentlibrary.views   
 

Uses of CollectionView in org.gcube.contentmanagement.gcubedocumentlibrary.views
 

Classes in org.gcube.contentmanagement.gcubedocumentlibrary.views that implement CollectionView
 class AnnotationView
          A SimpleView over GCubeAnnotations.
 class BaseCollectionView<E extends GCubeElement,P extends Property>
          Partial implementation of CollectionView that act as a wrapper around View proxies of the View Manager service.
 class GenericView
          A CollectionView defined by a DocumentProjection.
 class MetadataView
          A SimpleView over GCubeMetadatas.
 class SimpleView<E extends GCubeElement,P extends Property>
          A CollectionView defined by a projection over specific inner GCubeElements of document descriptions.
 

Methods in org.gcube.contentmanagement.gcubedocumentlibrary.views with type parameters of type CollectionView
static
<E extends GCubeElement,P extends Property,V extends CollectionView<E,P>>
java.util.List<V>
Views.findLike(V view)
           
 

Methods in org.gcube.contentmanagement.gcubedocumentlibrary.views that return types with arguments of type CollectionView
static java.util.List<? extends CollectionView<?,?>> Views.convert(java.util.List<RPDocument> results, GCUBEScope s, GCUBESecurityManager m)
          Internal method for conversion.
static java.util.List<? extends CollectionView<?,?>> Views.find(java.lang.String collectionId)
          Returns CollectionViews for a given collection in the current scope.
static java.util.List<? extends CollectionView<?,?>> Views.find(java.lang.String collectionId, GCUBEScope s)
          Returns CollectionViews for a given collection in a given GCUBEScope.
static java.util.List<? extends CollectionView<?,?>> Views.find(java.lang.String collectionId, GCUBEScope s, GCUBESecurityManager m)
          Returns CollectionViews for a given collection in a given GCUBEScope and with a given SecurityManager.
static java.util.List<? extends CollectionView<?,?>> Views.find(java.lang.String collectionId, GCUBESecurityManager m)
          Returns CollectionViews for a given collection in the current scope and with a given SecurityManager.
 java.util.List<? extends CollectionView<E,P>> CollectionView.findSimilar()
          Returns proxies for all the views that share the same properties as the view associated with this proxy.
static java.util.List<? extends CollectionView<?,?>> Views.listViews()
          Returns all available views in the current scope.
static java.util.List<? extends CollectionView<?,?>> Views.listViews(GCUBEScope scope)
          Returns all available views in a given scope.
static java.util.List<? extends CollectionView<?,?>> Views.listViews(GCUBEScope scope, GCUBESecurityManager securityManager)
          Returns all available views for the scope.
static java.util.List<? extends CollectionView<?,?>> Views.listViews(GCUBESecurityManager securityManager)
          Returns all available views in the current scope.
 

Method parameters in org.gcube.contentmanagement.gcubedocumentlibrary.views with type arguments of type CollectionView
static void Views.registerType(javax.xml.namespace.QName n, java.lang.Class<? extends CollectionView<?,?>> c)