com.silverpeas.workflow.api.instance
Interface Participant

All Superinterfaces:
Actor
All Known Implementing Classes:
ParticipantImpl

public interface Participant
extends Actor

A Participant object represents a 3-tuple user/roleName/state


Method Summary
 String getAction()
          Get the action the participant has done
 
Methods inherited from interface com.silverpeas.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


Copyright © 2016 Silverpeas. All Rights Reserved.