See: Description
Class | Description |
---|---|
AbstractBatchJobsController |
Abstract controller that all the XD batch admin controllers extend.
|
AdminController | |
BatchJobExecutionsController |
Controller for batch job executions.
|
BatchJobInstancesController |
Controller for batch job instances.
|
BatchJobsController |
Controller for batch jobs and job instances, job executions on a given batch job.
|
BatchStepExecutionsController |
Controller for returning Batch
StepExecution s. |
CompletionsController |
Exposes completion for stream-like definitions as a REST endpoint.
|
ContainersController |
Handles interaction with the runtime containers/and its modules.
|
DetailedJobInfoResourceAssembler |
Knows how to build a REST resource out of our domain model
DetailedJobInfo . |
DetailedModuleDefinitionResourceAssembler |
Knows how to build
DetailedModuleDefinitionResource out of a ModuleDefinition . |
JobDefinitionResourceAssembler |
Knows how to build a REST resource out of our domain model
StreamDefinition . |
JobExecutionInfoResourceAssembler |
Knows how to build a REST resource out of our domain model
JobExecutionInfo . |
JobInfoResourceAssembler |
Knows how to build a REST resource out of our domain model
JobInfo . |
JobInstanceInfoResourceAssembler |
Resource assembler that builds the REST resource
JobInstanceInfoResource out of domain model
JobInstanceInfo . |
JobsController |
Handles all Job related interactions.
|
ModuleDefinitionResourceAssembler |
Knows how to build a REST resource out of our domain model
ModuleDefinition . |
ModuleMetadataResourceAssembler |
Knows how to assemble
ModuleMetadataResource s out of ModuleMetadata s. |
ModulesController |
Handles all Module related interactions.
|
ModulesMetadataController |
Controller that handles the interaction with the deployed modules.
|
PasswordUtils | |
RestConfiguration |
Takes care of infrastructure setup for the web/rest layer.
|
RestControllerAdvice |
Central class for behavior common to all REST controllers.
|
RuntimeContainerResourceAssembler |
Knows how to assemble
DetailedContainerResource s out of DetailedContainer instances. |
StepExecutionInfoResourceAssembler |
Knows how to build a REST resource out of our domain model
StepExecutionInfo . |
StepExecutionProgressInfoResourceAssembler |
Knows how to build a REST resource out of our domain model
StepExecutionProgressInfo . |
StreamDefinitionResourceAssembler |
Knows how to build a REST resource out of our domain model
StreamDefinition . |
StreamsController |
Handles all Stream related interaction.
|
XDController<D extends BaseDefinition,A extends org.springframework.hateoas.mvc.ResourceAssemblerSupport<D,R>,R extends NamedResource> |
Base Class for XD Controllers.
|
XDController.QueryOptions |
Data holder class for controlling how the list methods should behave.
|
XdErrorController |
ErrorController that causes 404 errors to be redirected to the Admin-UI 404 page. |