|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProjectParticipantLevelEnum | |
---|---|
com.unica.publicapi.plan.api |
Uses of ProjectParticipantLevelEnum in com.unica.publicapi.plan.api |
---|
Fields in com.unica.publicapi.plan.api declared as ProjectParticipantLevelEnum | |
---|---|
static ProjectParticipantLevelEnum |
ProjectParticipantLevelEnum.OWNER
The project was created, but not started. |
static ProjectParticipantLevelEnum |
ProjectParticipantLevelEnum.PARTICIPANT
|
static ProjectParticipantLevelEnum |
ProjectParticipantLevelEnum.REQUESTER
|
Methods in com.unica.publicapi.plan.api that return ProjectParticipantLevelEnum | |
---|---|
static ProjectParticipantLevelEnum |
ProjectParticipantLevelEnum.valueOf(java.lang.String name)
|
static ProjectParticipantLevelEnum[] |
ProjectParticipantLevelEnum.values()
|
Methods in com.unica.publicapi.plan.api with parameters of type ProjectParticipantLevelEnum | |
---|---|
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |