Uses of Class
org.camunda.bpm.spring.boot.starter.annotation.EnableProcessApplication
-
Packages that use EnableProcessApplication Package Description org.camunda.bpm.run.example.invoice org.camunda.bpm.spring.boot.starter.util -
-
Uses of EnableProcessApplication in org.camunda.bpm.run.example.invoice
Classes in org.camunda.bpm.run.example.invoice with annotations of type EnableProcessApplication Modifier and Type Class Description class
Application
-
Uses of EnableProcessApplication in org.camunda.bpm.spring.boot.starter.util
Fields in org.camunda.bpm.spring.boot.starter.util with type parameters of type EnableProcessApplication Modifier and Type Field Description static Function<EnableProcessApplication,Optional<String>>
GetProcessApplicationNameFromAnnotation. getAnnotationValue
Methods in org.camunda.bpm.spring.boot.starter.util that return EnableProcessApplication Modifier and Type Method Description EnableProcessApplication
GetProcessApplicationNameFromAnnotation.AnnotatedBean. getAnnotation()
Methods in org.camunda.bpm.spring.boot.starter.util with parameters of type EnableProcessApplication Modifier and Type Method Description static GetProcessApplicationNameFromAnnotation.AnnotatedBean
GetProcessApplicationNameFromAnnotation.AnnotatedBean. of(String name, EnableProcessApplication annotation)
Constructors in org.camunda.bpm.spring.boot.starter.util with parameters of type EnableProcessApplication Constructor Description AnnotatedBean(String name, EnableProcessApplication annotation)
-