|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RelatedUser
Interface describing a representation of the <relatedUser> element of a Process Model.
Method Summary | |
---|---|
Item |
getFolderItem()
Get the referred item |
Participant |
getParticipant()
Get the referred participant |
String |
getRelation()
Get the relation between user and participant |
String |
getRole()
Get the role to which the related user will be affected |
void |
setFolderItem(Item item)
Set the referred item |
void |
setParticipant(Participant participant)
Set the referred participant |
void |
setRelation(String strRelation)
set the relation between user and participant |
void |
setRole(String strRole)
New method: Set the role the related user will be affected to |
Method Detail |
---|
Participant getParticipant()
void setParticipant(Participant participant)
Participant
- objectItem getFolderItem()
void setFolderItem(Item item)
String getRelation()
void setRelation(String strRelation)
String getRole()
void setRole(String strRole)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |