Uses of Package
org.olat.core.logging.activity

Packages that use org.olat.core.logging.activity
org.olat.core.commons.modules.bc   
org.olat.core.gui.control   
org.olat.core.logging.activity   
org.olat.course.config.ui   
org.olat.course.statistic   
org.olat.course.statistic.export   
org.olat.group   
org.olat.util.logging.activity   
 

Classes in org.olat.core.logging.activity used by org.olat.core.commons.modules.bc
BaseLoggingAction
          Base implementation for ILoggingAction - the recommended super class for all implementations for ILoggingAction (but not mandatory)
ILoggingAction
          An ILoggingAction is used to summarize all information required to reflect an occurrance of logging in a particular place in a workflow.
 

Classes in org.olat.core.logging.activity used by org.olat.core.gui.control
ILoggingResourceable
           
IUserActivityLogger
          Interface for doing user activity logging.
 

Classes in org.olat.core.logging.activity used by org.olat.core.logging.activity
ActionObject
          Global list of actionObjects existing in OLAT.
ActionType
          Description:
Global list of actionTypes existing in OLAT.
ActionVerb
          Global list of actionVerbs existing in OLAT.
BaseLoggingAction
          Base implementation for ILoggingAction - the recommended super class for all implementations for ILoggingAction (but not mandatory)
CoreLoggingResourceable
          Core implementation for LoggingResourceable - i.e.
CrudAction
          enum representing the four CRUD types which are stored with each log entry: create: when a new resource is created retrieve/read: when a resource is read update: when a resource is changed/updated delete: when a resource is deleted Note that it's not always easy to map log messages to one of the four crud actions - if you find it hard it is always an idea to fall back to the default 'retrieve'
ILoggingAction
          An ILoggingAction is used to summarize all information required to reflect an occurrance of logging in a particular place in a workflow.
ILoggingResourceable
           
ILoggingResourceableType
          A tagging interface used to specify the type of a Resourceable which is logged with an entry in the o_loggingtable.
IUserActivityLogger
          Interface for doing user activity logging.
OlatResourceableType
          Specialization of ILoggingResourceableType which represents a OlatResourceable (or OlatResource/RepositoryEntry in some other cases)
ResourceableTypeList
          A ResourceableTypeList is a structured collection of ILoggingResourceableTypes specifying which of them are mandatory with a LoggingAction and which are optional.
StringResourceableType
          Specialization of ILoggingResourceableType which represents a String rather than an OlatResourceable.
UserActivityLoggerImpl
          Default implementation of the IUserActivityLogger which logs into the o_loggingtable.
 

Classes in org.olat.core.logging.activity used by org.olat.course.config.ui
ILoggingAction
          An ILoggingAction is used to summarize all information required to reflect an occurrance of logging in a particular place in a workflow.
 

Classes in org.olat.core.logging.activity used by org.olat.course.statistic
BaseLoggingAction
          Base implementation for ILoggingAction - the recommended super class for all implementations for ILoggingAction (but not mandatory)
ILoggingAction
          An ILoggingAction is used to summarize all information required to reflect an occurrance of logging in a particular place in a workflow.
 

Classes in org.olat.core.logging.activity used by org.olat.course.statistic.export
LoggingObject
          Hibernate class representing a log line - a row in the user activity logging table.
 

Classes in org.olat.core.logging.activity used by org.olat.group
BaseLoggingAction
          Base implementation for ILoggingAction - the recommended super class for all implementations for ILoggingAction (but not mandatory)
ILoggingAction
          An ILoggingAction is used to summarize all information required to reflect an occurrance of logging in a particular place in a workflow.
 

Classes in org.olat.core.logging.activity used by org.olat.util.logging.activity
ILoggingResourceable
           
ILoggingResourceableType
          A tagging interface used to specify the type of a Resourceable which is logged with an entry in the o_loggingtable.
StringResourceableType
          Specialization of ILoggingResourceableType which represents a String rather than an OlatResourceable.