Skip navigation links
A C D E F G H I M O P R S T U V 

A

ActivitiComponent - Class in org.activiti.camel
This class has been modified to be consistent with the changes to CamelBehavior and its implementations.
ActivitiComponent() - Constructor for class org.activiti.camel.ActivitiComponent
 
ActivitiConsumer - Class in org.activiti.camel
 
ActivitiConsumer(ActivitiEndpoint, Processor) - Constructor for class org.activiti.camel.ActivitiConsumer
 
activitiConsumer - Variable in class org.activiti.camel.ActivitiEndpoint
 
ActivitiEndpoint - Class in org.activiti.camel
This class has been modified to be consistent with the changes to CamelBehavior and its implementations.
ActivitiEndpoint(String, CamelContext) - Constructor for class org.activiti.camel.ActivitiEndpoint
 
ActivitiProducer - Class in org.activiti.camel
 
ActivitiProducer(ActivitiEndpoint, long, long) - Constructor for class org.activiti.camel.ActivitiProducer
 
addConsumer(ActivitiConsumer) - Method in class org.activiti.camel.ActivitiEndpoint
 

C

CamelBehavior - Class in org.activiti.camel
This abstract class takes the place of the now-deprecated CamelBehaviour class (which can still be used for legacy compatibility) and significantly improves on its flexibility.
CamelBehavior() - Constructor for class org.activiti.camel.CamelBehavior
 
CamelBehavior.TargetType - Enum in org.activiti.camel
 
CamelBehaviorBodyAsMapImpl - Class in org.activiti.camel.impl
This implementation of the CamelBehavior abstract class works by copying variables into Camel using a Map object in the Camel Exchange body.
CamelBehaviorBodyAsMapImpl() - Constructor for class org.activiti.camel.impl.CamelBehaviorBodyAsMapImpl
 
CamelBehaviorCamelBodyImpl - Class in org.activiti.camel.impl
This implementation of the CamelBehavior abstract class works by copying a single variable value into the Camel Exchange body.
CamelBehaviorCamelBodyImpl() - Constructor for class org.activiti.camel.impl.CamelBehaviorCamelBodyImpl
 
CamelBehaviorDefaultImpl - Class in org.activiti.camel.impl
This implementation of the CamelBehavior abstract class works just like CamelBehaviour does; it copies variables into Camel as properties.
CamelBehaviorDefaultImpl() - Constructor for class org.activiti.camel.impl.CamelBehaviorDefaultImpl
 
CamelBehaviour - Class in org.activiti.camel
Deprecated.
CamelBehaviour(Collection<ContextProvider>) - Constructor for class org.activiti.camel.CamelBehaviour
Deprecated.
 
CAMELBODY - Static variable in class org.activiti.camel.ExchangeUtils
 
camelContext - Variable in class org.activiti.camel.CamelBehavior
 
camelContextObj - Variable in class org.activiti.camel.CamelBehavior
 
ContextProvider - Interface in org.activiti.camel
 
copyCamelBodyToBody - Variable in class org.activiti.camel.ActivitiComponent
 
copyCamelBodyToBody - Variable in class org.activiti.camel.ActivitiEndpoint
 
copyCamelBodyToBodyAsString - Variable in class org.activiti.camel.ActivitiEndpoint
 
copyResultToCamel(Exchange, ProcessInstance) - Method in class org.activiti.camel.ActivitiProducer
 
copyVariables(Map<String, Object>, Exchange, ActivitiEndpoint) - Method in class org.activiti.camel.CamelBehavior
 
copyVariablesFromHeader - Variable in class org.activiti.camel.ActivitiEndpoint
 
copyVariablesFromProperties - Variable in class org.activiti.camel.ActivitiEndpoint
 
copyVariablesToBody(Map<String, Object>, Exchange) - Method in class org.activiti.camel.CamelBehavior
 
copyVariablesToBodyAsMap - Variable in class org.activiti.camel.ActivitiComponent
 
copyVariablesToBodyAsMap - Variable in class org.activiti.camel.ActivitiEndpoint
 
copyVariablesToBodyAsMap(Map<String, Object>, Exchange) - Method in class org.activiti.camel.CamelBehavior
 
copyVariablesToProperties - Variable in class org.activiti.camel.ActivitiComponent
 
copyVariablesToProperties - Variable in class org.activiti.camel.ActivitiEndpoint
 
copyVariablesToProperties(Map<String, Object>, Exchange) - Method in class org.activiti.camel.CamelBehavior
 
createConsumer(Processor) - Method in class org.activiti.camel.ActivitiEndpoint
 
