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

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

public class AssignTaskLiteral
extends javax.enterprise.util.AnnotationLiteral<AssignTask>
implements AssignTask

See Also:
Serialized Form

Field Summary
protected  String taskDefinitionKey
           
 
Constructor Summary
AssignTaskLiteral(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

AssignTaskLiteral

public AssignTaskLiteral(String taskDefinitionKey)
Method Detail

value

public String value()


Copyright © 2014 camunda services GmbH. All Rights Reserved.