Class 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.61.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
    • Constructor Detail

      • FileCamelWorkitemHandler

        public FileCamelWorkitemHandler()
      • FileCamelWorkitemHandler

        public FileCamelWorkitemHandler​(Set<String> headers)