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

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

public class EndActivityLiteral
extends javax.enterprise.util.AnnotationLiteral<EndActivity>
implements EndActivity

See Also:
Serialized Form

Field Summary
protected  String activityId
           
 
Constructor Summary
EndActivityLiteral(String activityId)
           
 
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

activityId

protected final String activityId
Constructor Detail

EndActivityLiteral

public EndActivityLiteral(String activityId)
Method Detail

value

public String value()


Copyright © 2015 camunda services GmbH. All rights reserved.