org.camunda.bpm.engine.cdi.annotation.event
Class CompleteTaskLiteral

java.lang.Object
  extended by javax.enterprise.util.AnnotationLiteral<CompleteTask>
      extended by org.camunda.bpm.engine.cdi.annotation.event.CompleteTaskLiteral
All Implemented Interfaces:
Serializable, Annotation, CompleteTask

public class CompleteTaskLiteral
extends javax.enterprise.util.AnnotationLiteral<CompleteTask>
implements CompleteTask

See Also:
Serialized Form

Field Summary
protected  String taskDefinitionKey
           
 
Constructor Summary
CompleteTaskLiteral(String taskDefinitionKey)
           
 
Method Summary
 String value()
           
 
Methods inherited from class javax.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
 

Field Detail

taskDefinitionKey

protected final String taskDefinitionKey
Constructor Detail

CompleteTaskLiteral

public CompleteTaskLiteral(String taskDefinitionKey)
Method Detail

value

public String value()


Copyright © 2015 camunda services GmbH. All rights reserved.