Class VREQueryRetriever

  • All Implemented Interfaces:
    Callable<List<org.gcube.common.storagehub.model.items.Item>>

    public class VREQueryRetriever
    extends Object
    implements Callable<List<org.gcube.common.storagehub.model.items.Item>>
    • Constructor Detail

      • VREQueryRetriever

        public VREQueryRetriever​(javax.jcr.Repository repository,
                                 javax.jcr.Credentials credentials,
                                 Node2ItemConverter node2Item,
                                 org.gcube.common.storagehub.model.items.Item vreFolder)
    • Method Detail

      • call

        public List<org.gcube.common.storagehub.model.items.Item> call()
        Specified by:
        call in interface Callable<List<org.gcube.common.storagehub.model.items.Item>>
      • redo

        public List<org.gcube.common.storagehub.model.items.Item> redo​(javax.jcr.Session ses)