Package de.xima.fc.workflow.event
Class InvitationErrorEventDataBuilder
java.lang.Object
de.xima.fc.workflow.event.InvitationErrorEventDataBuilder
- All Implemented Interfaces:
org.apache.commons.lang3.builder.Builder<IInvitationErrorEventData>
Builder for the event data for a form record invitation error event, i.e. when an error occurred while trying to send
an invitation to a form record. Create an instance via the methods of
WorkflowEventDataFactory.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected Clockprotected final Vorgangprotected IFormRecordLockContextprotected Localeprotected IUserprotected List<IWorkflowExecutionPostProcessor> -
Method Summary
Modifier and TypeMethodDescriptionaddWorkflowExecutionPostProcessor(IWorkflowExecutionPostProcessor workflowExecutionPostProcessor) build()formRecordLockContext(IFormRecordLockContext formRecordLockContext) protected InvitationErrorEventDataBuildergetThis()Deprecated.workflowExecutionPostProcessors(Iterable<IWorkflowExecutionPostProcessor> workflowExecutionPostProcessors)
-
Field Details
-
anonymize
-
clock
-
formRecord
-
formRecordLockContext
-
locale
-
user
-
workflowExecutionPostProcessors
-
-
Method Details
-
build
-
mailTo
- Parameters:
mailTo- The email address to which the invitation was sent, if any.- Returns:
- This builder for chaining methods calls.
-
getThis
-
addWorkflowExecutionPostProcessor
public InvitationErrorEventDataBuilder addWorkflowExecutionPostProcessor(IWorkflowExecutionPostProcessor workflowExecutionPostProcessor) -
anonymize
-
clock
-
formRecordLockContext
public InvitationErrorEventDataBuilder formRecordLockContext(IFormRecordLockContext formRecordLockContext) -
locale
-
user
-
workflowExecutionPostProcessors
public InvitationErrorEventDataBuilder workflowExecutionPostProcessors(Iterable<IWorkflowExecutionPostProcessor> workflowExecutionPostProcessors) -
user
Deprecated.Useuser(IUser)instead.- Parameters:
user- The user who started the workflow.- Returns:
- This builder instance for chaining method calls.
-
user(IUser)instead.