Package de.xima.fc.workflow.event
Class InvitationSentEventDataBuilder
java.lang.Object
de.xima.fc.workflow.event.InvitationSentEventDataBuilder
- All Implemented Interfaces:
org.apache.commons.lang3.builder.Builder<IInvitationSentEventData>
Builder for the event data for a form record invitation sent event, i.e. when a user sent 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 InvitationSentEventDataBuildergetThis()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 InvitationSentEventDataBuilder addWorkflowExecutionPostProcessor(IWorkflowExecutionPostProcessor workflowExecutionPostProcessor) -
anonymize
-
clock
-
formRecordLockContext
public InvitationSentEventDataBuilder formRecordLockContext(IFormRecordLockContext formRecordLockContext) -
locale
-
user
-
workflowExecutionPostProcessors
public InvitationSentEventDataBuilder 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.