public class ActivitiComponent
extends org.apache.camel.impl.DefaultComponent
Modifier and Type | Field and Description |
---|---|
protected boolean |
copyCamelBodyToBody |
protected boolean |
copyVariablesToBodyAsMap |
protected boolean |
copyVariablesToProperties |
protected org.activiti.engine.IdentityService |
identityService |
protected org.activiti.engine.RuntimeService |
runtimeService |
Constructor and Description |
---|
ActivitiComponent() |
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, createConfiguration, createEndpoint, doStart, doStop, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, ifStartsWithReturnRemainder, preProcessUri, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setProperties, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURI
protected org.activiti.engine.IdentityService identityService
protected org.activiti.engine.RuntimeService runtimeService
protected boolean copyVariablesToProperties
protected boolean copyVariablesToBodyAsMap
protected boolean copyCamelBodyToBody
public void setCamelContext(org.apache.camel.CamelContext context)
setCamelContext
in interface org.apache.camel.CamelContextAware
setCamelContext
in class org.apache.camel.impl.DefaultComponent
protected org.apache.camel.Endpoint createEndpoint(String s, String s1, Map<String,Object> parameters) throws Exception
createEndpoint
in class org.apache.camel.impl.DefaultComponent
Exception
public boolean isCopyVariablesToProperties()
public void setCopyVariablesToProperties(boolean copyVariablesToProperties)
public boolean isCopyCamelBodyToBody()
public void setCopyCamelBodyToBody(boolean copyCamelBodyToBody)
public boolean isCopyVariablesToBodyAsMap()
public void setCopyVariablesToBodyAsMap(boolean copyVariablesToBodyAsMap)
Copyright © 2016 Alfresco. All rights reserved.