edu.iris.Fissures.IfDataSetMgr
Interface DataSetFinderOperations

All Superinterfaces:
DataSetComponentOperations
All Known Subinterfaces:
DataSetFinder
All Known Implementing Classes:
_DataSetFinderStub, DataSetFinderPOA, DataSetFinderPOATie

public interface DataSetFinderOperations
extends DataSetComponentOperations

The DataSetFinder provides operations to locate DataSet


Method Summary
 DataSetAccess find_by_id(java.lang.String id)
           
 DataSetAccess[] find_by_name(java.lang.String a_name)
           
 DataSetAccess[] find_by_owner(java.lang.String owner)
           
 
Methods inherited from interface edu.iris.Fissures.IfDataSetMgr.DataSetComponentOperations
a_factory, a_finder
 

Method Detail

find_by_id

DataSetAccess find_by_id(java.lang.String id)
                         throws NotFound,
                                NotADataSetNode
Throws:
NotFound
NotADataSetNode

find_by_name

DataSetAccess[] find_by_name(java.lang.String a_name)
                             throws FissuresException
Throws:
FissuresException

find_by_owner

DataSetAccess[] find_by_owner(java.lang.String owner)
                              throws FissuresException
Throws:
FissuresException