Class ApplicationController
- java.lang.Object
-
- org.activiti.cloud.services.query.rest.ApplicationController
-
@RestController @RequestMapping(value="/v1/applications", produces={"application/hal+json","application/json"}) public class ApplicationController extends Object
-
-
Constructor Summary
Constructors Constructor Description ApplicationController(ApplicationRepository repository, AlfrescoPagedModelAssembler<ApplicationEntity> pagedCollectionModelAssembler, ApplicationRepresentationModelAssembler applicationRepresentationModelAssembler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.hateoas.PagedModel<org.springframework.hateoas.EntityModel<CloudApplication>>findAll(com.querydsl.core.types.Predicate predicate, org.springframework.data.domain.Pageable pageable)
-
-
-
Constructor Detail
-
ApplicationController
@Autowired public ApplicationController(ApplicationRepository repository, AlfrescoPagedModelAssembler<ApplicationEntity> pagedCollectionModelAssembler, ApplicationRepresentationModelAssembler applicationRepresentationModelAssembler)
-
-
Method Detail
-
findAll
@GetMapping public org.springframework.hateoas.PagedModel<org.springframework.hateoas.EntityModel<CloudApplication>> findAll(com.querydsl.core.types.Predicate predicate, org.springframework.data.domain.Pageable pageable)
-
-