| Package | Description | 
|---|---|
| com.suncode.pwfl.administration.user | Pakiet zawiera zbiór elementów umożliwiających zarządzanie użytkownikami i grupami użytkowników. | 
| com.suncode.pwfl.core.context | |
| com.suncode.pwfl.workflow | |
| com.suncode.pwfl.workflow.application | |
| com.suncode.pwfl.workflow.form.datachooser | |
| com.suncode.pwfl.workflow.form.validator | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | UserContext. activate(UserInfo user,
        InContext<UserContext> action)Activates context of given user and invokes provided action in created context. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ContextHolder. activate(T newContext,
        InContext<T> action)Activates given context and puts it on top of stack and automatically removes it after
 invoking provided action. | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | AcceptanceContext. activate(String processId,
        String activityId,
        String actionName,
        InContext<AcceptanceContext> action)Activates acceptance context and invokes provided action in created context. | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | ApplicationContext. activate(String processId,
        String activityId,
        InContext<ApplicationContext> action)Activates application context and invokes provided action in created context. | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | DataChooserContext. activate(String processId,
        String activityId,
        ComponentQueryData queryData,
        DataChooserResult result,
        Collection<MappingDeclaration> mappings,
        InContext<DataChooserContext> action)Activates validation context and invokes provided action in created context. | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | ValidationContext. activate(String processId,
        String activityId,
        String actionName,
        ValidationErrors errors,
        InContext<ValidationContext> action)Activates validation context and invokes provided action in created context. | 
Copyright © 2019 Suncode. All rights reserved.