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

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

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

Methods in com.silverpeas.workflow.api.model that return UserInRole
 UserInRole QualifiedUsers.createUserInRole()
          Create a new UserInRole
 UserInRole QualifiedUsers.getUserInRole(String strRoleName)
          Get the userInRoles
 UserInRole[] QualifiedUsers.getUserInRoles()
          Get the userInRoles
 

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

Methods in com.silverpeas.workflow.api.model with parameters of type UserInRole
 void QualifiedUsers.addUserInRole(UserInRole user)
          Add a UserInRole to the collection
 

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

Classes in com.silverpeas.workflow.engine.model that implement UserInRole
 class UserInRoleImpl
          Class implementing the representation of the <userInRole> element of a Process Model.
 

Methods in com.silverpeas.workflow.engine.model that return UserInRole
 UserInRole QualifiedUsersImpl.createUserInRole()
           
 UserInRole QualifiedUsersImpl.getUserInRole(String strRoleName)
          Get the userInRoles
 UserInRole[] QualifiedUsersImpl.getUserInRoles()
          Get the userInRoles
 

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

Methods in com.silverpeas.workflow.engine.model with parameters of type UserInRole
 void QualifiedUsersImpl.addUserInRole(UserInRole user)
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.