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
Job
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.A result that is based on a file.A result that can be print to a printer.AResultFlavor
is an enum-like class representing the 'type' of data aResult
contains.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 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.