|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.silverpeas.workflow.engine.AbstractReferrableObject
com.silverpeas.workflow.engine.model.RelatedUserImpl
public class RelatedUserImpl
Class implementing the representation of the <relatedUser> element of a Process Model.
| Constructor Summary | |
|---|---|
RelatedUserImpl()
Constructor |
|
| Method Summary | |
|---|---|
Item |
getFolderItem()
Get the referred item |
String |
getKey()
This method has to be implemented by the referrable object it has to compute the unique key |
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 folderItem)
Set the referred item |
void |
setParticipant(Participant participant)
Set the referred participant |
void |
setRelation(String relation)
Set the relation between user and participant |
void |
setRole(String role)
Set the role to which the related user will be affected |
| Methods inherited from class com.silverpeas.workflow.engine.AbstractReferrableObject |
|---|
equals, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RelatedUserImpl()
| Method Detail |
|---|
public Participant getParticipant()
getParticipant in interface RelatedUserpublic void setParticipant(Participant participant)
RelatedUser
setParticipant in interface RelatedUserpublic Item getFolderItem()
getFolderItem in interface RelatedUserpublic void setFolderItem(Item folderItem)
setFolderItem in interface RelatedUserfolderItem - item to referpublic String getRelation()
getRelation in interface RelatedUserpublic void setRelation(String relation)
setRelation in interface RelatedUserrelation - relation as a Stringpublic String getRole()
getRole in interface RelatedUserpublic void setRole(String role)
setRole in interface RelatedUserrole - role as a Stringpublic String getKey()
AbstractReferrableObject
getKey in interface ReferrableObjectIntfgetKey in class AbstractReferrableObjectequals,
hashCode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||