Class ParticipantImpl

java.lang.Object
com.flowable.engage.engine.impl.notification.ParticipantImpl
All Implemented Interfaces:
Participant

public class ParticipantImpl extends Object implements Participant
Author:
Filip Hrisafov
  • Field Details

  • Constructor Details

  • Method Details

    • getId

      public String getId()
      Description copied from interface: Participant
      Returns the id of the participant (equals the user id).
      Specified by:
      getId in interface Participant
      Returns:
      the id of the participant user
    • getParticipantTypes

      public Collection<String> getParticipantTypes()
      Description copied from interface: Participant
      Returns the participant types of the user. As the user might be included in more than one type, this method returns a collection of types (e.g. if the user is both owner and assignee, it would return two values in the collection).
      Specified by:
      getParticipantTypes in interface Participant
      Returns:
      the collection of types for this participant