|
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.AppdefGroupPagerFilterResource
public class AppdefGroupPagerFilterResource
Pager Processor filter that filters an appdef group val based on its resource type.
| Constructor Summary | |
|---|---|
AppdefGroupPagerFilterResource(AppdefResourceTypeValue entityResType)
|
|
AppdefGroupPagerFilterResource(AppdefResourceTypeValue entityResType,
boolean negate)
|
|
| Method Summary | |
|---|---|
AppdefResourceTypeValue |
getEntityResType()
|
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 the filter. |
boolean |
isExclusive()
Is this filer set to exclude resources that match the filter. |
protected boolean |
resourceTypeMatches(AppdefGroupValue groupVo)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AppdefGroupPagerFilterResource(AppdefResourceTypeValue entityResType)
public AppdefGroupPagerFilterResource(AppdefResourceTypeValue entityResType,
boolean negate)
| Method Detail |
|---|
public int getFilterCount()
AppdefPagerFilter
getFilterCount in interface AppdefPagerFilterpublic boolean isExclusive()
AppdefPagerFilter
isExclusive in interface AppdefPagerFilterpublic AppdefResourceTypeValue getEntityResType()
public boolean isCaught(java.lang.Object o)
isCaught in interface AppdefPagerFilterobject - instance of AppdefGroupValue
protected boolean resourceTypeMatches(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 | ||||||||