Uses of Class
org.kuali.rice.krad.UserSession
Packages that use UserSession
-
Uses of UserSession in org.kuali.rice.krad
Methods in org.kuali.rice.krad with parameters of type UserSessionModifier and TypeMethodDescriptionstatic voidUserSessionUtils.addWorkflowDocument(UserSession userSession, org.kuali.rice.kew.api.WorkflowDocument workflowDocument) Adds the givenWorkflowDocumentto theUserSession.static org.kuali.rice.kew.api.WorkflowDocumentUserSessionUtils.getWorkflowDocument(UserSession userSession, String workflowDocumentId) Returns theWorkflowDocumentwith the given ID from theUserSession. -
Uses of UserSession in org.kuali.rice.krad.document.authorization
Constructors in org.kuali.rice.krad.document.authorization with parameters of type UserSessionModifierConstructorDescriptionPessimisticLock(String documentNumber, String lockDescriptor, org.kuali.rice.kim.api.identity.Person user, UserSession userSession) This constructs a lock object using the logged in user and given lock type