public interface ILoggingResourceable
限定符和类型 | 方法和说明 |
---|---|
boolean |
correspondsTo(ContextEntry ce)
Checks whether this LoggingResourceable represents the same resource as the given ContextEntry.
|
java.lang.String |
getId()
Returns the id of this LoggingResourceable - the id varies depending on the type of this LoggingResourceable - but usually it is the olatresourceable id or the
olatresource id.
|
java.lang.String |
getName()
Returns the name of this LoggingResourceable - the name varies depending on the type of this LoggingResource - e.g. in the course case it is the name of the
course, in the CP case it is the html filename incl path
|
ILoggingResourceableType |
getResourceableType()
Returns the ILoggingResourceableType of this LoggingResourceable - used for businessPath checking
|
java.lang.String |
getType()
Returns the type of this LoggingResourceable - this is the OlatResourceable's type (in case this LoggingResource represents a OlatResourceable) - or the
StringResourceableType's enum name() otherwise
|
boolean correspondsTo(ContextEntry ce)
This is used during the businessPath check.
ce
- java.lang.String getType()
java.lang.String getId()
java.lang.String getName()
ILoggingResourceableType getResourceableType()