Uses of Class
de.danet.an.workflow.api.Participant.ParticipantType

Packages that use Participant.ParticipantType
de.danet.an.workflow.api This package defines the the workflow API provided by Danet's workflow component.  
 

Uses of Participant.ParticipantType in de.danet.an.workflow.api
 

Fields in de.danet.an.workflow.api declared as Participant.ParticipantType
static Participant.ParticipantType Participant.ParticipantType.RESOURCE_SET
          RESOURCE_SET ParticipantType.
static Participant.ParticipantType Participant.ParticipantType.RESOURCE
          RESOURCE ParticipantType.
static Participant.ParticipantType Participant.ParticipantType.ROLE
          ROLE ParticipantType.
static Participant.ParticipantType Participant.ParticipantType.ORGANIZATIONAL_UNIT
          ORGANIZATIONAL_UNIT ParticipantType.
static Participant.ParticipantType Participant.ParticipantType.HUMAN
          HUMAN ParticipantType.
static Participant.ParticipantType Participant.ParticipantType.SYSTEM
          SYSTEM ParticipantType.
 

Methods in de.danet.an.workflow.api that return Participant.ParticipantType
 Participant.ParticipantType Participant.getParticipantType()
          Get the type of the participant.
static Participant.ParticipantType Participant.ParticipantType.fromString(java.lang.String text)
          Get a participant type by name.