|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStatsRecorderFlags
Interface for objects conveying a bundle of boolean flags configuring what IStatsRecorder events should propogate.
Method Summary | |
---|---|
boolean |
isRecordChannelAddedToLayout()
Returns true if we should record when a channel is added to a layout; false otherwise. |
boolean |
isRecordChannelDefinitionModified()
Returns true if we should record when a channel definition is modified. |
boolean |
isRecordChannelDefinitionPublished()
Returns true if we should record when a channel definition is published, false otherwise. |
boolean |
isRecordChannelDefinitionRemoved()
Returns true iff we should record when a channel definition is removed. |
boolean |
isRecordChannelInstantiated()
Returns whether we should record when a channel is instantiated. |
boolean |
isRecordChannelMovedInLayout()
Returns whether we should record a channel being moved within a layout. |
boolean |
isRecordChannelRemovedFromLayout()
Returns true if we should record a channel being removed from a layout, false otherwise. |
boolean |
isRecordChannelRendered()
Returns true if we should record when a channel is rendered, false otherwise. |
boolean |
isRecordChannelTargeted()
Returns true if we should record when a channel is targetted, false otherwise. |
boolean |
isRecordChannelUpdatedInLayout()
Returns true if we should record when a channel is updated within a layout, false otherwise. |
boolean |
isRecordFolderAddedToLayout()
Returns true if we should record when a folder is added to a layout, false otherwise. |
boolean |
isRecordFolderMovedInLayout()
Returns true if we should record that a folder is moved in a layout, false otherwise. |
boolean |
isRecordFolderRemovedFromLayout()
Returns true iff we should record a folder being removed from a layout. |
boolean |
isRecordFolderUpdatedInLayout()
Returns true if we should record a folder being updated within a layout, false otherwise. |
boolean |
isRecordLogin()
Returns true iff we should record a user logging in. |
boolean |
isRecordLogout()
Returns true iff we should record a user logging out. |
boolean |
isRecordSessionCreated()
Returns true if we should record a session being created, false otherwise. |
boolean |
isRecordSessionDestroyed()
Return true iff we should record a session being destroyed. |
Method Detail |
---|
boolean isRecordChannelAddedToLayout()
boolean isRecordChannelDefinitionModified()
boolean isRecordChannelDefinitionPublished()
boolean isRecordChannelDefinitionRemoved()
boolean isRecordChannelInstantiated()
boolean isRecordChannelMovedInLayout()
boolean isRecordChannelRemovedFromLayout()
boolean isRecordChannelRendered()
boolean isRecordChannelTargeted()
boolean isRecordChannelUpdatedInLayout()
boolean isRecordFolderAddedToLayout()
boolean isRecordFolderMovedInLayout()
boolean isRecordFolderRemovedFromLayout()
boolean isRecordFolderUpdatedInLayout()
boolean isRecordLogin()
boolean isRecordLogout()
boolean isRecordSessionCreated()
boolean isRecordSessionDestroyed()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |