org.loom.interceptor
Class MethodInterceptor.AfterCreate

java.lang.Object
  extended by org.loom.interceptor.MethodInterceptor
      extended by org.loom.interceptor.MethodInterceptor.AfterCreate
All Implemented Interfaces:
CreateInterceptor, Interceptor
Enclosing class:
MethodInterceptor

public static class MethodInterceptor.AfterCreate
extends MethodInterceptor
implements CreateInterceptor


Nested Class Summary
 
Nested classes/interfaces inherited from class org.loom.interceptor.MethodInterceptor
MethodInterceptor.AfterCreate, MethodInterceptor.BeforeExecute, MethodInterceptor.BeforePopulate, MethodInterceptor.BeforeValidate, MethodInterceptor.DoFinally, MethodInterceptor.OnError
 
Constructor Summary
MethodInterceptor.AfterCreate()
           
 
Method Summary
 Resolution afterCreate(ParsedAction action)
           
 
Methods inherited from class org.loom.interceptor.MethodInterceptor
getInstance, invoke, setMethod, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodInterceptor.AfterCreate

public MethodInterceptor.AfterCreate()
Method Detail

afterCreate

public Resolution afterCreate(ParsedAction action)
Specified by:
afterCreate in interface CreateInterceptor
Parameters:
action - the action and event that is being executed
Returns:
if return value != null, stops the execution of the workflow and return the provided resolution