|
||||||||||
| 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.RelatedGroupImpl
public class RelatedGroupImpl
Class implementing the representation of the <relatedUser> element of a Process Model.
| Constructor Summary | |
|---|---|
RelatedGroupImpl()
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 |
String |
getRole()
Get the role to which the related user will be affected |
void |
setFolderItem(Item folderItem)
Set the referred item |
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 RelatedGroupImpl()
| Method Detail |
|---|
public Item getFolderItem()
getFolderItem in interface RelatedGrouppublic void setFolderItem(Item folderItem)
setFolderItem in interface RelatedGroupfolderItem - item to referpublic String getRole()
getRole in interface RelatedGrouppublic void setRole(String role)
setRole in interface RelatedGrouprole - 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 | |||||||||