| Package | Description |
|---|---|
| com.suncode.pwfl.workflow.form.datachooser | |
| com.suncode.pwfl.workflow.form.datachooser.declaration | |
| com.suncode.pwfl.workflow.form.field |
| Modifier and Type | Method and Description |
|---|---|
List<MappingDeclaration> |
DataChooserContext.getMappings()
Returns datachooser declared mappings.
|
| Modifier and Type | Method and Description |
|---|---|
static DataChooserContext |
DataChooserContext.activate(String processId,
String activityId,
ComponentQueryData queryData,
DataChooserResult result,
Collection<MappingDeclaration> mappings)
Activates validation context.
|
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.
|
| Constructor and Description |
|---|
DataChooserContext(String processId,
String activityId,
ComponentQueryData queryData,
DataChooserResult result,
Collection<MappingDeclaration> mappings) |
| Modifier and Type | Method and Description |
|---|---|
MappingDeclaration |
DataChooserDeclaration.getMapping(String mappingId) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,MappingDeclaration> |
DataChooserDeclaration.getMappings() |
| Modifier and Type | Method and Description |
|---|---|
void |
DataChooserDeclaration.setMappings(Map<String,MappingDeclaration> mappings) |
| Constructor and Description |
|---|
DCMapping(String mappingId,
MappingDeclaration mapping,
String datachooserId,
ProcessDefinition pd,
I18Nxpdl xpdl) |
Copyright © 2019 Suncode. All rights reserved.