| Package | Description |
|---|---|
| org.apache.syncope.common.services |
| Modifier and Type | Method and Description |
|---|---|
WorkflowFormTO |
UserWorkflowService.claimForm(String taskId)
Claims the form for the given task id.
|
WorkflowFormTO |
UserWorkflowService.getFormForUser(Long userId)
Returns a list of available forms for the given user id.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowFormTO> |
UserWorkflowService.getForms()
Returns a list of all available workflow forms.
|
| Modifier and Type | Method and Description |
|---|---|
UserTO |
UserWorkflowService.submitForm(WorkflowFormTO form)
Submits a workflow form.
|
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.