Package com.inet.taskplanner.server.api.result
-
Interface Summary Interface Description FileResult A file result is result type which has been produced by aJob
and is processed byactions
.
By convention, it always implies the flavorFILE
.
Not allResultAction
can handle eachFileResult
,result flavors
define the kind of information/data aFileResult
represents 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 aJob
and is processed byactions
.
By convention, it always implies the flavorTEXT
.
Not allResultAction
can handle eachFileResult
,result flavors
define the kind of information/data aFileResult
represents 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 AResultFlavor
is an enum-like class representing the 'type' of data aResult
contains.StringTextResult A Result which contains of human readable text.