public static interface JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default JBPMEndpointBuilderFactory.AdvancedJBPMEndpointConsumerBuilder |
advanced() |
default JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder |
attachmentId(Long attachmentId)
attachId to use when retrieving attachments.
|
default JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder |
attachmentId(String attachmentId)
attachId to use when retrieving attachments.
|
default JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder |
bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder |
bridgeErrorHandler(String bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder |
contentId(Long contentId)
contentId to use when retrieving attachments.
|
default JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder |
contentId(String contentId)
contentId to use when retrieving attachments.
|
default JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder |
deploymentId(String deploymentId)
The id of the deployment.
|
default JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder |
emitterSendItems(Boolean emitterSendItems)
Sets if event produced by emitter should be sent as single items or
complete collection.
|
default JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder |
emitterSendItems(String emitterSendItems)
Sets if event produced by emitter should be sent as single items or
complete collection.
|
default JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder |
event(Object event)
the data associated with this event when signalEvent operation is
performed.
|
default JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder |
event(String event)
the data associated with this event when signalEvent operation is
performed.
|
default JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder |
eventType(String eventType)
the type of event to use when signalEvent operation is performed.
|
default JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder |
identifier(String identifier)
identifier the global identifier.
|
default JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder |
maxNumber(Integer maxNumber)
the maximum number of rules that should be fired.
|
default JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder |
maxNumber(String maxNumber)
the maximum number of rules that should be fired.
|
default JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder |
page(Integer page)
The page to use when retrieving user tasks.
|
default JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder |
page(String page)
The page to use when retrieving user tasks.
|
default JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder |
pageSize(Integer pageSize)
The page size to use when retrieving user tasks.
|
default JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder |
pageSize(String pageSize)
The page size to use when retrieving user tasks.
|
default JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder |
password(String password)
Password for authentication.
|
default JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder |
processId(String processId)
the id of the process that should be acted upon.
|
default JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder |
processInstanceId(Long processInstanceId)
the id of the process instance.
|
default JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder |
processInstanceId(String processInstanceId)
the id of the process instance.
|
default JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder |
statuses(List<String> statuses)
The list of status to use when filtering tasks.
|
default JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder |
statuses(String statuses)
The list of status to use when filtering tasks.
|
default JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder |
targetUserId(String targetUserId)
The targetUserId used when delegating a task.
|
default JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder |
task(Object task)
The task instance to use with task operations.
|
default JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder |
task(String task)
The task instance to use with task operations.
|
default JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder |
taskId(Long taskId)
the id of the task.
|
default JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder |
taskId(String taskId)
the id of the task.
|
default JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder |
timeout(Integer timeout)
A timeout value.
|
default JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder |
timeout(String timeout)
A timeout value.
|
default JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder |
userId(String userId)
userId to use with task operations.
|
default JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder |
userName(String userName)
Username for authentication.
|
default JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder |
value(Object value)
the value to assign to the global identifier.
|
default JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder |
value(String value)
the value to assign to the global identifier.
|
default JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder |
workItemId(Long workItemId)
the id of the work item.
|
default JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder |
workItemId(String workItemId)
the id of the work item.
|
default JBPMEndpointBuilderFactory.AdvancedJBPMEndpointConsumerBuilder advanced()
default JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder attachmentId(Long attachmentId)
attachmentId - the value to setdefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder attachmentId(String attachmentId)
attachmentId - the value to setdefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder contentId(Long contentId)
contentId - the value to setdefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder contentId(String contentId)
contentId - the value to setdefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder deploymentId(String deploymentId)
deploymentId - the value to setdefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder emitterSendItems(Boolean emitterSendItems)
emitterSendItems - the value to setdefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder emitterSendItems(String emitterSendItems)
emitterSendItems - the value to setdefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder event(Object event)
event - the value to setdefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder event(String event)
event - the value to setdefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder eventType(String eventType)
eventType - the value to setdefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder identifier(String identifier)
identifier - the value to setdefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder maxNumber(Integer maxNumber)
maxNumber - the value to setdefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder maxNumber(String maxNumber)
maxNumber - the value to setdefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder page(Integer page)
page - the value to setdefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder page(String page)
page - the value to setdefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder pageSize(Integer pageSize)
pageSize - the value to setdefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder pageSize(String pageSize)
pageSize - the value to setdefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder processId(String processId)
processId - the value to setdefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder processInstanceId(Long processInstanceId)
processInstanceId - the value to setdefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder processInstanceId(String processInstanceId)
processInstanceId - the value to setdefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder targetUserId(String targetUserId)
targetUserId - the value to setdefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder task(Object task)
task - the value to setdefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder task(String task)
task - the value to setdefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder taskId(Long taskId)
taskId - the value to setdefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder taskId(String taskId)
taskId - the value to setdefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder timeout(Integer timeout)
timeout - the value to setdefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder timeout(String timeout)
timeout - the value to setdefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder userId(String userId)
userId - the value to setdefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder value(Object value)
value - the value to setdefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder value(String value)
value - the value to setdefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder workItemId(Long workItemId)
workItemId - the value to setdefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder workItemId(String workItemId)
workItemId - the value to setdefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder statuses(List<String> statuses)
statuses - the value to setdefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder statuses(String statuses)
statuses - the value to setdefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder password(String password)
password - the value to setdefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder userName(String userName)
userName - the value to setApache Camel