Uses of Interface
com.silverpeas.workflow.api.user.UserSettings

Packages that use UserSettings
com.silverpeas.workflow.api   
com.silverpeas.workflow.api.user   
com.silverpeas.workflow.engine.user   
 

Uses of UserSettings in com.silverpeas.workflow.api
 

Methods in com.silverpeas.workflow.api that return UserSettings
 UserSettings UserManager.getEmptyUserSettings(String userId, String peasId)
          Get an empty user settings in database The full list of information is described in the process model
 UserSettings UserManager.getUserSettings(String userId, String peasId)
          Get the user settings in database The full list of information is described in the process model
 

Uses of UserSettings in com.silverpeas.workflow.api.user
 

Methods in com.silverpeas.workflow.api.user that return UserSettings
 UserSettings UserInfo.getUserSettings()
          Get the user settings to which this info is for
 

Uses of UserSettings in com.silverpeas.workflow.engine.user
 

Classes in com.silverpeas.workflow.engine.user that implement UserSettings
 class UserSettingsImpl
           
 

Methods in com.silverpeas.workflow.engine.user that return UserSettings
 UserSettings UserManagerImpl.getEmptyUserSettings(String userId, String peasId)
          Get an empty user settings in database The full list of information is described in the process model
 UserSettings UserInfoImpl.getUserSettings()
          Get the user settings to which this info is for
 UserSettings UserManagerImpl.getUserSettings(String userId, String peasId)
          Get the user settings in database The full list of information is described in the process model
 

Methods in com.silverpeas.workflow.engine.user with parameters of type UserSettings
 void UserInfoImpl.setUserSettings(UserSettings userSettings)
          Set the user settings to which this info is for
 



Copyright © 2016 Silverpeas. All Rights Reserved.