|
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.AppdefPagerFilterExclude
public class AppdefPagerFilterExclude
Pager Processor filter employed during paging of AppdefEntityIDs and compares each one to a default set of AppdefEntityIDs - ("the exclusionary set").
Constructor Summary | |
---|---|
AppdefPagerFilterExclude(AppdefEntityID[] excludes)
|
|
AppdefPagerFilterExclude(AppdefEntityID[] excludes,
boolean negate)
|
Method Summary | |
---|---|
AppdefEntityID[] |
getExclusionarySet()
|
int |
getFilterCount()
Fetch the number of objects that were successfully caught by the filter -- either inclusively or exclusively |
boolean |
isCaught(java.lang.Object o)
Evaluate an object against this filter. |
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 AppdefPagerFilterExclude(AppdefEntityID[] excludes)
public AppdefPagerFilterExclude(AppdefEntityID[] excludes, boolean negate)
Method Detail |
---|
public AppdefEntityID[] getExclusionarySet()
public int getFilterCount()
AppdefPagerFilter
getFilterCount
in interface AppdefPagerFilter
public boolean isExclusive()
AppdefPagerFilter
isExclusive
in interface AppdefPagerFilter
public boolean isCaught(java.lang.Object o)
isCaught
in interface AppdefPagerFilter
o
- - object instance of AppdefEntityID
|
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 |