Package org.jbpm.process.workitem.camel
Class FileCamelWorkitemHandler
- java.lang.Object
-
- org.jbpm.process.workitem.core.AbstractLogOrThrowWorkItemHandler
-
- org.jbpm.process.workitem.camel.AbstractCamelWorkitemHandler
-
- org.jbpm.process.workitem.camel.FileCamelWorkitemHandler
-
- All Implemented Interfaces:
org.kie.api.runtime.process.WorkItemHandler
@Wid(widfile="CamelFileConnector.wid",name="CamelFileConnector",displayName="CamelFileConnector",defaultHandler="mvel: new org.jbpm.process.workitem.camel.FileCamelWorkitemHandler()",documentation="camel-workitem/index.html",category="camel-workitem",icon="CamelFileConnector.png",parameters={@WidParameter(name="path",required=true),@WidParameter(name="payload",required=true),@WidParameter(name="fileName")},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,file,filysystem,read,write,payload,route,connector",action=@WidAction(title="Access file systems and process files"))) public class FileCamelWorkitemHandler extends AbstractCamelWorkitemHandler
-
-
Field Summary
-
Fields inherited from class org.jbpm.process.workitem.camel.AbstractCamelWorkitemHandler
context, requestMapper, responseMapper, uriConverter
-
-
Constructor Summary
Constructors Constructor Description FileCamelWorkitemHandler()FileCamelWorkitemHandler(Set<String> headers)
-
Method Summary
-
Methods inherited from class org.jbpm.process.workitem.camel.AbstractCamelWorkitemHandler
abortWorkItem, executeWorkItem, setCamelContext
-
-