Package | Description |
---|---|
de.xima.fc.bl.fdv | |
de.xima.fc.interfaces.processing | |
de.xima.fc.mdl.fdv |
Klassen zur Formulardatenverarbeitung
|
Modifier and Type | Method and Description |
---|---|
String |
WorkflowProcessingContext.latestValueFor(Set<Long> actionIds,
EProcessingResult processingResult,
int index,
String key) |
String |
WorkflowProcessingContext.valueFor(long aktionId,
EProcessingResult processingResult,
int index,
String key) |
Modifier and Type | Method and Description |
---|---|
String |
IWorkflowProcessingContext.latestValueFor(Set<Long> actionIds,
EProcessingResult processingResult,
int index,
String key)
Checks whether a processing result is available for the given actions, and returns the result for the action that
was executed most recently.
|
String |
IWorkflowProcessingContext.valueFor(long id,
EProcessingResult processingResult,
int index,
String value)
|
Modifier and Type | Method and Description |
---|---|
static EProcessingResult |
EProcessingResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EProcessingResult[] |
EProcessingResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.