Package | Description |
---|---|
com.unica.publicapi.plan.api |
Modifier and Type | Field and Description |
---|---|
static ProjectParticipantLevelEnum |
ProjectParticipantLevelEnum.OWNER
The project was created, but not started.
|
static ProjectParticipantLevelEnum |
ProjectParticipantLevelEnum.PARTICIPANT |
static ProjectParticipantLevelEnum |
ProjectParticipantLevelEnum.REQUESTER |
Modifier and Type | Method and Description |
---|---|
static ProjectParticipantLevelEnum |
ProjectParticipantLevelEnum.valueOf(java.lang.String name) |
static ProjectParticipantLevelEnum[] |
ProjectParticipantLevelEnum.values() |
Modifier and Type | Method and Description |
---|---|
java.util.List |
IPlanAPI.getMembersByParticipationLevel(IExecutionContext context,
Handle hProject,
ProjectParticipantLevelEnum participantLevel)
Return members for a specific participation level for an existing project.
|
void |
IPlanAPI.setMembersByParticipationLevel(IExecutionContext context,
Handle hProject,
Handle[] users,
ProjectParticipantLevelEnum participantLevel,
boolean appendOrReplace)
Update members for a specific participation level for an existing project.
|