org.drools.ide.common.client.modeldriven.auditlog
Class AuditLogFilter

java.lang.Object
  extended by org.drools.ide.common.client.modeldriven.auditlog.AuditLogFilter
All Implemented Interfaces:
Serializable, PortableObject
Direct Known Subclasses:
DecisionTableAuditLogFilter

public abstract class AuditLogFilter
extends Object
implements PortableObject

An Audit Log Filter, controlling which entries passed to the AuditLog are actually appended to the log.

See Also:
Serialized Form

Constructor Summary
AuditLogFilter()
           
 
Method Summary
 void addType(String type)
          Register a type this Filter understands.
 Map<String,Boolean> getAcceptedTypes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuditLogFilter

public AuditLogFilter()
Method Detail

addType

public void addType(String type)
Register a type this Filter understands. When a new entry is added the AuditLogFilter is set to not accept the type by default.

Parameters:
type -

getAcceptedTypes

public Map<String,Boolean> getAcceptedTypes()


Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.