Uses of Class
de.uplanet.lucy.server.SharedState
-
Packages that use SharedState Package Description de.uplanet.lucy.server de.uplanet.lucy.server.businesslogic de.uplanet.lucy.server.workflow.timer -
-
Uses of SharedState in de.uplanet.lucy.server
Methods in de.uplanet.lucy.server that return SharedState Modifier and Type Method Description SharedState
ISharedStateProcessingContext. getSharedState()
A map that is used to store data that are to be shared in the context. -
Uses of SharedState in de.uplanet.lucy.server.businesslogic
Methods in de.uplanet.lucy.server.businesslogic that return SharedState Modifier and Type Method Description SharedState
RestrictedBusinessLogicProcessingContext. getSharedState()
-
Uses of SharedState in de.uplanet.lucy.server.workflow.timer
Constructors in de.uplanet.lucy.server.workflow.timer with parameters of type SharedState Constructor Description FreeTimerProcessingContext(org.springframework.context.ApplicationContext p_appCtx, de.uplanet.jdbc.JdbcConnection p_conn, ISession p_session, SharedState p_sharedState)
-