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>
public class InvitationErrorEventDataBuilder extends Object
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 ofWorkflowEventDataFactory.- Since:
 - 7.0.0
 - Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected Booleananonymizeprotected VorgangformRecordprotected IFormRecordLockContextformRecordLockContextprotected Localelocaleprotected Benutzeruserprotected List<IWorkflowExecutionPostProcessor>workflowExecutionPostProcessors 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TThisaddWorkflowExecutionPostProcessor(IWorkflowExecutionPostProcessor workflowExecutionPostProcessor)TThisanonymize(Boolean anonymize)IInvitationErrorEventDatabuild()TThisformRecordLockContext(IFormRecordLockContext formRecordLockContext)protected InvitationErrorEventDataBuildergetThis()TThislocale(Locale locale)InvitationErrorEventDataBuildermailTo(String mailTo)TThisuser(Benutzer user)TThisworkflowExecutionPostProcessors(Iterable<IWorkflowExecutionPostProcessor> workflowExecutionPostProcessors) 
 - 
 
- 
- 
Field Detail
- 
anonymize
protected Boolean anonymize
 
- 
formRecord
protected final Vorgang formRecord
 
- 
formRecordLockContext
protected IFormRecordLockContext formRecordLockContext
 
- 
locale
protected Locale locale
 
- 
user
protected Benutzer user
 
- 
workflowExecutionPostProcessors
protected List<IWorkflowExecutionPostProcessor> workflowExecutionPostProcessors
 
 - 
 
- 
Method Detail
- 
build
public IInvitationErrorEventData build()
 
- 
mailTo
public InvitationErrorEventDataBuilder mailTo(String mailTo)
- Parameters:
 mailTo- The email address to which the invitation was sent, if any.- Returns:
 - This builder for chaining methods calls.
 
 
- 
getThis
protected InvitationErrorEventDataBuilder getThis()
 
- 
addWorkflowExecutionPostProcessor
public TThis addWorkflowExecutionPostProcessor(IWorkflowExecutionPostProcessor workflowExecutionPostProcessor)
 
- 
anonymize
public TThis anonymize(Boolean anonymize)
 
- 
formRecordLockContext
public TThis formRecordLockContext(IFormRecordLockContext formRecordLockContext)
 
- 
locale
public TThis locale(Locale locale)
 
- 
user
public TThis user(Benutzer user)
 
- 
workflowExecutionPostProcessors
public TThis workflowExecutionPostProcessors(Iterable<IWorkflowExecutionPostProcessor> workflowExecutionPostProcessors)
 
 - 
 
 -