com.ibm.websphere.models.config.brselservice
Interface AuditLog

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, com.ibm.websphere.models.config.process.Service
All Known Implementing Classes:
AuditLogImpl

public interface AuditLog
extends com.ibm.websphere.models.config.process.Service

A representation of the model object 'Audit Log'. Common audit configuration for business rules and selectors.

The following features are supported:

See Also:
BrSelServicePackage.getAuditLog()

Method Summary
 CustomAuditLog getCustomAuditLog()
          Returns the value of the 'Custom Audit Log' containment reference
 boolean isSeparateAuditLogEnabled()
          Returns the value of the 'Separate Audit Log Enabled' attribute.
 boolean isSystemOutAuditLogEnabled()
          Returns the value of the 'System Out Audit Log Enabled' attribute.
 void setCustomAuditLog(CustomAuditLog value)
          Sets the value of the 'Custom Audit Log' containment reference
 void setSeparateAuditLogEnabled(boolean value)
          Sets the value of the 'Separate Audit Log Enabled' attribute
 void setSystemOutAuditLogEnabled(boolean value)
          Sets the value of the 'System Out Audit Log Enabled' attribute
 
Methods inherited from interface com.ibm.websphere.models.config.process.Service
getContainerScope, getContext, getProperties, isEnable, isSetEnable, setContext, setEnable, unsetEnable
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

isSystemOutAuditLogEnabled

boolean isSystemOutAuditLogEnabled()
Returns the value of the 'System Out Audit Log Enabled' attribute. The default value is "false".

If the meaning of the 'System Out Audit Log Enabled' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'System Out Audit Log Enabled' attribute.
See Also:
setSystemOutAuditLogEnabled(boolean), BrSelServicePackage.getAuditLog_SystemOutAuditLogEnabled()

setSystemOutAuditLogEnabled

void setSystemOutAuditLogEnabled(boolean value)
Sets the value of the 'System Out Audit Log Enabled' attribute.

Parameters:
value - the new value of the 'System Out Audit Log Enabled' attribute.
See Also:
isSystemOutAuditLogEnabled()

isSeparateAuditLogEnabled

boolean isSeparateAuditLogEnabled()
Returns the value of the 'Separate Audit Log Enabled' attribute. The default value is "false".

If the meaning of the 'Separate Audit Log Enabled' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Separate Audit Log Enabled' attribute.
See Also:
setSeparateAuditLogEnabled(boolean), BrSelServicePackage.getAuditLog_SeparateAuditLogEnabled()

setSeparateAuditLogEnabled

void setSeparateAuditLogEnabled(boolean value)
Sets the value of the 'Separate Audit Log Enabled' attribute.

Parameters:
value - the new value of the 'Separate Audit Log Enabled' attribute.
See Also:
isSeparateAuditLogEnabled()

getCustomAuditLog

CustomAuditLog getCustomAuditLog()
Returns the value of the 'Custom Audit Log' containment reference.

If the meaning of the 'Custom Audit Log' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Custom Audit Log' containment reference.
See Also:
setCustomAuditLog(CustomAuditLog), BrSelServicePackage.getAuditLog_CustomAuditLog()

setCustomAuditLog

void setCustomAuditLog(CustomAuditLog value)
Sets the value of the 'Custom Audit Log' containment reference.

Parameters:
value - the new value of the 'Custom Audit Log' containment reference.
See Also:
getCustomAuditLog()