|
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.AppdefGroupPagerFilterMemExclude
public class AppdefGroupPagerFilterMemExclude
Pager Processor filter that filters object instances of AppdefGroupValue based on the membership or non-membership of a particular AppdefEntity.
Constructor Summary | |
---|---|
AppdefGroupPagerFilterMemExclude(AppdefEntityID candidate)
|
|
AppdefGroupPagerFilterMemExclude(AppdefEntityID candidate,
boolean negate)
|
Method Summary | |
---|---|
AppdefEntityID |
getCandidate()
|
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. |
boolean |
isExclusive()
Is this filer set to exclude resources that match the filter. |
protected boolean |
isMemberOf(AppdefGroupValue groupVo)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AppdefGroupPagerFilterMemExclude(AppdefEntityID candidate)
public AppdefGroupPagerFilterMemExclude(AppdefEntityID candidate, boolean negate)
Method Detail |
---|
public AppdefEntityID getCandidate()
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 AppdefGroupValue
protected boolean isMemberOf(AppdefGroupValue groupVo)
|
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 |