public class SystemInformationFilter extends Object
| Constructor and Description |
|---|
SystemInformationFilter() |
| Modifier and Type | Method and Description |
|---|---|
EqualityCondition<Boolean> |
getIsSelfCondition()
Returns the
EqualityCondition filter that has been defined for filtering based on
the value of isSelf |
void |
setIsSelfCondition(boolean isSelf)
Sets the isSelf value to be matched against.
|
String |
toString() |
public EqualityCondition<Boolean> getIsSelfCondition()
EqualityCondition filter that has been defined for filtering based on
the value of isSelfEqualityCondition for filtering based on the System
Information isSelf valuepublic void setIsSelfCondition(boolean isSelf)
true to get the
current system, false to get foreign systems.isSelf - true to get the current system, false to
get foreign systems. An
EqualityCondition
will be created for an exact match filter against the supplied
parameterCopyright © 2014. All Rights Reserved.