|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.core.runtime.utils.ParticipantInfoUtil
public class ParticipantInfoUtil
| Method Summary | |
|---|---|
static ModelParticipantInfo |
newModelParticipantInfo(String qualifiedParticipantId)
Creates a new ModelParticipantInfo object from the qualified id of a participant. |
static ModelParticipantInfo |
newModelParticipantInfo(String qualifiedParticipantId,
DepartmentInfo department)
Creates a new ModelParticipantInfo object from the qualified id of a participant. |
static ModelParticipantInfo |
newModelParticipantInfo(String modelId,
String participantId)
Creates a new ModelParticipantInfo object from the model id and the id of a participant. |
static ModelParticipantInfo |
newModelParticipantInfo(String modelId,
String participantId,
DepartmentInfo department)
Creates a new ModelParticipantInfo object from the model id and the id of a participant. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ModelParticipantInfo newModelParticipantInfo(String qualifiedParticipantId)
qualifiedParticipantId - in the format '{' + modelId + '}' + participantId.
public static ModelParticipantInfo newModelParticipantInfo(String qualifiedParticipantId,
DepartmentInfo department)
qualifiedParticipantId - in the format '{' + modelId + '}' + participantId.
public static ModelParticipantInfo newModelParticipantInfo(String modelId,
String participantId)
modelId - participantId -
public static ModelParticipantInfo newModelParticipantInfo(String modelId,
String participantId,
DepartmentInfo department)
modelId - participantId - department -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||