org.openbp.guiclient.model.item.itemfinder
Interface Finder

All Known Implementing Classes:
DataTypeFinder, FinderImpl, ModelFinder, NodeFinder, ProcessEntryFinder, ProcessFinder

public interface Finder

Interface any finder must implement.

Author:
Baumgartner Michael

Method Summary
 java.util.List findModelObjectInModel(ModelObject mo, Model model)
          Find all references of the model object in the specified model.
 

Method Detail

findModelObjectInModel

java.util.List findModelObjectInModel(ModelObject mo,
                                      Model model)
Find all references of the model object in the specified model. If no references are found an empty list is returned.

Parameters:
mo - The references of the model object are searched
model - The model to search in
Returns:
List containing ModelObject object that match the model object


Copyright © 2011. All Rights Reserved.