Class ParticipantImpl
java.lang.Object
com.flowable.engage.engine.impl.notification.ParticipantImpl
- All Implemented Interfaces:
Participant
- Author:
- Filip Hrisafov
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
Returns the id of the participant (equals the user id).Returns the participant types of the user.
-
Field Details
-
id
-
participantTypes
-
-
Constructor Details
-
ParticipantImpl
-
-
Method Details
-
getId
Description copied from interface:Participant
Returns the id of the participant (equals the user id).- Specified by:
getId
in interfaceParticipant
- Returns:
- the id of the participant user
-
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 interfaceParticipant
- Returns:
- the collection of types for this participant
-