Uses of Class
org.compass.core.events.FilterOperation

Packages that use FilterOperation
org.compass.core.events   
 

Uses of FilterOperation in org.compass.core.events
 

Methods in org.compass.core.events that return FilterOperation
 FilterOperation PreCreateResourceEventListener.onPreCreate(Resource resource)
          An event called before an object is created and accepts the Resource that represents it.
 FilterOperation CompassEventManager.onPreCreate(Resource resource)
           
 FilterOperation PreCreateEventListener.onPreCreate(String alias, Object obj)
          An event called before an object is created.
 FilterOperation CompassEventManager.onPreCreate(String alias, Object obj)
           
 FilterOperation CompassEventManager.onPreDelete(Class clazz, Object obj)
           
 FilterOperation PreDeleteResourceEventListener.onPreDelete(Resource resource)
          An event called before an object is deleted and accepts the Resource that represents it.
 FilterOperation CompassEventManager.onPreDelete(Resource resource)
           
 FilterOperation PreDeleteEventListener.onPreDelete(String alias, Object obj)
          An event called before an object is created.
 FilterOperation CompassEventManager.onPreDelete(String alias, Object obj)
           
 FilterOperation PreSaveResourceEventListener.onPreSave(Resource resource)
          An event called before an object is saved and accepts the Resource that represents it.
 FilterOperation CompassEventManager.onPreSave(Resource resource)
           
 FilterOperation PreSaveEventListener.onPreSave(String alias, Object obj)
          An event called before an object is saved.
 FilterOperation CompassEventManager.onPreSave(String alias, Object obj)
           
static FilterOperation FilterOperation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FilterOperation[] FilterOperation.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 



Copyright (c) 2004-2008 The Compass Project.