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

All Superinterfaces:
DynamicParticipantInfo, ModelElement, Participant, ParticipantInfo, Serializable
All Known Subinterfaces:
User, UserGroup

public interface DynamicParticipant
extends Participant, DynamicParticipantInfo

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

Version:
$Revision$
Author:
sborn

Method Summary
 String getPartitionId()
          Provides the ID of the partition the dynamic participant is associated with.
 short getPartitionOID()
          Provides the OID of the partition the dynamic participant is associated with.
 Date getValidFrom()
          Retrieves the date from on which this participant is valid.
 Date getValidTo()
          Retrieves the date until this participant is valid.
 
Methods inherited from interface org.eclipse.stardust.engine.api.model.Participant
getAllAttributes, getAllSuperOrganizations, getAttribute, getElementOID, getModelOID, getNamespace
 
Methods inherited from interface org.eclipse.stardust.engine.api.model.ModelElement
getDescription, getId, getName, getQualifiedId
 
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

getValidFrom

Date getValidFrom()
Retrieves the date from on which this participant is valid.

Returns:
The validity start date, or null if unlimited.

getValidTo

Date getValidTo()
Retrieves the date until this participant is valid.

Returns:
The validity end date, or null if unlimited.

getPartitionId

String getPartitionId()
Provides the ID of the partition the dynamic participant is associated with.

Specified by:
getPartitionId in interface ModelElement
Specified by:
getPartitionId in interface Participant
Returns:
The partition ID.
See Also:
ModelParticipant.getModelOID()

getPartitionOID

short getPartitionOID()
Provides the OID of the partition the dynamic participant is associated with.

Specified by:
getPartitionOID in interface ModelElement
Specified by:
getPartitionOID in interface Participant
Returns:
The partition OID.
See Also:
ModelParticipant.getModelOID()


Copyright © 2017 Eclipse Stardust. All Rights Reserved.