createEndpoint(String, String, Map<String, Object>) - Method in class org.activiti.camel.ActivitiComponent
 
createEndpoint(ActivityExecution) - Method in class org.activiti.camel.CamelBehavior
 
createExchange(ActivityExecution, ActivitiEndpoint) - Method in class org.activiti.camel.CamelBehavior
 
createProducer() - Method in class org.activiti.camel.ActivitiEndpoint
 

D

doStart() - Method in class org.activiti.camel.ActivitiConsumer
 
doStop() - Method in class org.activiti.camel.ActivitiConsumer
 

E

ExchangeUtils - Class in org.activiti.camel
This class contains one method - prepareVariables - that is used to copy variables from Camel into Activiti.
ExchangeUtils() - Constructor for class org.activiti.camel.ExchangeUtils
 
execute(ActivityExecution) - Method in class org.activiti.camel.CamelBehavior
 
execute(ActivityExecution) - Method in class org.activiti.camel.CamelBehaviour
Deprecated.
 
EXECUTION_ID_PROPERTY - Static variable in class org.activiti.camel.ActivitiProducer
 

F

findProcessInstanceId(Exchange) - Method in class org.activiti.camel.ActivitiProducer
 

G

getActivitiEndpoint() - Method in class org.activiti.camel.ActivitiProducer
 
getContext(String) - Method in interface org.activiti.camel.ContextProvider
 
getContext(String) - Method in class org.activiti.camel.SimpleContextProvider
 
getCopyVariablesFromHeader() - Method in class org.activiti.camel.ActivitiEndpoint
 
getCopyVariablesFromProperties() - Method in class org.activiti.camel.ActivitiEndpoint
 
getEndpoint(String) - Method in class org.activiti.camel.CamelBehavior
 
getProcessDefinitionKey(ActivityExecution) - Method in class org.activiti.camel.CamelBehavior
 
getProcessInitiatorHeaderName() - Method in class org.activiti.camel.ActivitiEndpoint
 
getReturnVarMap() - Method in class org.activiti.camel.ActivitiEndpoint
 
getStringFromField(Expression, DelegateExecution) - Method in class org.activiti.camel.CamelBehavior
 
getTimeout() - Method in class org.activiti.camel.ActivitiEndpoint
 
getTimeResolution() - Method in class org.activiti.camel.ActivitiEndpoint
 

H

handleCamelException(Exchange, ActivityExecution) - Method in class org.activiti.camel.CamelBehavior
 

I

identityService - Variable in class org.activiti.camel.ActivitiComponent
 
identityService - Variable in class org.activiti.camel.ActivitiEndpoint
 
identityService - Variable in class org.activiti.camel.ActivitiProducer
 
IGNORE_MESSAGE_PROPERTY - Static variable in class org.activiti.camel.ExchangeUtils
 
isASync(ActivityExecution) - Method in class org.activiti.camel.CamelBehavior
 
isCopyCamelBodyToBody() - Method in class org.activiti.camel.ActivitiComponent
 
isCopyCamelBodyToBody() - Method in class org.activiti.camel.ActivitiEndpoint
 
isCopyCamelBodyToBodyAsString() - Method in class org.activiti.camel.ActivitiEndpoint
 
isCopyVariablesToBodyAsMap() - Method in class org.activiti.camel.ActivitiComponent
 
isCopyVariablesToBodyAsMap() - Method in class org.activiti.camel.ActivitiEndpoint
 
isCopyVariablesToProperties() - Method in class org.activiti.camel.ActivitiComponent
 
isCopyVariablesToProperties() - Method in class org.activiti.camel.ActivitiEndpoint
 
isLenientProperties() - Method in class org.activiti.camel.ActivitiEndpoint
 
isSetProcessInitiator() - Method in class org.activiti.camel.ActivitiEndpoint
 
isSingleton() - Method in class org.activiti.camel.ActivitiEndpoint
 

M

mapExceptions - Variable in class org.activiti.camel.CamelBehavior
 

O

org.activiti.camel - package org.activiti.camel
 
org.activiti.camel.impl - package org.activiti.camel.impl
 

P

prepareInitiator(Exchange, ActivitiEndpoint) - Static method in class org.activiti.camel.ExchangeUtils
Gets the value of the Camel header that contains the userId to be set as the process initiator.
prepareVariables(Exchange, ActivitiEndpoint) - Static method in class org.activiti.camel.ExchangeUtils
 
process(Exchange) - Method in class org.activiti.camel.ActivitiEndpoint
 
process(Exchange) - Method in class org.activiti.camel.ActivitiProducer
 
