|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cc.framework.util.Algorithms.CollectCheckableAlg
Algorithm to collect rows of a given check state
Field Summary | |
private java.util.Map |
matches
Matching items |
private CheckState |
query
State to query for |
Constructor Summary | |
Algorithms.CollectCheckableAlg(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.util.Map matches
Constructor Detail |
public Algorithms.CollectCheckableAlg(CheckState query)
query
- State to query forMethod 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 Algorithm
uniqueId
- 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 |