|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.cc.framework.util.Algorithms.CollectPropertyAlg
Algorithm to collect rows of a given check state
| Field Summary | |
private java.util.Map |
matches
Matching items |
private java.lang.String |
property
The Property to check |
private CheckState |
query
State to query for |
| Constructor Summary | |
Algorithms.CollectPropertyAlg(java.lang.String property,
CheckState query)
Constructor |
|
| Method Summary | |
boolean |
execute(java.lang.String uniqueId,
java.lang.Object obj)
Completes the algorithm for an element in the collection. |
java.util.Map |
getMatches()
Returns the matching items |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private CheckState query
private java.lang.String property
private java.util.Map matches
| Constructor Detail |
public Algorithms.CollectPropertyAlg(java.lang.String property,
CheckState query)
property - Property to checkquery - State to query for| Method Detail |
public java.util.Map getMatches()
public boolean execute(java.lang.String uniqueId,
java.lang.Object obj)
throws java.lang.Exception
Algorithm
execute in interface AlgorithmuniqueId - Idobj - Object
java.lang.Exception - Is thrown in case of an processing errorAlgorithm.execute(java.lang.String, java.lang.Object)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||