org.drools.ide.common.client.modeldriven.auditlog
Class AuditLogFilter
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuditLogFilter
public AuditLogFilter()
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.