public class UserRequestRestClient extends BaseRestClient
LOG| Constructor and Description |
|---|
UserRequestRestClient() |
| Modifier and Type | Method and Description |
|---|---|
static void |
cancelRequest(String executionId,
String reason) |
static org.apache.syncope.common.lib.to.UserRequestForm |
claimForm(String taskKey) |
static int |
countForms() |
static int |
countRequests() |
static Optional<org.apache.syncope.common.lib.to.UserRequestForm> |
getForm(String username,
String taskId) |
static List<org.apache.syncope.common.lib.to.UserRequestForm> |
listForms(int page,
int size,
org.apache.wicket.extensions.markup.html.repeater.util.SortParam<String> sort) |
static List<org.apache.syncope.common.lib.to.UserRequest> |
listRequests(int page,
int size,
String username,
org.apache.wicket.extensions.markup.html.repeater.util.SortParam<String> sort) |
static void |
startRequest(String bpmnProcess,
String user) |
static org.apache.syncope.common.lib.to.ProvisioningResult<org.apache.syncope.common.lib.to.UserTO> |
submitForm(org.apache.syncope.common.lib.to.UserRequestForm form) |
getService, getService, getSyncopeService, resetClient, toOrderBypublic static int countRequests()
public static List<org.apache.syncope.common.lib.to.UserRequest> listRequests(int page, int size, String username, org.apache.wicket.extensions.markup.html.repeater.util.SortParam<String> sort)
public static int countForms()
public static List<org.apache.syncope.common.lib.to.UserRequestForm> listForms(int page, int size, org.apache.wicket.extensions.markup.html.repeater.util.SortParam<String> sort)
public static Optional<org.apache.syncope.common.lib.to.UserRequestForm> getForm(String username, String taskId)
public static org.apache.syncope.common.lib.to.ProvisioningResult<org.apache.syncope.common.lib.to.UserTO> submitForm(org.apache.syncope.common.lib.to.UserRequestForm form)
public static org.apache.syncope.common.lib.to.UserRequestForm claimForm(String taskKey)
Copyright © 2020–2022. All rights reserved.