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

TODO:

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 © 2015 Eclipse Stardust. All Rights Reserved.