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 UserContextUserContext.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 FunctionContextFunctionContext.current()Returns current function context. -
Uses of ContextNotActiveException in com.suncode.pwfl.datasource
Methods in com.suncode.pwfl.datasource that throw ContextNotActiveExceptionModifier and TypeMethodDescriptionstatic DataSourceContextDataSourceContext.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 AcceptanceContextAcceptanceContext.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 ApplicationContextApplicationContext.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 DataChooserContextDataChooserContext.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 ValidationContextValidationContext.current()Returns current validation context;