|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.mdm.index.filter.ExclusionListLookup
This class will check for the fieldName and Fieldvalue present in the Exclusion list.
| Field Summary | |
(package private) ExclusionFilterCofig |
exclusionFilterCofig
|
| Constructor Summary | |
ExclusionListLookup()
Creates a new instance of ExclusionListLookup |
|
| Method Summary | |
java.util.HashMap |
excludeFieldMap(ObjectNode objectNode,
java.lang.String listType)
|
java.util.ArrayList |
getExclusionList(java.lang.String exclusionType)
This method will return the exclusionList. |
boolean |
isBlockingFilterEnabled()
|
boolean |
isFieldNameInExclusion(java.lang.String qualifiedFieldName,
java.lang.String exclusionType)
This method used to check field name is present in the corresponding exclusion list. |
boolean |
isFieldValueInExclusion(java.lang.Object fieldValue,
java.lang.String qualifiedFieldName,
java.lang.String exclusionType)
This method used to check field value is present in the corresponding exclusion list. |
boolean |
isMatchingFilterEnabled()
|
boolean |
isSbrFilterEnabled()
|
boolean |
isValueExists(java.util.ArrayList fieldValueList,
java.lang.Object fieldValue)
This method will check whether field value list present in the corresponding list valus. |
void |
restoreOriginalValue(ObjectNode oNode,
java.util.HashMap originalVaue)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
ExclusionFilterCofig exclusionFilterCofig
| Constructor Detail |
public ExclusionListLookup()
| Method Detail |
public java.util.HashMap excludeFieldMap(ObjectNode objectNode,
java.lang.String listType)
public java.util.ArrayList getExclusionList(java.lang.String exclusionType)
exclusionType - the type of the filter.
public boolean isBlockingFilterEnabled()
public boolean isFieldNameInExclusion(java.lang.String qualifiedFieldName,
java.lang.String exclusionType)
qualifiedFieldName - the fieldname to search in the exclusion list.exclusionType - the type of the filter.
public boolean isFieldValueInExclusion(java.lang.Object fieldValue,
java.lang.String qualifiedFieldName,
java.lang.String exclusionType)
fieldValue - the fieldvalue to search in the exclusion list.qualifiedFieldName - the fieldname to search in the exclusion list.exclusionType - the type of the filter.
public boolean isMatchingFilterEnabled()
public boolean isSbrFilterEnabled()
public boolean isValueExists(java.util.ArrayList fieldValueList,
java.lang.Object fieldValue)
fieldValueList - fieldValue -
public void restoreOriginalValue(ObjectNode oNode,
java.util.HashMap originalVaue)
throws ObjectException
ObjectException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Sun Microsystems, Inc.