- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 30 of file TargetFinder.java.
◆ TargetFinder() [1/2]
org.turro.contacts.organigram.TargetFinder.TargetFinder |
( |
Contact |
root | ) |
|
◆ TargetFinder() [2/2]
org.turro.contacts.organigram.TargetFinder.TargetFinder |
( |
IContact |
root | ) |
|
◆ find()
Definition at line 45 of file TargetFinder.java.
46 selected =
new ContactList();
47 for(TargetItem ti : targets) {
48 iterateContacts(root, ti);
49 if(!selected.isEmpty() && ti.getNextOperator().equals(NextOperator.NO_OTHERWISE)) {
53 if(selected.isEmpty() && targets.getLastItem() !=
null && targets.getLastItem().equals(LastItem.LI_ANYONE)) {
54 iterateContacts(root,
null);
The documentation for this class was generated from the following file: