public class FlowableComponent
extends org.apache.camel.impl.DefaultComponent
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
copyCamelBodyToBody |
protected boolean |
copyVariablesToBodyAsMap |
protected boolean |
copyVariablesToProperties |
protected IdentityService |
identityService |
protected ManagementService |
managementService |
protected RepositoryService |
repositoryService |
protected RuntimeService |
runtimeService |
| Constructor and Description |
|---|
FlowableComponent() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.camel.Endpoint |
createEndpoint(String s,
String s1,
Map<String,Object> parameters) |
boolean |
isCopyCamelBodyToBody() |
boolean |
isCopyVariablesToBodyAsMap() |
boolean |
isCopyVariablesToProperties() |
void |
setCamelContext(org.apache.camel.CamelContext context) |
void |
setCopyCamelBodyToBody(boolean copyCamelBodyToBody) |
void |
setCopyVariablesToBodyAsMap(boolean copyVariablesToBodyAsMap) |
void |
setCopyVariablesToProperties(boolean copyVariablesToProperties) |
afterConfiguration, createComponentConfiguration, createConfiguration, createEndpoint, doStart, doStop, getAndRemoveOrResolveReferenceParameter, getAndRemoveOrResolveReferenceParameter, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, getExtension, getSupportedExtensions, ifStartsWithReturnRemainder, isResolvePropertyPlaceholders, preProcessUri, registerExtension, registerExtension, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setProperties, setProperties, setResolvePropertyPlaceholders, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURIprotected IdentityService identityService
protected RuntimeService runtimeService
protected RepositoryService repositoryService
protected ManagementService managementService
protected boolean copyVariablesToProperties
protected boolean copyVariablesToBodyAsMap
protected boolean copyCamelBodyToBody
public void setCamelContext(org.apache.camel.CamelContext context)
setCamelContext in interface org.apache.camel.CamelContextAwaresetCamelContext in class org.apache.camel.impl.DefaultComponentprotected org.apache.camel.Endpoint createEndpoint(String s, String s1, Map<String,Object> parameters) throws Exception
createEndpoint in class org.apache.camel.impl.DefaultComponentExceptionpublic boolean isCopyVariablesToProperties()
public void setCopyVariablesToProperties(boolean copyVariablesToProperties)
public boolean isCopyCamelBodyToBody()
public void setCopyCamelBodyToBody(boolean copyCamelBodyToBody)
public boolean isCopyVariablesToBodyAsMap()
public void setCopyVariablesToBodyAsMap(boolean copyVariablesToBodyAsMap)
Copyright © 2023 Flowable. All rights reserved.