org.eclipse.stardust.engine.api.model
Interface ParticipantInfo

All Superinterfaces:
Serializable
All Known Subinterfaces:
ConditionalPerformer, ConditionalPerformerInfo, DynamicParticipant, DynamicParticipantInfo, ModelParticipant, ModelParticipantInfo, Organization, OrganizationInfo, Participant, org.eclipse.stardust.engine.api.model.QualifiedConditionalPerformerInfo, org.eclipse.stardust.engine.api.model.QualifiedModelParticipantInfo, org.eclipse.stardust.engine.api.model.QualifiedOrganizationInfo, org.eclipse.stardust.engine.api.model.QualifiedRoleInfo, Role, RoleInfo, User, UserGroup, UserGroupInfo, UserInfo

public interface ParticipantInfo
extends Serializable

A client side view of a workflow participant with base information only. A participant is a workflow element which performs manual or interactive activities.

Version:
$Revision: $
Author:
Florin.Herinean

Method Summary
 String getId()
          Returns the ID of this participant, uniquely identifying the participant within its domain.
 String getName()
          Returns the name of this participant.
 String getQualifiedId()
          Returns the qualified ID of this participant, uniquely identifying the participant within its domain.
 

Method Detail

getQualifiedId

String getQualifiedId()
Returns the qualified ID of this participant, uniquely identifying the participant within its domain.

Returns:
The qualified ID of this participant.

getId

String getId()
Returns the ID of this participant, uniquely identifying the participant within its domain.

Returns:
The ID of this participant.

getName

String getName()
Returns the name of this participant.

Returns:
The name of this participant.


Copyright © 2017 Eclipse Stardust. All Rights Reserved.