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

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

public class ProcessEntryFinder
extends java.lang.Object
implements Finder

Find all subprocess nodes that use the entry, after that was searched.

Author:
Baumgartner Michael

Constructor Summary
ProcessEntryFinder()
           
 
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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessEntryFinder

public ProcessEntryFinder()
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.

Specified by:
findModelObjectInModel in interface Finder
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.