Class UserRequestRestClient
- java.lang.Object
-
- org.apache.syncope.client.enduser.rest.BaseRestClient
-
- org.apache.syncope.client.enduser.rest.UserRequestRestClient
-
- All Implemented Interfaces:
Serializable,org.apache.syncope.client.ui.commons.rest.RestClient
public class UserRequestRestClient extends BaseRestClient
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.syncope.client.enduser.rest.BaseRestClient
LOG
-
-
Constructor Summary
Constructors Constructor Description UserRequestRestClient()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcancelRequest(String executionId, String reason)static org.apache.syncope.common.lib.to.UserRequestFormclaimForm(String taskKey)static intcountForms()static intcountRequests()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 voidstartRequest(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)-
Methods inherited from class org.apache.syncope.client.enduser.rest.BaseRestClient
getService, getService, getSyncopeService, resetClient, toOrderBy
-
-
-
-
Method Detail
-
countRequests
public static int countRequests()
-
listRequests
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)
-
countForms
public static int countForms()
-
listForms
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)
-
getForm
public static Optional<org.apache.syncope.common.lib.to.UserRequestForm> getForm(String username, String taskId)
-
submitForm
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)
-
claimForm
public static org.apache.syncope.common.lib.to.UserRequestForm claimForm(String taskKey)
-
-