|
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.AppdefPagerFilterGroupMemExclude
public class AppdefPagerFilterGroupMemExclude
Pager Processor filter that filters object instances of AppdefEntityID based on their membership to a particular AppdefGroupValue.
| Constructor Summary | |
|---|---|
AppdefPagerFilterGroupMemExclude(AppdefGroupValue candidate)
|
|
AppdefPagerFilterGroupMemExclude(AppdefGroupValue candidate,
boolean negate)
|
|
| Method Summary | |
|---|---|
AppdefGroupValue |
getCandidate()
|
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 appdef entity against the 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 AppdefPagerFilterGroupMemExclude(AppdefGroupValue candidate)
public AppdefPagerFilterGroupMemExclude(AppdefGroupValue candidate,
boolean negate)
| Method Detail |
|---|
public AppdefGroupValue getCandidate()
public int getFilterCount()
AppdefPagerFilter
getFilterCount in interface AppdefPagerFilterpublic boolean isExclusive()
AppdefPagerFilter
isExclusive in interface AppdefPagerFilterpublic boolean isCaught(java.lang.Object o)
isCaught in interface AppdefPagerFilterobject - 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 | ||||||||