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

All Superinterfaces:
java.io.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 java.io.Serializable

TODO:

Version:
$Revision: $
Author:
Florin.Herinean

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

Method Detail

getQualifiedId

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

Returns:
The qualified ID of this participant.

getId

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

Returns:
The ID of this participant.

getName

java.lang.String getName()
Returns the name of this participant.

Returns:
The name of this participant.


Copyright © 2013 SunGard CSA LLC. All Rights Reserved.