Uses of Interface
com.silverpeas.workflow.api.model.RelatedGroup

Packages that use RelatedGroup
com.silverpeas.workflow.api.model   
com.silverpeas.workflow.engine.model   
 

Uses of RelatedGroup in com.silverpeas.workflow.api.model
 

Methods in com.silverpeas.workflow.api.model that return RelatedGroup
 RelatedGroup QualifiedUsers.createRelatedGroup()
          Create a new RelatedGroup
 RelatedGroup QualifiedUsers.getRelatedGroup(RelatedGroup relatedGroup)
          Get the related group equivalent to the one specified
 RelatedGroup[] QualifiedUsers.getRelatedGroups()
          Get the related groups
 

Methods in com.silverpeas.workflow.api.model that return types with arguments of type RelatedGroup
 Iterator<RelatedGroup> QualifiedUsers.iterateRelatedGroup()
          Iterate through the RelatedGroup objects
 

Methods in com.silverpeas.workflow.api.model with parameters of type RelatedGroup
 void QualifiedUsers.addRelatedGroup(RelatedGroup group)
          Add a RelatedGroup to the collection
 RelatedGroup QualifiedUsers.getRelatedGroup(RelatedGroup relatedGroup)
          Get the related group equivalent to the one specified
 void QualifiedUsers.removeRelatedGroup(RelatedGroup reference)
          Remove a RelatedGroup from the collection
 

Uses of RelatedGroup in com.silverpeas.workflow.engine.model
 

Classes in com.silverpeas.workflow.engine.model that implement RelatedGroup
 class RelatedGroupImpl
          Class implementing the representation of the <relatedUser> element of a Process Model.
 

Methods in com.silverpeas.workflow.engine.model that return RelatedGroup
 RelatedGroup QualifiedUsersImpl.createRelatedGroup()
           
 RelatedGroup QualifiedUsersImpl.getRelatedGroup(RelatedGroup relatedGroup)
           
 RelatedGroup[] QualifiedUsersImpl.getRelatedGroups()
          Get the related groups
 

Methods in com.silverpeas.workflow.engine.model that return types with arguments of type RelatedGroup
 Iterator<RelatedGroup> QualifiedUsersImpl.iterateRelatedGroup()
           
 

Methods in com.silverpeas.workflow.engine.model with parameters of type RelatedGroup
 void QualifiedUsersImpl.addRelatedGroup(RelatedGroup group)
           
 RelatedGroup QualifiedUsersImpl.getRelatedGroup(RelatedGroup relatedGroup)
           
 void QualifiedUsersImpl.removeRelatedGroup(RelatedGroup reference)
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.