Package org.kuali.rice.krad.util
Class SessionTicket
java.lang.Object
org.kuali.rice.krad.util.SessionTicket
- All Implemented Interfaces:
Serializable
Holds information on an action (ticket type name) and context (ticketContext) that has been performed and can be placed in the
UserSession objectMap. This can be checked for by subsequent session requests to determine if the action has already taken place (for
example a Question or document action where the action is not recorded on the document or form).
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetTicketContext(Map<String, String> ticketContext) voidsetTicketTypeName(String ticketTypeName)
-
Constructor Details
-
SessionTicket
-
-
Method Details
-
getTicketTypeName
-
setTicketTypeName
-
getTicketContext
-
setTicketContext
-