org.olat.group
Class GroupLoggingAction

java.lang.Object
  extended by org.olat.core.logging.activity.BaseLoggingAction
      extended by org.olat.group.GroupLoggingAction
All Implemented Interfaces:
ILoggingAction

public class GroupLoggingAction
extends BaseLoggingAction

LoggingActions used by the group module.

PLEASE BE CAREFUL WHEN EDITING IN HERE.

Especially when modifying the ResourceableTypeList - which is a exercise where we try to predict/document/define which ResourceableTypes will later on - at runtime - be available to the IUserActivityLogger.log() method.

The names of the LoggingAction should be self-describing.

Initial Date: 20.10.2009

Author:
Stefan

Field Summary
static ILoggingAction AREA_CREATED
          activity identitfyer: new learning area has been created *
static ILoggingAction AREA_DELETED
          activity identitfyer: learning area has been deleted *
static ILoggingAction BG_GROUP_COPIED
          activity identitfyer: group has been copied *
static ILoggingAction BGAREA_UPDATED_MEMBER_GROUP
           
static ILoggingAction BGAREA_UPDATED_NOW_EMPTY
           
static ILoggingAction GROUP_AREA_UPDATED
          activity identitfyer: learning area changed
static ILoggingAction GROUP_AREA_UPDATED_EMPTY
          activity identitfyer: learning area changed - it just got empty
static ILoggingAction GROUP_CLOSED
           
static ILoggingAction GROUP_CONFIGURATION_CHANGED
          activity identitfyer: group configuration has been changed *
static ILoggingAction GROUP_CREATED
          activity identitfyer: new group has been created *
static ILoggingAction GROUP_DELETED
          activity identitfyer: group has been deleted *
static ILoggingAction GROUP_FROM_WAITING_LIST_REMOVED
          logging action: somebody has been removed from waiting-list *
static ILoggingAction GROUP_OPEN
           
static ILoggingAction GROUP_OWNER_ADDED
          logging action: group owner has been added to group *
static ILoggingAction GROUP_OWNER_REMOVED
          activity identitfyer: group owner has been removed from group *
static ILoggingAction GROUP_PARTICIPANT_ADDED
          logging action: group participant has been added to group *
static ILoggingAction GROUP_PARTICIPANT_REMOVED
          activity identitfyer: group participant has been removed from group *
static ILoggingAction GROUP_RIGHT_UPDATED
          activity identitfyer: group right updated
static ILoggingAction GROUP_RIGHT_UPDATED_EMPTY
          activity identitfyer: group right updated - it just got empty
static ILoggingAction GROUP_TO_WAITING_LIST_ADDED
          logging action: somebody has been added to waiting-list *
static ILoggingAction GROUPMANAGEMENT_CLOSE
           
static ILoggingAction GROUPMANAGEMENT_START
           
 
Method Summary
 
Methods inherited from class org.olat.core.logging.activity.BaseLoggingAction
getActionObject, getActionVerb, getCrudAction, getJavaFieldIdForDebug, getResourceActionType, getTypeListDefinition, setJavaFieldIdForDebug
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GROUP_OPEN

public static final ILoggingAction GROUP_OPEN

GROUP_CLOSED

public static final ILoggingAction GROUP_CLOSED

GROUP_OWNER_ADDED

public static final ILoggingAction GROUP_OWNER_ADDED
logging action: group owner has been added to group *


GROUP_PARTICIPANT_ADDED

public static final ILoggingAction GROUP_PARTICIPANT_ADDED
logging action: group participant has been added to group *


GROUP_OWNER_REMOVED

public static final ILoggingAction GROUP_OWNER_REMOVED
activity identitfyer: group owner has been removed from group *


GROUP_PARTICIPANT_REMOVED

public static final ILoggingAction GROUP_PARTICIPANT_REMOVED
activity identitfyer: group participant has been removed from group *


GROUP_TO_WAITING_LIST_ADDED

public static final ILoggingAction GROUP_TO_WAITING_LIST_ADDED
logging action: somebody has been added to waiting-list *


GROUP_FROM_WAITING_LIST_REMOVED

public static final ILoggingAction GROUP_FROM_WAITING_LIST_REMOVED
logging action: somebody has been removed from waiting-list *


GROUP_CONFIGURATION_CHANGED

public static final ILoggingAction GROUP_CONFIGURATION_CHANGED
activity identitfyer: group configuration has been changed *


GROUP_AREA_UPDATED

public static final ILoggingAction GROUP_AREA_UPDATED
activity identitfyer: learning area changed


GROUP_AREA_UPDATED_EMPTY

public static final ILoggingAction GROUP_AREA_UPDATED_EMPTY
activity identitfyer: learning area changed - it just got empty


GROUP_RIGHT_UPDATED

public static final ILoggingAction GROUP_RIGHT_UPDATED
activity identitfyer: group right updated


GROUP_RIGHT_UPDATED_EMPTY

public static final ILoggingAction GROUP_RIGHT_UPDATED_EMPTY
activity identitfyer: group right updated - it just got empty


GROUPMANAGEMENT_CLOSE

public static final ILoggingAction GROUPMANAGEMENT_CLOSE

GROUPMANAGEMENT_START

public static final ILoggingAction GROUPMANAGEMENT_START

BGAREA_UPDATED_NOW_EMPTY

public static final ILoggingAction BGAREA_UPDATED_NOW_EMPTY

BGAREA_UPDATED_MEMBER_GROUP

public static final ILoggingAction BGAREA_UPDATED_MEMBER_GROUP

BG_GROUP_COPIED

public static final ILoggingAction BG_GROUP_COPIED
activity identitfyer: group has been copied *


GROUP_CREATED

public static final ILoggingAction GROUP_CREATED
activity identitfyer: new group has been created *


GROUP_DELETED

public static final ILoggingAction GROUP_DELETED
activity identitfyer: group has been deleted *


AREA_CREATED

public static final ILoggingAction AREA_CREATED
activity identitfyer: new learning area has been created *


AREA_DELETED

public static final ILoggingAction AREA_DELETED
activity identitfyer: learning area has been deleted *