public class ActivitiEndpoint
extends org.apache.camel.impl.DefaultEndpoint
| Constructor and Description |
|---|
ActivitiEndpoint(String uri,
org.apache.camel.CamelContext camelContext,
org.activiti.engine.RuntimeService runtimeService) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Consumer |
createConsumer(org.apache.camel.Processor processor) |
org.apache.camel.Producer |
createProducer() |
long |
getTimeout() |
int |
getTimeResolution() |
boolean |
isCopyCamelBodyToBody() |
boolean |
isCopyCamelBodyToBodyAsString() |
boolean |
isCopyVariablesFromHeader() |
boolean |
isCopyVariablesFromProperties() |
boolean |
isCopyVariablesToBodyAsMap() |
boolean |
isCopyVariablesToProperties() |
boolean |
isLenientProperties() |
boolean |
isSingleton() |
void |
process(org.apache.camel.Exchange ex) |
void |
setCopyCamelBodyToBody(boolean copyCamelBodyToBody) |
void |
setCopyCamelBodyToBodyAsString(boolean copyCamelBodyToBodyAsString) |
void |
setCopyVariablesFromHeader(boolean copyVariablesFromHeader) |
void |
setCopyVariablesFromProperties(boolean copyVariablesFromProperties) |
void |
setCopyVariablesToBodyAsMap(boolean copyVariablesToBodyAsMap) |
void |
setCopyVariablesToProperties(boolean copyVariablesToProperties) |
configureConsumer, configureProperties, createEndpointConfiguration, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, doStart, doStop, equals, getCamelContext, getComponent, getConsumerProperties, getEndpointConfiguration, getEndpointKey, getEndpointUri, getExchangePattern, getId, hashCode, isSynchronous, setCamelContext, setConsumerProperties, setEndpointConfiguration, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, setSynchronous, toStringdoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, resume, shutdown, start, stop, suspendpublic ActivitiEndpoint(String uri, org.apache.camel.CamelContext camelContext, org.activiti.engine.RuntimeService runtimeService)
public org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor)
throws Exception
Exceptionpublic boolean isSingleton()
public boolean isCopyVariablesToProperties()
public void setCopyVariablesToProperties(boolean copyVariablesToProperties)
public boolean isCopyCamelBodyToBody()
public void setCopyCamelBodyToBody(boolean copyCamelBodyToBody)
public boolean isCopyVariablesToBodyAsMap()
public void setCopyVariablesToBodyAsMap(boolean copyVariablesToBodyAsMap)
public boolean isCopyVariablesFromProperties()
public void setCopyVariablesFromProperties(boolean copyVariablesFromProperties)
public boolean isCopyVariablesFromHeader()
public void setCopyVariablesFromHeader(boolean copyVariablesFromHeader)
public boolean isCopyCamelBodyToBodyAsString()
public void setCopyCamelBodyToBodyAsString(boolean copyCamelBodyToBodyAsString)
public boolean isLenientProperties()
isLenientProperties in interface org.apache.camel.EndpointisLenientProperties in class org.apache.camel.impl.DefaultEndpointpublic long getTimeout()
public int getTimeResolution()
Copyright © 2014 Alfresco. All rights reserved.