Uses of Class
org.gcube.contentmanagement.gcubedocumentlibrary.projections.BaseProjection

Packages that use BaseProjection
org.gcube.contentmanagement.gcubedocumentlibrary.projections   
 

Uses of BaseProjection in org.gcube.contentmanagement.gcubedocumentlibrary.projections
 

Classes in org.gcube.contentmanagement.gcubedocumentlibrary.projections with type parameters of type BaseProjection
 class BaseProjection<E extends GCubeElement,P extends Property,SELF extends BaseProjection<E,P,SELF>>
          Partial implementation of Projection.
 

Subclasses of BaseProjection in org.gcube.contentmanagement.gcubedocumentlibrary.projections
 class AlternativeProjection
          A Projection over GCubeAlternative elements.
 class AnnotationProjection
          A Projection over GCubeAnnotation elements.
 class DocumentProjection
          A Projection over GCubeDocuments.
 class MetadataProjection
          A Projection over GCubeMetadata elements.
 class PartProjection
          A Projection over GCubePart elements.
 class PropertyProjection
          A Projection over GCubeElementProperty elements.