Version: 1.1.1

Uses of Class
ca.ucalgary.seahawk.util.FilterSearch

Packages that use FilterSearch
ca.ucalgary.seahawk.gui Seahawk is a graphical MOBY client that can be used standalone, or easily embedded in another Java application. 
ca.ucalgary.seahawk.util   
 

Uses of FilterSearch in ca.ucalgary.seahawk.gui
 

Methods in ca.ucalgary.seahawk.gui that return FilterSearch
 FilterSearch MobyContentPane.getFilter()
          Gets the filter criteria currently being applied to the document being viewed.
 

Methods in ca.ucalgary.seahawk.gui with parameters of type FilterSearch
 void FilterSearchWidget.setFilter(FilterSearch fs)
          The filter to display as editable right now.
 

Constructor parameters in ca.ucalgary.seahawk.gui with type arguments of type FilterSearch
WorkflowPreviewDialog(Frame owner, Map<URL,FilterSearch> resultList, DataFlowRecorder dataFlowRecorder, String workflowName, WorkflowPreviewListener wpl)
           
 

Uses of FilterSearch in ca.ucalgary.seahawk.util
 

Methods in ca.ucalgary.seahawk.util with parameters of type FilterSearch
static void DataUtils.addUserData(MobyDataInstance mdi, URL conditionalOutputURL, FilterSearch filter)
          Record a condition for data acceptability, another service call with an output filter criteria. i.e. records if(f1(x) matches f1's output filter){...}
static List<String> DataUtils.findFilteredNodes(Document targetDoc, FilterSearch filter, List<String> filterableXPtrs, Map<String,String> xPtrsToFilter, Map<String,Boolean> jobXPtrs, MutableNodeList currentSelectedData, StringBuffer currentSelectionXPath, boolean apply)
          Returns a list of xptrs to filterable nodes in the targetDoc, an populates the list of xptrs that should be filtered according to the provided filter.
static Document DataUtils.findFilteredNodes(URL targetURL, FilterSearch filter, Map<String,String> xPtrsToFilter)
          For one-off filtering of a doc.
static MobyDataInstance DataUtils.loadMobyDataFromXPointer(URL docURL, Document domDoc, String targetXptr, Map<String,String> filteredXPtrs, FilterSearch docFilter)
           
static MobyDataInstance DataUtils.loadMobyDataFromXPointer(URL targetURL, Map<String,String> filteredXPtrs, FilterSearch docFilter)
          Get the data instance object associated with a given XPointer in a Moby XML doc.
static void DataUtils.setUserData(MobyDataInstance mobyData, URL srcURL, String selectionXPath, String dataSrcXPtr, FilterSearch fs)
          Record the PbE pertinent info about the data to the Moby data object so it can be tracked through the rest of the app.
static void DataUtils.updateInputFilter(URL serviceResultURL, URL sourceServiceResultURL, FilterSearch newFilter)
          Edit a service input document's backtracking references to have a new filter criteria.
 

Method parameters in ca.ucalgary.seahawk.util with type arguments of type FilterSearch
 void DataFlowRecorder.exportWorkflow(Map<URL,FilterSearch> resultDocuments, OutputStream outputStream, String workflowName, String workflowTitle, String workflowDescription, String workflowAuthor, int format)
          Given a MOBY document, traces back the workflow required to create it.
 


Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010