Package com.inet.taskplanner.server.api.result
package com.inet.taskplanner.server.api.result
-
ClassDescriptionA result that is based on in memory byte array.A file result is result type which has been produced by a
Joband is processed byactions.
By convention, it always implies the flavorFILE.
Not allResultActioncan handle eachFileResult,result flavorsdefine the kind of information/data aFileResultrepresents and actions will handle only results they support.This is a file result that takes in the input stream as is and allows to simply forward it as file result.Interface for supplier ofInputStreaminstances.A result that is based on a file.A result that can be print to a printer.AResultFlavoris an enum-like class representing the 'type' of data aResultcontains.Functional Interface for the internationalization of the ResultFlavor.A Result which contains of human readable text.A text result is result type which has been produced by aJoband is processed byactions.
By convention, it always implies the flavorTEXT.
Not allResultActioncan handle eachFileResult,result flavorsdefine the kind of information/data aFileResultrepresents and actions will handle only results they support.