|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of QualifiedUsers in com.silverpeas.workflow.api.instance |
---|
Methods in com.silverpeas.workflow.api.instance with parameters of type QualifiedUsers | |
---|---|
Actor[] |
ProcessInstance.getActors(QualifiedUsers qualifiedUsers,
State state)
Computes tuples role/user (stored in an Actor object) from a QualifiedUsers object |
Uses of QualifiedUsers in com.silverpeas.workflow.api.model |
---|
Methods in com.silverpeas.workflow.api.model that return QualifiedUsers | |
---|---|
QualifiedUsers |
Action.createQualifiedUsers()
Create and return an object implementing QalifiedUsers |
QualifiedUsers |
ProcessModel.createQualifiedUsers()
Create an object implementing QualifiedUsers |
QualifiedUsers |
State.createQualifiedUsers()
Create and return an object implementing QalifiedUsers |
QualifiedUsers |
Action.getAllowedUsers()
Get all the users allowed to execute this action |
QualifiedUsers |
State.getInterestedUsers()
Get all the users interested by this state |
QualifiedUsers |
State.getInterestedUsersEx()
Get all the users interested by this state |
QualifiedUsers |
State.getWorkingUsers()
Get all the users who can act in this state |
QualifiedUsers |
State.getWorkingUsersEx()
Get all the users who can act in this state |
Methods in com.silverpeas.workflow.api.model that return types with arguments of type QualifiedUsers | |
---|---|
List<QualifiedUsers> |
Consequence.getNotifiedUsers()
Get all the users that have to be notified |
Methods in com.silverpeas.workflow.api.model with parameters of type QualifiedUsers | |
---|---|
void |
Consequence.addNotifiedUsers(QualifiedUsers notifyUsers)
Add a new notifiedUser to the collection |
void |
Action.setAllowedUsers(QualifiedUsers allowedUsers)
Set the list of users allowed to execute this action |
void |
State.setInterestedUsers(QualifiedUsers interestedUsers)
Set the users interested by this state |
void |
State.setWorkingUsers(QualifiedUsers workingUsers)
Set the users who can act in this state |
Method parameters in com.silverpeas.workflow.api.model with type arguments of type QualifiedUsers | |
---|---|
void |
Consequence.setNotifiedUsers(List<QualifiedUsers> notifiedUsersList)
Set all the users that have to be notified |
Uses of QualifiedUsers in com.silverpeas.workflow.engine.instance |
---|
Methods in com.silverpeas.workflow.engine.instance with parameters of type QualifiedUsers | |
---|---|
Actor[] |
ProcessInstanceImpl.getActors(QualifiedUsers qualifiedUsers,
State state)
Computes tuples role/user/state (stored in an Actor object) from a QualifiedUsers object |
Uses of QualifiedUsers in com.silverpeas.workflow.engine.model |
---|
Classes in com.silverpeas.workflow.engine.model that implement QualifiedUsers | |
---|---|
class |
QualifiedUsersImpl
Class implementing the representation of the <allowedUsers>, <workingUsers>, <notifiedUsers> and <interestedUsers> elements of a Process Model. |
Methods in com.silverpeas.workflow.engine.model that return QualifiedUsers | |
---|---|
QualifiedUsers |
StateImpl.createQualifiedUsers()
|
QualifiedUsers |
ProcessModelImpl.createQualifiedUsers()
|
QualifiedUsers |
ConsequenceImpl.createQualifiedUsers()
Create and return an object implementing QalifiedUsers |
QualifiedUsers |
ActionImpl.createQualifiedUsers()
Create and return an object implementing QalifiedUsers |
QualifiedUsers |
ActionImpl.getAllowedUsers()
Get all the users allowed to execute this action |
QualifiedUsers |
StateImpl.getInterestedUsers()
|
QualifiedUsers |
StateImpl.getInterestedUsersEx()
|
QualifiedUsers |
StateImpl.getWorkingUsers()
Get the pre-conditions to enter this state |
QualifiedUsers |
StateImpl.getWorkingUsersEx()
|
Methods in com.silverpeas.workflow.engine.model that return types with arguments of type QualifiedUsers | |
---|---|
List<QualifiedUsers> |
ConsequenceImpl.getNotifiedUsers()
Get all the users that have to be notified |
Iterator<QualifiedUsers> |
ConsequenceImpl.iterateNotifiedUsers()
|
Methods in com.silverpeas.workflow.engine.model with parameters of type QualifiedUsers | |
---|---|
void |
ConsequenceImpl.addNotifiedUsers(QualifiedUsers notifyUsers)
|
void |
ActionImpl.setAllowedUsers(QualifiedUsers allowedUsers)
Set the list of users allowed to execute this action |
void |
StateImpl.setInterestedUsers(QualifiedUsers interestedUsers)
Set all the users interested by this state |
void |
StateImpl.setWorkingUsers(QualifiedUsers workingUsers)
Set all the users who can act in this state |
Method parameters in com.silverpeas.workflow.engine.model with type arguments of type QualifiedUsers | |
---|---|
void |
ConsequenceImpl.setNotifiedUsers(List<QualifiedUsers> notifiedUsersList)
Set all the users that have to be notified |
Uses of QualifiedUsers in com.silverpeas.workflowdesigner.control |
---|
Methods in com.silverpeas.workflowdesigner.control that return QualifiedUsers | |
---|---|
QualifiedUsers |
WorkflowDesignerSessionController.findQualifiedUsers(String strContext)
Find the QualifiedUsers specified by the context |
Methods in com.silverpeas.workflowdesigner.control with parameters of type QualifiedUsers | |
---|---|
void |
WorkflowDesignerSessionController.setQualifiedUsers(QualifiedUsers qualifiedUsers,
String strContext)
Set the QualifiedUsers specified by the context to the given value |
void |
WorkflowDesignerSessionController.updateQualifiedUsers(QualifiedUsers source,
String strContext)
Update Qualified Users referenced by the context, create the object if it was null
before. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |