Uses of Class
org.camunda.bpm.engine.impl.juel.Parser.ExtensionPoint
-
Packages that use Parser.ExtensionPoint Package Description org.camunda.bpm.engine.impl.juel -
-
Uses of Parser.ExtensionPoint in org.camunda.bpm.engine.impl.juel
Methods in org.camunda.bpm.engine.impl.juel that return Parser.ExtensionPoint Modifier and Type Method Description Parser.ExtensionPoint
Parser.ExtensionHandler. getExtensionPoint()
static Parser.ExtensionPoint
Parser.ExtensionPoint. valueOf(String name)
Returns the enum constant of this type with the specified name.static Parser.ExtensionPoint[]
Parser.ExtensionPoint. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.camunda.bpm.engine.impl.juel with parameters of type Parser.ExtensionPoint Constructor Description ExtensionHandler(Parser.ExtensionPoint point)
-