org.olat.core.logging.activity
Interface ILoggingResourceableType

All Known Implementing Classes:
OlatResourceableType, StringResourceableType

public interface ILoggingResourceableType

A tagging interface used to specify the type of a Resourceable which is logged with an entry in the o_loggingtable.

Implementation-Note: This is a parent interface of OlatResourceableType (for OlatResourceables) and StringResourceableType (for simple Strings). Both are simple enums - and in order to be able to have a parent interface for two enums this interface requires name() - which is the only method used by users of this ILoggingResourceableType.

Initial Date: 20.10.2009

Author:
Stefan

Method Summary
 java.lang.String name()
          Returns the name of this ILoggingResourceableType - implemented by sub-interfaces - the two enums - natively
 

Method Detail

name

java.lang.String name()
Returns the name of this ILoggingResourceableType - implemented by sub-interfaces - the two enums - natively

Returns:
the name of this ILoggingResourceableType