|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.mdm.index.filter.ExclusionFilterServiceImpl
The ExclusionFilterServiceImpl is the implementation of the ExclusionFilterService service which will contain the primary functions of the exclusion filters.
| Field Summary | |
(package private) ExclusionListLookup |
lookup
|
| Constructor Summary | |
ExclusionFilterServiceImpl()
Creates a new instance of ExclusionFilterService |
|
| Method Summary | |
ObjectNode |
blockingExclusion(ObjectNode objectToBlock)
This method checks the data available for the blocking process is present in the exclusion list. |
ObjectNode |
exclusionMatchField(ObjectNode objToMatch)
This method checks the data available for the matching process is present in the exclusion list. |
SystemFieldListMap |
exclusionSystemFieldList(SystemFieldListMap sysFields,
java.lang.String candidateId)
This method checks the data available for the SBR calculation is present in the exclusion list. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
ExclusionListLookup lookup
| Constructor Detail |
public ExclusionFilterServiceImpl()
| Method Detail |
public ObjectNode blockingExclusion(ObjectNode objectToBlock)
blockingExclusion in interface ExclusionFilterServiceObjectException - and EPathException.public ObjectNode exclusionMatchField(ObjectNode objToMatch)
exclusionMatchField in interface ExclusionFilterServiceObjectException - and EPathException.
public SystemFieldListMap exclusionSystemFieldList(SystemFieldListMap sysFields,
java.lang.String candidateId)
exclusionSystemFieldList in interface ExclusionFilterServicecandidateId - The field for the SBR calculation.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Sun Microsystems, Inc.