Uses of Interface
org.silverpeas.core.workflow.api.model.QualifiedUsers
-
-
Uses of QualifiedUsers in org.silverpeas.core.workflow.api.instance
Methods in org.silverpeas.core.workflow.api.instance with parameters of type QualifiedUsers Modifier and Type Method Description Actor[]
ProcessInstance. getActors(QualifiedUsers qualifiedUsers, State state)
Computes tuples role/user (stored in an Actor object) from a QualifiedUsers object -
Uses of QualifiedUsers in org.silverpeas.core.workflow.api.model
Methods in org.silverpeas.core.workflow.api.model that return QualifiedUsers Modifier and Type Method Description QualifiedUsers
ProcessModel. createQualifiedUsers()
Create an object implementing QualifiedUsersQualifiedUsers
Action. getAllowedUsers()
Get all the users allowed to execute this actionQualifiedUsers
State. getInterestedUsers()
Get all the users interested by this stateQualifiedUsers
State. getInterestedUsersEx()
Get all the users interested by this stateQualifiedUsers
State. getWorkingUsers()
Get all the users who can act in this stateQualifiedUsers
State. getWorkingUsersEx()
Get all the users who can act in this stateMethods in org.silverpeas.core.workflow.api.model that return types with arguments of type QualifiedUsers Modifier and Type Method Description List<QualifiedUsers>
Consequence. getNotifiedUsers()
Get all the users that have to be notifiedMethods in org.silverpeas.core.workflow.api.model with parameters of type QualifiedUsers Modifier and Type Method Description void
Consequence. addNotifiedUsers(QualifiedUsers notifyUsers)
Add a new notifiedUser to the collectionvoid
Action. setAllowedUsers(QualifiedUsers allowedUsers)
Set the list of users allowed to execute this actionvoid
State. setInterestedUsers(QualifiedUsers interestedUsers)
Set the users interested by this statevoid
State. setWorkingUsers(QualifiedUsers workingUsers)
Set the users who can act in this stateMethod parameters in org.silverpeas.core.workflow.api.model with type arguments of type QualifiedUsers Modifier and Type Method Description void
Consequence. setNotifiedUsers(List<QualifiedUsers> notifiedUsersList)
Set all the users that have to be notified -
Uses of QualifiedUsers in org.silverpeas.core.workflow.engine.instance
Methods in org.silverpeas.core.workflow.engine.instance with parameters of type QualifiedUsers Modifier and Type Method Description Actor[]
ProcessInstanceImpl. getActors(QualifiedUsers qualifiedUsers, State state)
-
Uses of QualifiedUsers in org.silverpeas.core.workflow.engine.model
Classes in org.silverpeas.core.workflow.engine.model that implement QualifiedUsers Modifier and Type Class Description class
QualifiedUsersImpl
Class implementing the representation of the <allowedUsers>, <workingUsers>, <notifiedUsers> and <interestedUsers> elements of a Process Model.Methods in org.silverpeas.core.workflow.engine.model that return QualifiedUsers Modifier and Type Method Description QualifiedUsers
ActionImpl. createQualifiedUsers()
Create and return an object implementing QalifiedUsersQualifiedUsers
ProcessModelImpl. createQualifiedUsers()
QualifiedUsers
ActionImpl. getAllowedUsers()
Get all the users allowed to execute this actionQualifiedUsers
StateImpl. getInterestedUsers()
QualifiedUsers
StateImpl. getInterestedUsersEx()
QualifiedUsers
StateImpl. getWorkingUsers()
QualifiedUsers
StateImpl. getWorkingUsersEx()
Methods in org.silverpeas.core.workflow.engine.model that return types with arguments of type QualifiedUsers Modifier and Type Method Description List<QualifiedUsers>
ConsequenceImpl. getNotifiedUsers()
Get all the users that have to be notifiedMethods in org.silverpeas.core.workflow.engine.model with parameters of type QualifiedUsers Modifier and Type Method Description void
ConsequenceImpl. addNotifiedUsers(QualifiedUsers notifyUsers)
void
ActionImpl. setAllowedUsers(QualifiedUsers allowedUsers)
Set the list of users allowed to execute this actionvoid
StateImpl. setInterestedUsers(QualifiedUsers interestedUsers)
Set all the users interested by this statevoid
StateImpl. setWorkingUsers(QualifiedUsers workingUsers)
Set all the users who can act in this stateMethod parameters in org.silverpeas.core.workflow.engine.model with type arguments of type QualifiedUsers Modifier and Type Method Description void
ConsequenceImpl. setNotifiedUsers(List<QualifiedUsers> notifiedUsersList)
Set all the users that have to be notified -
Uses of QualifiedUsers in org.silverpeas.web.workflowdesigner.control
Methods in org.silverpeas.web.workflowdesigner.control that return QualifiedUsers Modifier and Type Method Description QualifiedUsers
WorkflowDesignerSessionController. findQualifiedUsers(String strContext)
Find the QualifiedUsers specified by the contextMethods in org.silverpeas.web.workflowdesigner.control with parameters of type QualifiedUsers Modifier and Type Method Description void
WorkflowDesignerSessionController. setQualifiedUsers(QualifiedUsers qualifiedUsers, String strContext)
Set the QualifiedUsers specified by the context to the given valuevoid
WorkflowDesignerSessionController. updateQualifiedUsers(QualifiedUsers source, String strContext)
Update Qualified Users referenced by the context, create the object if it wasnull
before.
-