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

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

@Interceptor
public class CompleteTaskInterceptor
extends Object
implements Serializable

Interceptor for handling the CompleteTask-Annotation

Author:
Daniel Meyer
See Also:
Serialized Form

Constructor Summary
CompleteTaskInterceptor()
           
 
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

CompleteTaskInterceptor

public CompleteTaskInterceptor()
Method Detail

invoke

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


Copyright © 2017 camunda services GmbH. All rights reserved.