Uses of Interface
org.silverpeas.core.workflow.api.model.UserInRole
-
Packages that use UserInRole Package Description org.silverpeas.core.workflow.api.model org.silverpeas.core.workflow.engine.model -
-
Uses of UserInRole in org.silverpeas.core.workflow.api.model
Methods in org.silverpeas.core.workflow.api.model that return UserInRole Modifier and Type Method Description UserInRole
QualifiedUsers. createUserInRole()
Create a new UserInRoleUserInRole
QualifiedUsers. getUserInRole(String strRoleName)
Get the userInRolesUserInRole[]
QualifiedUsers. getUserInRoles()
Get the userInRolesMethods in org.silverpeas.core.workflow.api.model that return types with arguments of type UserInRole Modifier and Type Method Description Iterator<UserInRole>
QualifiedUsers. iterateUserInRole()
Iterate through the UserInRole objectsMethods in org.silverpeas.core.workflow.api.model with parameters of type UserInRole Modifier and Type Method Description void
QualifiedUsers. addUserInRole(UserInRole user)
Add a UserInRole to the collection -
Uses of UserInRole in org.silverpeas.core.workflow.engine.model
Classes in org.silverpeas.core.workflow.engine.model that implement UserInRole Modifier and Type Class Description class
UserInRoleImpl
Class implementing the representation of the <userInRole> element of a Process Model.Methods in org.silverpeas.core.workflow.engine.model that return UserInRole Modifier and Type Method Description UserInRole
QualifiedUsersImpl. createUserInRole()
UserInRole
QualifiedUsersImpl. getUserInRole(String strRoleName)
Get the userInRolesUserInRole[]
QualifiedUsersImpl. getUserInRoles()
Get the userInRolesMethods in org.silverpeas.core.workflow.engine.model that return types with arguments of type UserInRole Modifier and Type Method Description Iterator<UserInRole>
QualifiedUsersImpl. iterateUserInRole()
Methods in org.silverpeas.core.workflow.engine.model with parameters of type UserInRole Modifier and Type Method Description void
QualifiedUsersImpl. addUserInRole(UserInRole user)
-