PROCESS_ID_PROPERTY - Static variable in class org.activiti.camel.ActivitiProducer
 
PROCESS_KEY_PROPERTY - Static variable in class org.activiti.camel.ActivitiProducer
 
processInitiatorHeaderName - Variable in class org.activiti.camel.ActivitiEndpoint
 

R

removeConsumer() - Method in class org.activiti.camel.ActivitiEndpoint
 
returnVarMap - Variable in class org.activiti.camel.ActivitiEndpoint
 
runtimeService - Variable in class org.activiti.camel.ActivitiComponent
 
runtimeService - Variable in class org.activiti.camel.ActivitiEndpoint
 
runtimeService - Variable in class org.activiti.camel.ActivitiProducer
 

S

setAppropriateCamelContext(ActivityExecution) - Method in class org.activiti.camel.CamelBehavior
 
setCamelContext(CamelContext) - Method in class org.activiti.camel.ActivitiComponent
 
setCamelContext(Expression) - Method in class org.activiti.camel.CamelBehavior
 
setCopyCamelBodyToBody(boolean) - Method in class org.activiti.camel.ActivitiComponent
 
setCopyCamelBodyToBody(boolean) - Method in class org.activiti.camel.ActivitiEndpoint
 
setCopyCamelBodyToBodyAsString(boolean) - Method in class org.activiti.camel.ActivitiEndpoint
 
setCopyVariablesFromHeader(String) - Method in class org.activiti.camel.ActivitiEndpoint
 
setCopyVariablesFromProperties(String) - Method in class org.activiti.camel.ActivitiEndpoint
 
setCopyVariablesToBodyAsMap(boolean) - Method in class org.activiti.camel.ActivitiComponent
 
setCopyVariablesToBodyAsMap(boolean) - Method in class org.activiti.camel.ActivitiEndpoint
 
setCopyVariablesToProperties(boolean) - Method in class org.activiti.camel.ActivitiComponent
 
setCopyVariablesToProperties(boolean) - Method in class org.activiti.camel.ActivitiEndpoint
 
setIdentityService(IdentityService) - Method in class org.activiti.camel.ActivitiEndpoint
 
setIdentityService(IdentityService) - Method in class org.activiti.camel.ActivitiProducer
 
setProcessInitiator(String) - Method in class org.activiti.camel.ActivitiProducer
 
setProcessInitiatorHeaderName(String) - Method in class org.activiti.camel.ActivitiEndpoint
 
setPropertTargetVariable(ActivitiEndpoint) - Method in class org.activiti.camel.CamelBehavior
 
setPropertTargetVariable(ActivitiEndpoint) - Method in class org.activiti.camel.impl.CamelBehaviorBodyAsMapImpl
 
setPropertTargetVariable(ActivitiEndpoint) - Method in class org.activiti.camel.impl.CamelBehaviorCamelBodyImpl
 
setPropertTargetVariable(ActivitiEndpoint) - Method in class org.activiti.camel.impl.CamelBehaviorDefaultImpl
 
setReturnVarMap(Map<String, Object>) - Method in class org.activiti.camel.ActivitiEndpoint
 
setRuntimeService(RuntimeService) - Method in class org.activiti.camel.ActivitiEndpoint
 
setRuntimeService(RuntimeService) - Method in class org.activiti.camel.ActivitiProducer
 
shouldStartProcess() - Method in class org.activiti.camel.ActivitiProducer
 
signal(Exchange) - Method in class org.activiti.camel.ActivitiProducer
 
SimpleContextProvider - Class in org.activiti.camel
 
SimpleContextProvider(Map<String, CamelContext>) - Constructor for class org.activiti.camel.SimpleContextProvider
 
SimpleContextProvider(String, CamelContext) - Constructor for class org.activiti.camel.SimpleContextProvider
 
springConfiguration - Variable in class org.activiti.camel.CamelBehavior
 
startProcess(Exchange) - Method in class org.activiti.camel.ActivitiProducer
 

T

timeout - Variable in class org.activiti.camel.ActivitiEndpoint
 
timeResolution - Variable in class org.activiti.camel.ActivitiEndpoint
 
toTargetType - Variable in class org.activiti.camel.CamelBehavior
 

U

updateTargetVariables(ActivitiEndpoint) - Method in class org.activiti.camel.CamelBehavior
 

V

valueOf(String) - Static method in enum org.activiti.camel.CamelBehavior.TargetType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.activiti.camel.CamelBehavior.TargetType
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E F G H I M O P R S T U V 
Skip navigation links

Copyright © 2016 Alfresco. All rights reserved.