Interface TaskDefinitionAssemblerProvider<R extends TaskDefinitionResource>
- All Known Implementing Classes:
DefaultTaskDefinitionAssemblerProvider
public interface TaskDefinitionAssemblerProvider<R extends TaskDefinitionResource>
The interface that returns the
RepresentationModelAssembler
for any type which extends
TaskDefinitionResource
.- Author:
- Ilayaperumal Gopinathan
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.hateoas.server.RepresentationModelAssembler<TaskExecutionAwareTaskDefinition,
R> getTaskDefinitionAssembler
(boolean enableManifest) Get the task definition resource assembler.
-
Method Details
-
getTaskDefinitionAssembler
org.springframework.hateoas.server.RepresentationModelAssembler<TaskExecutionAwareTaskDefinition,R> getTaskDefinitionAssembler(boolean enableManifest) Get the task definition resource assembler.- Parameters:
enableManifest
- boolean flag to indicate whether to retrieve the task execution manifest- Returns:
- the task definition resource assembler
-