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

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

public class ProcessFinder
extends NodeFinder

Finder implementation for process items.

Author:
Baumgartner Michael

Constructor Summary
ProcessFinder()
           
 
Method Summary
protected  java.util.List findModelObjectInNode(Node node, ModelObject item)
          Scan the node if it uses the model object
protected  java.util.List scanModel(Model model, ModelObject core)
          Method that enables the finder to scan the elements of the model too.
 
Methods inherited from class org.openbp.guiclient.model.item.itemfinder.NodeFinder
findModelObjectInModel
 
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

ProcessFinder

public ProcessFinder()
Method Detail

findModelObjectInNode

protected java.util.List findModelObjectInNode(Node node,
                                               ModelObject item)
Description copied from class: NodeFinder
Scan the node if it uses the model object

Specified by:
findModelObjectInNode in class NodeFinder
Parameters:
node - The node to scan
item - The model object that references are searched
Returns:
List containing ModelObject object that match or an empty list

scanModel

protected java.util.List scanModel(Model model,
                                   ModelObject core)
Description copied from class: NodeFinder
Method that enables the finder to scan the elements of the model too.

Overrides:
scanModel in class NodeFinder
Parameters:
model - The model to scan
core - The model object to search for
Returns:
List containing ModelObject object that match or an empty list


Copyright © 2011. All Rights Reserved.