Class ParticipantsBuilder

java.lang.Object
com.flowable.engage.engine.impl.notification.ParticipantsBuilder

public class ParticipantsBuilder
extends java.lang.Object
A builder creates list of participants.
Author:
Filip Hrisafov
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.util.Map<java.lang.String,​java.util.Collection<java.lang.String>> participants  
  • Constructor Summary

    Constructors 
    Constructor Description
    ParticipantsBuilder()  
  • Method Summary

    Modifier and Type Method Description
    ParticipantsBuilder addParticipant​(java.lang.String participantId, java.lang.String participantType)  
    ParticipantsBuilder addParticipants​(java.util.Collection<java.lang.String> participantIds, java.lang.String participantType)  
    java.util.List<Participant> build()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait