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

All Superinterfaces:
ParticipantInfo, Serializable
All Known Subinterfaces:
DynamicParticipant, User, UserGroup, UserGroupInfo, UserInfo

public interface DynamicParticipantInfo
extends ParticipantInfo

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

Version:
$Revision: $
Author:
Florin.Herinean

Method Summary
 long getOID()
          Returns the OID of this participant.
 
Methods inherited from interface org.eclipse.stardust.engine.api.model.ParticipantInfo
getId, getName, getQualifiedId
 

Method Detail

getOID

long getOID()
Returns the OID of this participant.

Returns:
The OID of this participant.


Copyright © 2017 Eclipse Stardust. All Rights Reserved.