Uses of Class
com.silverpeas.workflow.engine.instance.LockingUser

Packages that use LockingUser
com.silverpeas.workflow.api.instance   
com.silverpeas.workflow.engine.instance   
 

Uses of LockingUser in com.silverpeas.workflow.api.instance
 

Methods in com.silverpeas.workflow.api.instance that return LockingUser
 LockingUser ProcessInstance.getLockingUser(String state)
           
 

Uses of LockingUser in com.silverpeas.workflow.engine.instance
 

Methods in com.silverpeas.workflow.engine.instance that return LockingUser
 LockingUser ProcessInstanceImpl.getLockingUser(String state)
           
 

Methods in com.silverpeas.workflow.engine.instance that return types with arguments of type LockingUser
 Vector<LockingUser> ProcessInstanceImpl.castor_getLockingUsers()
          Get users who have locked a state of this process instance
 

Methods in com.silverpeas.workflow.engine.instance with parameters of type LockingUser
static User[] LockingUser.toUser(LockingUser[] lockingUsers)
          Get User information from an array of lockingUsers
 

Method parameters in com.silverpeas.workflow.engine.instance with type arguments of type LockingUser
 void ProcessInstanceImpl.castor_setLockingUsers(Vector<LockingUser> lockingUsers)
          Set users who have locked a state of this process instance
 



Copyright © 2016 Silverpeas. All Rights Reserved.