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)
java.lang.Long type.
Group: commondefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder attachmentId(String attachmentId)
java.lang.Long type.
Group: commondefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder contentId(Long contentId)
java.lang.Long type.
Group: commondefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder contentId(String contentId)
java.lang.Long type.
Group: commondefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder deploymentId(String deploymentId)
java.lang.String type.
Required: true
Group: commondefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder emitterSendItems(Boolean emitterSendItems)
java.lang.Boolean type.
Group: commondefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder emitterSendItems(String emitterSendItems)
java.lang.Boolean
type.
Group: commondefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder event(Object event)
java.lang.Object type.
Group: commondefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder event(String event)
java.lang.Object type.
Group: commondefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder eventType(String eventType)
java.lang.String type.
Group: commondefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder identifier(String identifier)
java.lang.String type.
Group: commondefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder maxNumber(Integer maxNumber)
java.lang.Integer type.
Group: commondefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder maxNumber(String maxNumber)
java.lang.Integer
type.
Group: commondefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder page(Integer page)
java.lang.Integer type.
Group: commondefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder page(String page)
java.lang.Integer
type.
Group: commondefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder pageSize(Integer pageSize)
java.lang.Integer type.
Group: commondefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder pageSize(String pageSize)
java.lang.Integer
type.
Group: commondefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder processId(String processId)
java.lang.String type.
Group: commondefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder processInstanceId(Long processInstanceId)
java.lang.Long type.
Group: commondefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder processInstanceId(String processInstanceId)
java.lang.Long type.
Group: commondefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder targetUserId(String targetUserId)
java.lang.String type.
Group: commondefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder task(Object task)
org.kie.api.task.model.Task type.
Group: commondefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder task(String task)
org.kie.api.task.model.Task type.
Group: commondefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder taskId(Long taskId)
java.lang.Long type.
Group: commondefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder taskId(String taskId)
java.lang.Long type.
Group: commondefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder timeout(Integer timeout)
java.lang.Integer type.
Group: commondefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder timeout(String timeout)
java.lang.Integer
type.
Group: commondefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder userId(String userId)
java.lang.String type.
Group: commondefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder value(Object value)
java.lang.Object type.
Group: commondefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder value(String value)
java.lang.Object type.
Group: commondefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder workItemId(Long workItemId)
java.lang.Long type.
Group: commondefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder workItemId(String workItemId)
java.lang.Long type.
Group: commondefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder statuses(List<String> statuses)
java.util.List<java.lang.String>
type.
Group: filterdefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder statuses(String statuses)
java.util.List<java.lang.String> type.
Group: filterdefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder password(String password)
java.lang.String type.
Group: securitydefault JBPMEndpointBuilderFactory.JBPMEndpointConsumerBuilder userName(String userName)
java.lang.String type.
Group: securityApache Camel