Oracle Communications Services Gatekeeper Java API Reference
7.0.0.1

E96578-01

com.bea.wlcp.wlng.api.edr.config
Class CdrConfigDescriptor

java.lang.Object
  extended bycom.bea.wlcp.wlng.api.edr.config.ConfigDescriptor
      extended bycom.bea.wlcp.wlng.api.edr.config.CdrConfigDescriptor

public class CdrConfigDescriptor
extends ConfigDescriptor

This class contains the description of a particular CDR.


Field Summary
 
Fields inherited from class com.bea.wlcp.wlng.api.edr.config.ConfigDescriptor
ATTRIBUTE_CONJUNCTION, CUSTOM_ATTRIBUTE, CUSTOM_ATTRIBUTE_KEY, CUSTOM_ATTRIBUTE_VALUE, CUSTOM_REGEX_ATTRIBUTE, FIELD_ID, PART_DATA, PART_FILTER
 
Constructor Summary
CdrConfigDescriptor()
           
 
Method Summary
 boolean isMatching(EdrData edr)
           
 java.lang.String toString()
           
 
Methods inherited from class com.bea.wlcp.wlng.api.edr.config.ConfigDescriptor
addDataAttribute, addFilterAttribute, addFilterRegexAttribute, addSource, canBeCached, getDataAttribute, getFilterAttributes, getFilterRegexAttributes, getIdentifier, getIdentifierAsString, getName, getPosition, getSources, setConjunction, setDataAttributes, setName, setPosition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CdrConfigDescriptor

public CdrConfigDescriptor()
Method Detail

isMatching

public final boolean isMatching(EdrData edr)
Description copied from class: ConfigDescriptor
Returns true if the EdrData is matching this descriptor, false otherwise.

Overrides:
isMatching in class ConfigDescriptor
Parameters:
edr - The EdrData object.
Returns:
true if the EdrData object matches this descriptor.

toString

public java.lang.String toString()
Overrides:
toString in class ConfigDescriptor

Oracle Communications Services Gatekeeper Java API Reference
7.0.0.1

E96578-01

Copyright © 2008, 2018, Oracle and/or its affiliates. All rights reserved.