org.eclipse.stardust.engine.api.runtime
Interface UserInfo

All Superinterfaces:
DynamicParticipantInfo, ParticipantInfo, Serializable
All Known Subinterfaces:
User

public interface UserInfo
extends DynamicParticipantInfo

The UserInfo represents a snapshot of the user's base information.

Version:
$Revision: $
Author:
Florin.Herinean

Method Summary
 String getAccount()
           
 String getFirstName()
           
 String getLastName()
           
 
Methods inherited from interface org.eclipse.stardust.engine.api.model.DynamicParticipantInfo
getOID
 
Methods inherited from interface org.eclipse.stardust.engine.api.model.ParticipantInfo
getId, getName, getQualifiedId
 

Method Detail

getAccount

String getAccount()

getFirstName

String getFirstName()

getLastName

String getLastName()


Copyright © 2017 Eclipse Stardust. All Rights Reserved.