org.olat.core.id.change
Class ChangeManager

java.lang.Object
  extended by org.olat.core.id.change.ChangeManager

public class ChangeManager
extends java.lang.Object

Description:

Initial Date: 21.07.2006

Author:
Felix Jost

Field Summary
static int ACTION_CREATE
           
static int ACTION_DELETE
           
static int ACTION_UPDATE
           
 
Method Summary
static void changed(int action, OLATResourceable ores)
           
static boolean isChangeEvent(Event event)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACTION_CREATE

public static final int ACTION_CREATE
See Also:
Constant Field Values

ACTION_UPDATE

public static final int ACTION_UPDATE
See Also:
Constant Field Values

ACTION_DELETE

public static final int ACTION_DELETE
See Also:
Constant Field Values
Method Detail

changed

public static void changed(int action,
                           OLATResourceable ores)
Parameters:
action -
ores -
See Also:
ObjectAccessEvent

isChangeEvent

public static boolean isChangeEvent(Event event)