org.camunda.bpm.engine.cdi.impl.annotation
Class StartProcessInterceptor

java.lang.Object
  extended by org.camunda.bpm.engine.cdi.impl.annotation.StartProcessInterceptor
All Implemented Interfaces:
Serializable

@Interceptor
public class StartProcessInterceptor
extends Object
implements Serializable

implementation of the StartProcess annotation

Author:
Daniel Meyer
See Also:
Serialized Form

Constructor Summary
StartProcessInterceptor()
           
 
Method Summary
 Object invoke(javax.interceptor.InvocationContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartProcessInterceptor

public StartProcessInterceptor()
Method Detail

invoke

public Object invoke(javax.interceptor.InvocationContext ctx)
              throws Exception
Throws:
Exception


Copyright © 2017 camunda services GmbH. All rights reserved.