|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Participation
a link to a participating identity (user or group) and the type of involvement.
Field Summary | |
---|---|
static java.lang.String |
CANDIDATE
alternative owner, but as long as this person is not the owner. |
static java.lang.String |
CLIENT
person that will be using the result of this task. |
static java.lang.String |
OWNER
the person with ultimate responsibility over a task. |
static java.lang.String |
REPLACED_ASSIGNEE
a person that was assigned to a task, but got replaced because of absence or another reason. |
static java.lang.String |
VIEWER
person that is allowed to watch-but-not-touch this task |
Method Summary | |
---|---|
long |
getDbid()
|
java.lang.String |
getGroupId()
groupId for this participation. |
java.lang.String |
getType()
see constants for default participations |
java.lang.String |
getUserId()
userId for this participation. |
Field Detail |
---|
static final java.lang.String CANDIDATE
static final java.lang.String OWNER
static final java.lang.String CLIENT
static final java.lang.String VIEWER
static final java.lang.String REPLACED_ASSIGNEE
Method Detail |
---|
long getDbid()
java.lang.String getUserId()
group participation
.
java.lang.String getGroupId()
user participation
.
java.lang.String getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |