Class FormRecordMessageUploadRequestFulfilledEventBuilder
java.lang.Object
de.xima.fc.workflow.event.FormRecordMessageUploadRequestFulfilledEventBuilder
- All Implemented Interfaces:
org.apache.commons.lang3.builder.Builder<IFormRecordMessageUploadRequestFulfilledEvent>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected Clockprotected final Vorgangprotected IFormRecordLockContextprotected Localeprotected IUserprotected List<IWorkflowExecutionPostProcessor> -
Constructor Summary
ConstructorsConstructorDescriptionFormRecordMessageUploadRequestFulfilledEventBuilder(Vorgang formRecord, FormRecordMessageUploadRequest uploadRequest) -
Method Summary
Modifier and TypeMethodDescriptionaddWorkflowExecutionPostProcessor(IWorkflowExecutionPostProcessor workflowExecutionPostProcessor) build()chat(FormRecordChat chat) Sets the chat containing the fulfilled upload request.formRecordLockContext(IFormRecordLockContext formRecordLockContext) getThis()message(FormRecordMessage message) Sets the message containing the fulfilled upload request.Deprecated.workflowExecutionPostProcessors(Iterable<IWorkflowExecutionPostProcessor> workflowExecutionPostProcessors)
-
Field Details
-
anonymize
-
clock
-
formRecord
-
formRecordLockContext
-
locale
-
user
-
workflowExecutionPostProcessors
-
-
Constructor Details
-
FormRecordMessageUploadRequestFulfilledEventBuilder
public FormRecordMessageUploadRequestFulfilledEventBuilder(Vorgang formRecord, FormRecordMessageUploadRequest uploadRequest)
-
-
Method Details
-
build
-
chat
Sets the chat containing the fulfilled upload request. When not set explicitly, the chat is resolved from the upload request. This may fail when the chat's data are loaded lazily and no database connection is active anymore.- Parameters:
chat- The chat containing the message for which the upload request was fulfilled.- Returns:
- This builder for chaining methods calls.
-
message
Sets the message containing the fulfilled upload request. When not set explicitly, the message is resolved from the upload request. This may fail when the chat's data are loaded lazily and no database connection is active anymore.- Parameters:
message- The message for which the upload request was fulfilled.- Returns:
- This builder for chaining methods calls.
-
getThis
-
addWorkflowExecutionPostProcessor
@CanIgnoreReturnValue public FormRecordMessageUploadRequestFulfilledEventBuilder addWorkflowExecutionPostProcessor(IWorkflowExecutionPostProcessor workflowExecutionPostProcessor) -
anonymize
@CanIgnoreReturnValue public FormRecordMessageUploadRequestFulfilledEventBuilder anonymize(Boolean anonymize) -
clock
-
formRecordLockContext
@CanIgnoreReturnValue public FormRecordMessageUploadRequestFulfilledEventBuilder formRecordLockContext(IFormRecordLockContext formRecordLockContext) -
locale
@CanIgnoreReturnValue public FormRecordMessageUploadRequestFulfilledEventBuilder locale(Locale locale) -
user
-
workflowExecutionPostProcessors
@CanIgnoreReturnValue public FormRecordMessageUploadRequestFulfilledEventBuilder workflowExecutionPostProcessors(Iterable<IWorkflowExecutionPostProcessor> workflowExecutionPostProcessors) -
user
@Deprecated @CanIgnoreReturnValue public FormRecordMessageUploadRequestFulfilledEventBuilder user(Benutzer user) Deprecated.
-