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

Packages that use RelatedUser
com.silverpeas.workflow.api.model   
com.silverpeas.workflow.engine.model   
com.silverpeas.workflowdesigner.control   
com.silverpeas.workflowdesigner.taglib   
 

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

Methods in com.silverpeas.workflow.api.model that return RelatedUser
 RelatedUser ProcessModel.createRelatedUser()
          Create an object implementing RelatedUser
 RelatedUser QualifiedUsers.createRelatedUser()
          Create a new RelatedUser
 RelatedUser QualifiedUsers.getRelatedUser(RelatedUser relatedUser)
          Get the related user equivalent to the one specified
 RelatedUser[] QualifiedUsers.getRelatedUsers()
          Get the participants and related users
 

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

Methods in com.silverpeas.workflow.api.model with parameters of type RelatedUser
 void QualifiedUsers.addRelatedUser(RelatedUser user)
          Add a RelatedUser to the collection
 RelatedUser QualifiedUsers.getRelatedUser(RelatedUser relatedUser)
          Get the related user equivalent to the one specified
 void QualifiedUsers.removeRelatedUser(RelatedUser reference)
          Remove a RelatedUser from the collection
 

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

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

Methods in com.silverpeas.workflow.engine.model that return RelatedUser
 RelatedUser ProcessModelImpl.createRelatedUser()
           
 RelatedUser QualifiedUsersImpl.createRelatedUser()
           
 RelatedUser QualifiedUsersImpl.getRelatedUser(RelatedUser relatedUser)
           
 RelatedUser[] QualifiedUsersImpl.getRelatedUsers()
          Get the participants and related users
 

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

Methods in com.silverpeas.workflow.engine.model with parameters of type RelatedUser
 void QualifiedUsersImpl.addRelatedUser(RelatedUser user)
           
 RelatedUser QualifiedUsersImpl.getRelatedUser(RelatedUser relatedUser)
           
 void QualifiedUsersImpl.removeRelatedUser(RelatedUser reference)
           
 

Uses of RelatedUser in com.silverpeas.workflowdesigner.control
 

Methods in com.silverpeas.workflowdesigner.control that return RelatedUser
 RelatedUser WorkflowDesignerSessionController.findRelatedUser(String strContext, String strParticipant, String strFolderItem, String strRelation, String strRole)
          Find a related user corresponding to the criteria given
 

Methods in com.silverpeas.workflowdesigner.control with parameters of type RelatedUser
 void WorkflowDesignerSessionController.removeRelatedUser(RelatedUser reference, String strContext)
          Remove the related user specified
 void WorkflowDesignerSessionController.updateRelatedUser(RelatedUser source, String strContext, String strParticipantOriginal, String strFolderItemOriginal, String strRelationOriginal, String strRoleOriginal)
          Update a related user corresponding to the criteria given
 

Uses of RelatedUser in com.silverpeas.workflowdesigner.taglib
 

Methods in com.silverpeas.workflowdesigner.taglib that return types with arguments of type RelatedUser
 Iterator<RelatedUser> RelatedUserList.getIterRelatedUser()
           
 

Method parameters in com.silverpeas.workflowdesigner.taglib with type arguments of type RelatedUser
 void RelatedUserList.setIterRelatedUser(Iterator<RelatedUser> iterRelatedUser)
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.