Uses of Class
com.suncode.pwfl.core.context.ContextNotActiveException
Packages that use ContextNotActiveException
Package
Description
Pakiet zawiera zbiór elementów umożliwiających zarządzanie użytkownikami i grupami użytkowników.
-
Uses of ContextNotActiveException in com.suncode.pwfl.administration.user
Methods in com.suncode.pwfl.administration.user that throw ContextNotActiveExceptionModifier and TypeMethodDescriptionstatic UserContext
UserContext.current()
Returns current user context. -
Uses of ContextNotActiveException in com.suncode.pwfl.core.context
Methods in com.suncode.pwfl.core.context that throw ContextNotActiveException -
Uses of ContextNotActiveException in com.suncode.pwfl.core.function
Methods in com.suncode.pwfl.core.function that throw ContextNotActiveExceptionModifier and TypeMethodDescriptionstatic FunctionContext
FunctionContext.current()
Returns current function context. -
Uses of ContextNotActiveException in com.suncode.pwfl.datasource
Methods in com.suncode.pwfl.datasource that throw ContextNotActiveExceptionModifier and TypeMethodDescriptionstatic DataSourceContext
DataSourceContext.current()
Returns current data source context -
Uses of ContextNotActiveException in com.suncode.pwfl.workflow
Methods in com.suncode.pwfl.workflow that throw ContextNotActiveExceptionModifier and TypeMethodDescriptionstatic AcceptanceContext
AcceptanceContext.current()
Returns current acceptance context; -
Uses of ContextNotActiveException in com.suncode.pwfl.workflow.application
Methods in com.suncode.pwfl.workflow.application that throw ContextNotActiveExceptionModifier and TypeMethodDescriptionstatic ApplicationContext
ApplicationContext.current()
Returns current application context -
Uses of ContextNotActiveException in com.suncode.pwfl.workflow.form.datachooser
Methods in com.suncode.pwfl.workflow.form.datachooser that throw ContextNotActiveExceptionModifier and TypeMethodDescriptionstatic DataChooserContext
DataChooserContext.current()
Returns current validation context; -
Uses of ContextNotActiveException in com.suncode.pwfl.workflow.form.validator
Methods in com.suncode.pwfl.workflow.form.validator that throw ContextNotActiveExceptionModifier and TypeMethodDescriptionstatic ValidationContext
ValidationContext.current()
Returns current validation context;