Uses of Class
de.xima.fc.mdl.fdv.EProcessingResult
-
Packages that use EProcessingResult Package Description de.xima.fc.bl.fdv de.xima.fc.interfaces.processing de.xima.fc.mdl.fdv Klassen zur Formulardatenverarbeitung -
-
Uses of EProcessingResult in de.xima.fc.bl.fdv
Methods in de.xima.fc.bl.fdv with parameters of type EProcessingResult Modifier and Type Method Description String
WorkflowProcessingContext. latestValueFor(Set<Long> actionIds, EProcessingResult processingResult, int index, String key)
Deprecated.String
WorkflowProcessingContext. valueFor(long aktionId, EProcessingResult processingResult, int index, String key)
Deprecated. -
Uses of EProcessingResult in de.xima.fc.interfaces.processing
Methods in de.xima.fc.interfaces.processing with parameters of type EProcessingResult Modifier and Type Method Description String
IWorkflowProcessingContext. latestValueFor(Set<Long> actionIds, EProcessingResult processingResult, int index, String key)
Deprecated.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)
Deprecated. -
Uses of EProcessingResult in de.xima.fc.mdl.fdv
Methods in de.xima.fc.mdl.fdv that return EProcessingResult Modifier and Type Method Description static EProcessingResult
EProcessingResult. valueOf(String name)
Returns the enum constant of this type with the specified name.static EProcessingResult
EProcessingResult. valueOfOrDefault(String name, EProcessingResult defaultValue)
static EProcessingResult[]
EProcessingResult. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.xima.fc.mdl.fdv with parameters of type EProcessingResult Modifier and Type Method Description static EProcessingResult
EProcessingResult. valueOfOrDefault(String name, EProcessingResult defaultValue)
-