Interface RelatedGroup
-
- All Known Implementing Classes:
RelatedGroupImpl
public interface RelatedGroup
Interface describing a representation of the <relatedGroup> element of a Process Model.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Item
getFolderItem()
Get the referred itemString
getRole()
Get the role to which the related user will be affectedvoid
setFolderItem(Item item)
Set the referred itemvoid
setRole(String strRole)
New method: Set the role the related user will be affected to
-
-
-
Method Detail
-
getFolderItem
Item getFolderItem()
Get the referred item
-
setFolderItem
void setFolderItem(Item item)
Set the referred item
-
getRole
String getRole()
Get the role to which the related user will be affected- Returns:
- the role name
-
setRole
void setRole(String strRole)
New method: Set the role the related user will be affected to
-
-