Package com.levigo.jadice.server.rest.dto
This package contains all model elements that are transfered as content to / from the REST
service interfaces.
The classes are either serialized via JAX-B to XML or via Jackson to JSON. Please consult the swagger documentation for further details about the particular methods and attributes
- Since:
- jadice server 5.6.0.0
-
Class Summary Class Description FileDTO Definition of a file which is stored in theContentStore
and shall be either used in aJobDefinitionDTO
or is a result of aJob
and listed in theJobInformationDTO
.JobDefinitionDTO Definition of aJob
that shall be executedJobInformationDTO Collection of all information that have been generated while the execution of aJob
.LogEntryDTO Definition of a log entryTemplateListDTO A Collection of all job templates that can be used for aJob
. -
Enum Summary Enum Description LogEntryDTO.Level The severity of the log entry