de.danet.an.workflow.api
Interface Participant


public interface Participant

This interface identifies the data type "workflow participant" in a ProcessDataInfo object.

Version:
$Revision: 1.4 $
Author:
Michael Lipp

Nested Class Summary
static class Participant.ParticipantType
          This class defines the participant type for a participant.
 
Method Summary
 java.lang.String getId()
          Get the id of the participant.
 java.lang.String getName()
          Get the name of the participant.
 Participant.ParticipantType getParticipantType()
          Get the type of the participant.
 java.lang.Object getResourceSelection()
          Get the additional resource selection information passed to the constructor.
 

Method Detail

getId

public java.lang.String getId()
Get the id of the participant.

Returns:
a String representing the id value

getName

public java.lang.String getName()
Get the name of the participant.

Returns:
a String representing the name value

getParticipantType

public Participant.ParticipantType getParticipantType()
Get the type of the participant.

Returns:
a ParticipantType object representing the participant type value

getResourceSelection

public java.lang.Object getResourceSelection()
Get the additional resource selection information passed to the constructor.

Returns:
an Object representing the resource selection value