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

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

public class StartActivityLiteral
extends javax.enterprise.util.AnnotationLiteral<StartActivity>
implements StartActivity

See Also:
Serialized Form

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

StartActivityLiteral

public StartActivityLiteral(String activityId)
Method Detail

value

public String value()


Copyright © 2017 camunda services GmbH. All rights reserved.