Package org.jbpm.process.workitem.camel
Class SQLCamelWorkitemHandler
- java.lang.Object
-
- org.jbpm.process.workitem.core.AbstractLogOrThrowWorkItemHandler
-
- org.jbpm.process.workitem.camel.AbstractCamelWorkitemHandler
-
- org.jbpm.process.workitem.camel.SQLCamelWorkitemHandler
-
- All Implemented Interfaces:
org.kie.api.runtime.process.WorkItemHandler
@Wid(widfile="CamelSQLConnector.wid",name="CamelSQLConnector",displayName="CamelSQLConnector",defaultHandler="mvel: new org.jbpm.process.workitem.camel.SQLCamelWorkitemHandler()",documentation="camel-workitem/index.html",category="camel-workitem",icon="CamelSQLConnector.png",parameters={@WidParameter(name="payload"),@WidParameter(name="query",required=true)},results=@WidResult(name="response"),mavenDepends=@WidMavenDepends(group="org.jbpm.contrib",artifact="camel-workitem",version="7.62.0.Final"),serviceInfo=@WidService(category="Camel",description="Use Apache Camel connectors in your processes",keywords="apache,camel,sql,database,jdbc,query,payload,route,connector",action=@WidAction(title="Execute SQL query at a Camel endpoint and retrieve results"))) public class SQLCamelWorkitemHandler extends AbstractCamelWorkitemHandler
-
-
Field Summary
-
Fields inherited from class org.jbpm.process.workitem.camel.AbstractCamelWorkitemHandler
context, requestMapper, responseMapper, uriConverter
-
-
Constructor Summary
Constructors Constructor Description SQLCamelWorkitemHandler()SQLCamelWorkitemHandler(String responseLocation, org.apache.camel.CamelContext context)SQLCamelWorkitemHandler(Set<String> headers)
-
Method Summary
-
Methods inherited from class org.jbpm.process.workitem.camel.AbstractCamelWorkitemHandler
abortWorkItem, executeWorkItem, setCamelContext
-
-