Package com.inet.taskplanner.server.api.result
-
Interface Summary Interface Description FileResult A file result is result type which has been produced by aJoband 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.PrintResult A result that can be print to a printer.Result ResultFlavor.FlavorLabel Functional Interface for the internationalization of the ResultFlavor.TextResult 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. -
Class Summary Class Description ByteArrayFileResult A result that is based on in memory byte array.LocalFileResult A result that is based on a file.ResultFlavor AResultFlavoris an enum-like class representing the 'type' of data aResultcontains.StringTextResult A Result which contains of human readable text.