org.openbp.guiclient.model.item.itemfinder
Class DataTypeFinder

java.lang.Object
  extended by org.openbp.guiclient.model.item.itemfinder.FinderImpl
      extended by org.openbp.guiclient.model.item.itemfinder.DataTypeFinder
All Implemented Interfaces:
Finder

public class DataTypeFinder
extends FinderImpl

Finder implementation for datatype items.

Author:
Baumgartner Michael

Constructor Summary
DataTypeFinder()
           
 
Method Summary
 java.util.List findModelObjectInModel(ModelObject mo, Model model)
          Find all references of the model object in the specified model.
 
Methods inherited from class org.openbp.guiclient.model.item.itemfinder.FinderImpl
addIfMatch
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataTypeFinder

public DataTypeFinder()
Method Detail

findModelObjectInModel

public java.util.List findModelObjectInModel(ModelObject mo,
                                             Model model)
Description copied from interface: Finder
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.