com.filenet.wcm.toolkit.server.util.workflow
Class ParticipantRef

java.lang.Object
  extended bycom.filenet.wcm.toolkit.server.util.workflow.ParticipantRef
All Implemented Interfaces:
java.lang.Comparable

public class ParticipantRef
extends java.lang.Object
implements java.lang.Comparable

Holds Workflow Step Participant reference information


Field Summary
 java.lang.String displayName
          Variable holding the participant display name.
 java.lang.String distinguishedName
          Variable holding the participant distinguished name.
 java.lang.String domainName
          Variable holding the domain name.
 java.lang.String guid
          Variable holding the participant id (sid).
 java.lang.String id
          Variable holding the participant id (sid).
 boolean isGroup
          Variable holding the domain name.
 java.lang.String shortName
          Variable holding the participant short name.
 
Constructor Summary
ParticipantRef()
          Constructor
ParticipantRef(java.lang.String shortName)
          Constructor with initial class data passed as parameters
 
Method Summary
 int compareTo(java.lang.Object o)
          Compares this object to another ParticipantRef, based on the value of distinguishedName field.
 java.lang.String toString()
          Implements the toString method to return the participant short name which is unique.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

distinguishedName

public java.lang.String distinguishedName
Variable holding the participant distinguished name.


shortName

public java.lang.String shortName
Variable holding the participant short name.


displayName

public java.lang.String displayName
Variable holding the participant display name.


id

public java.lang.String id
Variable holding the participant id (sid).


guid

public java.lang.String guid
Variable holding the participant id (sid).


domainName

public java.lang.String domainName
Variable holding the domain name.


isGroup

public boolean isGroup
Variable holding the domain name.

Constructor Detail

ParticipantRef

public ParticipantRef()
Constructor


ParticipantRef

public ParticipantRef(java.lang.String shortName)
Constructor with initial class data passed as parameters

Parameters:
shortName - String particpant's short name
Method Detail

compareTo

public int compareTo(java.lang.Object o)
Compares this object to another ParticipantRef, based on the value of distinguishedName field.

Specified by:
compareTo in interface java.lang.Comparable
Parameters:
o - another ParticipantRef object
Returns:
int

toString

public java.lang.String toString()
Implements the toString method to return the participant short name which is unique.

Returns:
String The participant short name.


© Copyright IBM Corp. 2002, 2007. All Rights Reserved.