Uses of Class
pro.taskana.workbasket.rest.models.WorkbasketAccessItemCollectionRepresentationModel
Packages that use WorkbasketAccessItemCollectionRepresentationModel
-
Uses of WorkbasketAccessItemCollectionRepresentationModel in pro.taskana.workbasket.rest
Methods in pro.taskana.workbasket.rest that return types with arguments of type WorkbasketAccessItemCollectionRepresentationModelModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<WorkbasketAccessItemCollectionRepresentationModel>WorkbasketController.getWorkbasketAccessItems(String workbasketId) This endpoint retrieves all Workbasket Access Items for a given Workbasket.org.springframework.http.ResponseEntity<WorkbasketAccessItemCollectionRepresentationModel>WorkbasketController.setWorkbasketAccessItems(String workbasketId, WorkbasketAccessItemCollectionRepresentationModel workbasketAccessItemRepModels) This endpoint replaces all Workbasket Access Items for a given Workbasket with the provided ones.Methods in pro.taskana.workbasket.rest with parameters of type WorkbasketAccessItemCollectionRepresentationModelModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<WorkbasketAccessItemCollectionRepresentationModel>WorkbasketController.setWorkbasketAccessItems(String workbasketId, WorkbasketAccessItemCollectionRepresentationModel workbasketAccessItemRepModels) This endpoint replaces all Workbasket Access Items for a given Workbasket with the provided ones. -
Uses of WorkbasketAccessItemCollectionRepresentationModel in pro.taskana.workbasket.rest.assembler
Methods in pro.taskana.workbasket.rest.assembler that return WorkbasketAccessItemCollectionRepresentationModelModifier and TypeMethodDescriptionWorkbasketAccessItemRepresentationModelAssembler.buildCollectionEntity(List<WorkbasketAccessItemRepresentationModel> content) WorkbasketAccessItemRepresentationModelAssembler.toTaskanaCollectionModelForSingleWorkbasket(String workbasketId, List<pro.taskana.workbasket.api.models.WorkbasketAccessItem> workbasketAccessItems)