|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openbp.guiclient.model.item.itemfinder.FinderImpl
org.openbp.guiclient.model.item.itemfinder.NodeFinder
org.openbp.guiclient.model.item.itemfinder.ProcessFinder
public class ProcessFinder
Finder implementation for process items.
| 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 |
|---|
public ProcessFinder()
| Method Detail |
|---|
protected java.util.List findModelObjectInNode(Node node,
ModelObject item)
NodeFinder
findModelObjectInNode in class NodeFindernode - The node to scanitem - The model object that references are searched
ModelObject object that match or an empty list
protected java.util.List scanModel(Model model,
ModelObject core)
NodeFinder
scanModel in class NodeFindermodel - The model to scancore - The model object to search for
ModelObject object that match or an empty list
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||