|
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.AppdefPagerFilterAssignSvc
public class AppdefPagerFilterAssignSvc
Pager Processor filter that filters object instances of AppdefEntityID representing services based on whether or not the service has been assigned to service clusters and/or applications. This is necessary since authz can't join on appdef tables :-(.
Constructor Summary | |
---|---|
AppdefPagerFilterAssignSvc(java.util.List services)
|
|
AppdefPagerFilterAssignSvc(java.util.List services,
boolean negate)
|
Method Summary | |
---|---|
int |
getFilterCount()
Fetch the number of objects that were successfully caught by the filter -- either inclusively or exclusively |
java.util.List |
getServices()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AppdefPagerFilterAssignSvc(java.util.List services)
public AppdefPagerFilterAssignSvc(java.util.List services, boolean negate)
Method Detail |
---|
public java.util.List getServices()
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 |