Interface Participant
-
- All Superinterfaces:
Actor
- All Known Implementing Classes:
ParticipantImpl
public interface Participant extends Actor
A Participant represents an actor having performed an action.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAction()
Get the action the participant has done-
Methods inherited from interface org.silverpeas.core.workflow.api.instance.Actor
getGroupId, getState, getUser, getUserRoleName
-
-
-
-
Method Detail
-
getAction
String getAction()
Get the action the participant has done- Returns:
- the action's name
-
-