| Package | Description |
|---|---|
| ee.telekom.workflow.web.rest |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<WorkflowInstanceRestModel> |
RestController.create(String body)
Creates a new workflow instance.
|
org.springframework.http.ResponseEntity<WorkflowInstanceRestModel> |
RestController.find(long woinRefNum)
Finds a workflow instance.
|
org.springframework.http.ResponseEntity<List<WorkflowInstanceRestModel>> |
RestController.findInstances(String label1,
String label2,
Boolean activeOnly)
Searches workflow instance's that match the given criteria.
|
org.springframework.http.ResponseEntity<WorkflowInstanceRestModel> |
RestController.updateIntance(long woinRefNum,
UpdateInstanceStatusForm form)
Aborts, suspends or resumes a workflow instance.
|
Copyright © 2016. All rights reserved.