Uses of Enum
de.xima.fc.mdl.enums.EContentDisposition
Packages that use EContentDisposition
Package
Description
Commonly used enumeration that are mainly used in model classes.
-
Uses of EContentDisposition in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution with parameters of type EContentDispositionModifier and TypeMethodDescriptionIWorkflowHttpHandler.requestResponseBinaryFile
(byte[] data, String mimeType, EContentDisposition disposition, String fileName) Request an HTTP response with the given binary data.default IServletResponse
IWorkflowHttpHandler.requestResponseBinaryFile
(File data, String mimeType, EContentDisposition disposition, String fileName) Request an HTTP response with the binary data from the given file. -
Uses of EContentDisposition in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EContentDispositionModifier and TypeMethodDescriptionstatic EContentDisposition
Returns the enum constant of this type with the specified name.static EContentDisposition[]
EContentDisposition.values()
Returns an array containing the constants of this enum type, in the order they are declared.