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, WorkflowDocument workflowDocument) Adds the givenWorkflowDocumentto theUserSession.static 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, Person user, UserSession userSession) This constructs a lock object using the logged in user and given lock type