org.eclipse.stardust.engine.api.model
Class ParticipantType

java.lang.Object
  extended by org.eclipse.stardust.common.IntKey
      extended by org.eclipse.stardust.engine.api.model.ParticipantType
All Implemented Interfaces:
Serializable, Comparable

public class ParticipantType
extends org.eclipse.stardust.common.IntKey

Indicates all supported concrete types of participants as well as some meta-types like model participants or kinds of conditional performers.

Version:
$Revision$
Author:
rsauer
See Also:
Serialized Form

Field Summary
static ParticipantType ConditionalPerformer
           
static ParticipantType DynamicParticipant
           
static ParticipantType ModelParticipant
           
static ParticipantType ModelParticipantOrUserGroup
           
static ParticipantType Organization
           
static ParticipantType Role
           
static ParticipantType User
           
static ParticipantType UserGroup
           
 
Method Summary
 
Methods inherited from class org.eclipse.stardust.common.IntKey
compareTo, equals, getKey, getKeys, getName, getValue, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ModelParticipant

public static final ParticipantType ModelParticipant

DynamicParticipant

public static final ParticipantType DynamicParticipant

Organization

public static final ParticipantType Organization

Role

public static final ParticipantType Role

ConditionalPerformer

public static final ParticipantType ConditionalPerformer

User

public static final ParticipantType User

UserGroup

public static final ParticipantType UserGroup

ModelParticipantOrUserGroup

public static final ParticipantType ModelParticipantOrUserGroup


Copyright © 2017 Eclipse Stardust. All Rights Reserved.