Uses of Interface
com.suncode.pwfl.core.context.InContext
Packages that use InContext
Package
Description
Pakiet zawiera zbiór elementów umożliwiających zarządzanie użytkownikami i grupami użytkowników.
-
Uses of InContext in com.suncode.pwfl.administration.user
Methods in com.suncode.pwfl.administration.user with parameters of type InContextModifier and TypeMethodDescriptionstatic void
UserContext.activate
(UserInfo user, InContext<UserContext> action) Activates context of given user and invokes provided action in created context. -
Uses of InContext in com.suncode.pwfl.core.context
Methods in com.suncode.pwfl.core.context with parameters of type InContext -
Uses of InContext in com.suncode.pwfl.workflow
Methods in com.suncode.pwfl.workflow with parameters of type InContext -
Uses of InContext in com.suncode.pwfl.workflow.application
Methods in com.suncode.pwfl.workflow.application with parameters of type InContextModifier and TypeMethodDescriptionstatic void
ApplicationContext.activate
(String processId, String activityId, InContext<ApplicationContext> action) Activates application context and invokes provided action in created context. -
Uses of InContext in com.suncode.pwfl.workflow.form.datachooser
Methods in com.suncode.pwfl.workflow.form.datachooser with parameters of type InContextModifier and TypeMethodDescriptionstatic void
DataChooserContext.activate
(String processId, String activityId, ComponentQueryData queryData, DataChooserResult result, Collection<MappingDeclaration> mappings, InContext<DataChooserContext> action) Activates datachooser context and invokes provided action in created context. -
Uses of InContext in com.suncode.pwfl.workflow.form.validator
Methods in com.suncode.pwfl.workflow.form.validator with parameters of type InContextModifier and TypeMethodDescriptionstatic void
ValidationContext.activate
(String processId, String activityId, String actionName, ValidationErrors errors, InContext<ValidationContext> action) Activates validation context and invokes provided action in created context.