com.silverpeas.workflow.api.model
Interface RelatedGroup

All Known Implementing Classes:
RelatedGroupImpl

public interface RelatedGroup

Interface describing a representation of the <relatedGroup> element of a Process Model.


Method Summary
 Item getFolderItem()
          Get the referred item
 String getRole()
          Get the role to which the related user will be affected
 void setFolderItem(Item item)
          Set the referred item
 void 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



Copyright © 2016 Silverpeas. All Rights Reserved.