|
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.AppdefGroupPagerFilterEntity
public class AppdefGroupPagerFilterEntity
Pager Processor filter that filters appdef entities based on their type.
Constructor Summary | |
---|---|
AppdefGroupPagerFilterEntity(int entityTypeId)
|
|
AppdefGroupPagerFilterEntity(int entityTypeId,
boolean negate)
|
Method Summary | |
---|---|
protected boolean |
entityTypeIdMatches(AppdefEntityID id)
|
int |
getEntityTypeId()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AppdefGroupPagerFilterEntity(int entityTypeId)
public AppdefGroupPagerFilterEntity(int entityTypeId, boolean negate)
Method Detail |
---|
public int getEntityTypeId()
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 entityTypeIdMatches(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 |