public class ParticipantInfoUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
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.
|
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 - Copyright © 2016 Eclipse Stardust. All Rights Reserved.