Uses of Interface
com.silverpeas.workflow.api.instance.Participant

Packages that use Participant
com.silverpeas.workflow.api.instance   
com.silverpeas.workflow.engine.instance   
 

Uses of Participant in com.silverpeas.workflow.api.instance
 

Methods in com.silverpeas.workflow.api.instance that return Participant
 Participant ProcessInstance.getParticipant(String resolvedState)
          Get the last user who resolved the given state
 

Methods in com.silverpeas.workflow.api.instance that return types with arguments of type Participant
 Vector<Participant> ProcessInstance.getParticipants()
           
 

Uses of Participant in com.silverpeas.workflow.engine.instance
 

Classes in com.silverpeas.workflow.engine.instance that implement Participant
 class ParticipantImpl
           
 

Methods in com.silverpeas.workflow.engine.instance that return Participant
 Participant ProcessInstanceImpl.getParticipant(String resolvedState)
          Get the last user who resolved the given state
 

Methods in com.silverpeas.workflow.engine.instance that return types with arguments of type Participant
 Vector<Participant> ProcessInstanceImpl.getParticipants()
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.