@RestController
@RequestMapping(value="/v1/tasks/{taskId}/variables",
produces="application/hal+json")
public class TaskVariableQueryController
extends Object
| Constructor and Description |
|---|
TaskVariableQueryController(VariableRepository variableRepository,
VariableQueryResourceAssembler resourceAssembler) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.hateoas.PagedResources<VariableQueryResource> |
findAll(String taskId,
com.querydsl.core.types.Predicate predicate,
org.springframework.data.domain.Pageable pageable,
org.springframework.data.web.PagedResourcesAssembler<Variable> pagedResourcesAssembler) |
@Autowired public TaskVariableQueryController(VariableRepository variableRepository, VariableQueryResourceAssembler resourceAssembler)
@RequestMapping(method=GET) public org.springframework.hateoas.PagedResources<VariableQueryResource> findAll(@PathVariable String taskId, com.querydsl.core.types.Predicate predicate, org.springframework.data.domain.Pageable pageable, org.springframework.data.web.PagedResourcesAssembler<Variable> pagedResourcesAssembler)
Copyright © 2010–2017 Alfresco. All rights reserved.