@Controller public class WorkItemController extends Object
Controller that provides work items to the user. Work items are internally modeled as WorkObjects and exposed to the caller as nested maps of key/value pairs.
Constructor and Description |
---|
WorkItemController(WorkItemManager workItemManager) |
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<WorkItemRelations> |
getWorkItemWithRelations(String ambiguousId) |
public WorkItemController(WorkItemManager workItemManager)
@ResponseBody @RequestMapping(value="/workItems/{ambiguousId}/relations", method=GET) public org.springframework.http.ResponseEntity<WorkItemRelations> getWorkItemWithRelations(@PathVariable String ambiguousId)
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.