org.topbraidcomposer.ui.batch
Interface IBatchInputProvider

All Known Implementing Classes:
BasketView

public interface IBatchInputProvider

An interface for objects (typically ViewParts) that can provide a list of resources as input for a batch operation.

Author:
Holger Knublauch

Method Summary
 java.util.Set<com.hp.hpl.jena.rdf.model.Resource> getSelectedBatchResources()
           
 java.util.List<com.hp.hpl.jena.rdf.model.Resource> getVisibleBatchResources()
           
 

Method Detail

getSelectedBatchResources

java.util.Set<com.hp.hpl.jena.rdf.model.Resource> getSelectedBatchResources()

getVisibleBatchResources

java.util.List<com.hp.hpl.jena.rdf.model.Resource> getVisibleBatchResources()