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

Packages that use ProcessInstanceImpl
com.silverpeas.workflow.engine.instance   
 

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

Methods in com.silverpeas.workflow.engine.instance that return ProcessInstanceImpl
 ProcessInstanceImpl LockingUser.getProcessInstance()
          Get the instance to which user is interested
 ProcessInstanceImpl WorkingUser.getProcessInstance()
          Get the instance for which user is affected
 ProcessInstanceImpl ActiveState.getProcessInstance()
          Get the instance for which user is affected
 ProcessInstanceImpl InterestedUser.getProcessInstance()
          Get the instance to which user is interested
 

Methods in com.silverpeas.workflow.engine.instance with parameters of type ProcessInstanceImpl
 void LockingUser.setProcessInstance(ProcessInstanceImpl processInstance)
          Set the instance to which user is interested
 void WorkingUser.setProcessInstance(ProcessInstanceImpl processInstance)
          Set the instance for which user is affected
 void ActiveState.setProcessInstance(ProcessInstanceImpl processInstance)
          Set the instance for which user is affected
 void InterestedUser.setProcessInstance(ProcessInstanceImpl processInstance)
          Set the instance to which user is interested
 



Copyright © 2016 Silverpeas. All Rights Reserved.