com.silverpeas.workflow.engine.instance
Class ParticipantImpl
java.lang.Object
com.silverpeas.workflow.engine.instance.ActorImpl
com.silverpeas.workflow.engine.instance.ParticipantImpl
- All Implemented Interfaces:
- Actor, Participant
public class ParticipantImpl
- extends ActorImpl
- implements Participant
Method Summary |
String |
getAction()
Get the action in which has acted the participant |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParticipantImpl
public ParticipantImpl(User user,
String userRoleName,
State state,
String action)
- Constructor Definitivly set the user, userRoleName, state and the action
- Parameters:
user
- user aka the actoruserRoleName
- name of the role under which the user was/may be an actorstate
- state for which the user was/may be an actoraction
- name of the action in which has acted the participant
getAction
public String getAction()
- Get the action in which has acted the participant
- Specified by:
getAction
in interface Participant
- Returns:
- Action name
Copyright © 2016 Silverpeas. All Rights Reserved.