Uses of Package
org.camunda.bpm.engine.cdi.annotation

Packages that use org.camunda.bpm.engine.cdi.annotation
org.camunda.bpm.engine.cdi   
org.camunda.bpm.engine.cdi.impl   
org.camunda.bpm.engine.cdi.impl.annotation   
 

Classes in org.camunda.bpm.engine.cdi.annotation used by org.camunda.bpm.engine.cdi
ExecutionId
          Qualifier annotation for injecting the current executionId.
ProcessInstanceId
          Qualifier annotation for injecting the id of the current process instance.
ProcessVariable
          Annotation for qualifying injection points such that process variables are injected.
ProcessVariableLocal
          Annotation for qualifying injection points such that local process variables are injected.
ProcessVariableLocalTyped
          Annotation for qualifying injection points such that local process variables are injected.
ProcessVariableTyped
          Annotation for qualifying injection points such that process variables are injected.
TaskId
          Qualifier annotation for injecting the current taskId.
 

Classes in org.camunda.bpm.engine.cdi.annotation used by org.camunda.bpm.engine.cdi.impl
ProcessEngineName
           
 

Classes in org.camunda.bpm.engine.cdi.annotation used by org.camunda.bpm.engine.cdi.impl.annotation
BusinessKey
          Qualifier annotation for injecting a business key:
CompleteTask
          Annotation signaling that a task is to be completed after the annotated method returns.
StartProcess
          Starts a new process instance after the annotated method returns.
 



Copyright © 2017 camunda services GmbH. All rights reserved.