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
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