public interface WGHierarchicalDatabaseListenerV2 extends WGHierarchicalDatabaseListener
WGHierarchicalDatabaseListener
- methods for content move operations
- nameModifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
returns the name of the listener
|
void |
postMoveContentFrom(WGHierarchicalDatabaseEvent event)
Called after the content is moved on the source hierarchy
|
void |
postMoveContentTo(WGHierarchicalDatabaseEvent event)
Called after the content was moved on the target hierarchy
|
void |
preMoveContentFrom(WGHierarchicalDatabaseEvent event)
Called before the content is moved on the source hierarchy
|
void |
preMoveContentTo(WGHierarchicalDatabaseEvent event)
Called before a content is moved on the target hierarchy
|
postCreateContent, postDeleteContent, postUpdateContent, preCreateContent, preDeleteContent, preUpdateContent
void preMoveContentTo(WGHierarchicalDatabaseEvent event) throws java.lang.Throwable
event
- The event contextjava.lang.Throwable
void postMoveContentTo(WGHierarchicalDatabaseEvent event) throws java.lang.Throwable
event
- The event contextjava.lang.Throwable
void preMoveContentFrom(WGHierarchicalDatabaseEvent event) throws java.lang.Throwable
event
- The event contextjava.lang.Throwable
void postMoveContentFrom(WGHierarchicalDatabaseEvent event) throws java.lang.Throwable
event
- The event contextjava.lang.Throwable
java.lang.String getName()