|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hyperic.hq.appdef.shared.pager.AppdefGroupPagerFilterExclude
public class AppdefGroupPagerFilterExclude
Pager Processor filter that filters objects of both AppdefGroupValue and AlldefEntityID based on their existance in an exclusionary set.
Constructor Summary | |
---|---|
AppdefGroupPagerFilterExclude(java.util.Set excludes)
|
|
AppdefGroupPagerFilterExclude(java.util.Set excludes,
boolean negate)
|
Method Summary | |
---|---|
java.util.Set |
getExclusionarySet()
|
int |
getFilterCount()
Fetch the number of objects that were successfully caught by the filter -- either inclusively or exclusively |
boolean |
isCaught(java.lang.Object id)
Evaluate an object against the filter. |
protected boolean |
isExclude(AppdefEntityID id)
|
boolean |
isExclusive()
Is this filer set to exclude resources that match the filter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AppdefGroupPagerFilterExclude(java.util.Set excludes)
public AppdefGroupPagerFilterExclude(java.util.Set excludes, boolean negate)
Method Detail |
---|
public java.util.Set getExclusionarySet()
public int getFilterCount()
AppdefPagerFilter
getFilterCount
in interface AppdefPagerFilter
public boolean isExclusive()
AppdefPagerFilter
isExclusive
in interface AppdefPagerFilter
public boolean isCaught(java.lang.Object id)
isCaught
in interface AppdefPagerFilter
object
- instance of either AppdefGroupValue or AppdefEntityID
protected boolean isExclude(AppdefEntityID id)
|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |