Uses of Enum
de.xima.fc.mdl.fdv.EProcessingResult
Packages that use EProcessingResult
Package
Description
Klassen zur Formulardatenverarbeitung
-
Uses of EProcessingResult in de.xima.fc.bl.fdv
Methods in de.xima.fc.bl.fdv with parameters of type EProcessingResultModifier and TypeMethodDescriptionWorkflowProcessingContext.latestValueFor
(Set<Long> actionIds, EProcessingResult processingResult, int index, String key) Deprecated.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 EProcessingResultModifier and TypeMethodDescriptionIWorkflowProcessingContext.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.IWorkflowProcessingContext.valueFor
(long id, EProcessingResult processingResult, int index, String value) -
Uses of EProcessingResult in de.xima.fc.mdl.fdv
Methods in de.xima.fc.mdl.fdv that return EProcessingResultModifier and TypeMethodDescriptionstatic EProcessingResult
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 EProcessingResultModifier and TypeMethodDescriptionstatic EProcessingResult
EProcessingResult.valueOfOrDefault
(String name, EProcessingResult defaultValue)