org.alfresco.repo.audit.model
Class RecordOptionsImpl

java.lang.Object
  extended by org.alfresco.repo.audit.model.RecordOptionsImpl
All Implemented Interfaces:
XMLModelElement, RecordOptions

public class RecordOptionsImpl
extends java.lang.Object
implements XMLModelElement, RecordOptions


Constructor Summary
RecordOptionsImpl()
           
 
Method Summary
 void configure(org.dom4j.Element recordOptionElement, NamespacePrefixResolver namespacePrefixResolver)
           
 TrueFalseUnset getRecordFilters()
           
 TrueFalseUnset getRecordPath()
           
 TrueFalseUnset getRecordSerializedExceptions()
           
 TrueFalseUnset getRecordSerializedKeyPropertiesAfterEvaluation()
           
 TrueFalseUnset getRecordSerializedKeyPropertiesBeforeEvaluation()
           
 TrueFalseUnset getRecordSerializedMethodArguments()
           
 TrueFalseUnset getRecordSerializedReturnValue()
           
static RecordOptionsImpl mergeRecordOptions(RecordOptions primary, RecordOptions secondary)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RecordOptionsImpl

public RecordOptionsImpl()
Method Detail

mergeRecordOptions

public static RecordOptionsImpl mergeRecordOptions(RecordOptions primary,
                                                   RecordOptions secondary)

getRecordFilters

public TrueFalseUnset getRecordFilters()
Specified by:
getRecordFilters in interface RecordOptions

getRecordPath

public TrueFalseUnset getRecordPath()
Specified by:
getRecordPath in interface RecordOptions

getRecordSerializedExceptions

public TrueFalseUnset getRecordSerializedExceptions()
Specified by:
getRecordSerializedExceptions in interface RecordOptions

getRecordSerializedKeyPropertiesAfterEvaluation

public TrueFalseUnset getRecordSerializedKeyPropertiesAfterEvaluation()
Specified by:
getRecordSerializedKeyPropertiesAfterEvaluation in interface RecordOptions

getRecordSerializedKeyPropertiesBeforeEvaluation

public TrueFalseUnset getRecordSerializedKeyPropertiesBeforeEvaluation()
Specified by:
getRecordSerializedKeyPropertiesBeforeEvaluation in interface RecordOptions

getRecordSerializedMethodArguments

public TrueFalseUnset getRecordSerializedMethodArguments()
Specified by:
getRecordSerializedMethodArguments in interface RecordOptions

getRecordSerializedReturnValue

public TrueFalseUnset getRecordSerializedReturnValue()
Specified by:
getRecordSerializedReturnValue in interface RecordOptions

configure

public void configure(org.dom4j.Element recordOptionElement,
                      NamespacePrefixResolver namespacePrefixResolver)
Specified by:
configure in interface XMLModelElement

toString

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


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.