Uses of Class
org.apache.syncope.common.lib.to.UserRequest
Packages that use UserRequest
Package
Description
-
Uses of UserRequest in org.apache.syncope.client.console.panels
Methods in org.apache.syncope.client.console.panels that return types with arguments of type UserRequestModifier and TypeMethodDescriptionUserRequestDirectoryPanel.getActions
(IModel<UserRequest> model) protected List
<IColumn<UserRequest, String>> UserRequestDirectoryPanel.getColumns()
UserRequestDirectoryPanel.UserRequestProvider.iterator
(long first, long count) UserRequestDirectoryPanel.UserRequestProvider.model
(UserRequest request) Methods in org.apache.syncope.client.console.panels with parameters of type UserRequestModifier and TypeMethodDescriptionUserRequestDirectoryPanel.UserRequestProvider.model
(UserRequest request) Method parameters in org.apache.syncope.client.console.panels with type arguments of type UserRequestModifier and TypeMethodDescriptionUserRequestDirectoryPanel.getActions
(IModel<UserRequest> model) -
Uses of UserRequest in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return types with arguments of type UserRequestModifier and TypeMethodDescriptionUserRequestRestClient.listRequests
(String keyword, int page, int size, SortParam<String> sort) -
Uses of UserRequest in org.apache.syncope.client.enduser.pages
Fields in org.apache.syncope.client.enduser.pages with type parameters of type UserRequestMethods in org.apache.syncope.client.enduser.pages that return types with arguments of type UserRequestModifier and TypeMethodDescriptionFlowable.URDataProvider.iterator
(long first, long count) Flowable.URDataProvider.model
(UserRequest ur) Methods in org.apache.syncope.client.enduser.pages with parameters of type UserRequest -
Uses of UserRequest in org.apache.syncope.client.enduser.panels
Constructors in org.apache.syncope.client.enduser.panels with parameters of type UserRequestModifierConstructorDescriptionUserRequestDetails
(String id, UserRequest userRequest, WebMarkupContainer container, NotificationPanel notificationPanel) -
Uses of UserRequest in org.apache.syncope.client.enduser.rest
Methods in org.apache.syncope.client.enduser.rest that return types with arguments of type UserRequestModifier and TypeMethodDescriptionUserRequestRestClient.listRequests
(int page, int size, String username, SortParam<String> sort) -
Uses of UserRequest in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return UserRequestModifier and TypeMethodDescriptionUserRequestService.startRequest
(@NotNull String bpmnProcess, String user, WorkflowTaskExecInput inputVariables) Starts a new request for the given BPMN Process and user (if provided) or requesting user (if not provided).Methods in org.apache.syncope.common.rest.api.service that return types with arguments of type UserRequestModifier and TypeMethodDescriptionUserRequestService.listRequests
(UserRequestQuery query) Returns a list of running user requests matching the given query. -
Uses of UserRequest in org.apache.syncope.core.flowable.api
Methods in org.apache.syncope.core.flowable.api that return UserRequestModifier and TypeMethodDescriptionUserRequestHandler.start
(String bpmnProcess, User user, WorkflowTaskExecInput inputVariables) Starts a new user request, for the given BPMN process and user.Methods in org.apache.syncope.core.flowable.api that return types with arguments of type UserRequestModifier and TypeMethodDescriptionorg.springframework.data.domain.Page
<UserRequest> UserRequestHandler.getUserRequests
(String userKey, org.springframework.data.domain.Pageable pageable) Get the running user requests matching the provided parameters. -
Uses of UserRequest in org.apache.syncope.core.flowable.impl
Methods in org.apache.syncope.core.flowable.impl that return UserRequestModifier and TypeMethodDescriptionprotected UserRequest
FlowableUserRequestHandler.getUserRequest
(ProcessInstance procInst) FlowableUserRequestHandler.start
(String bpmnProcess, User user, WorkflowTaskExecInput inputVariables) Methods in org.apache.syncope.core.flowable.impl that return types with arguments of type UserRequestModifier and TypeMethodDescriptionorg.springframework.data.domain.Page
<UserRequest> FlowableUserRequestHandler.getUserRequests
(String userKey, org.springframework.data.domain.Pageable pageable) -
Uses of UserRequest in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return UserRequestModifier and TypeMethodDescriptionprotected UserRequest
UserRequestLogic.doStart
(String bpmnProcess, User user, WorkflowTaskExecInput inputVariables) UserRequestLogic.startRequest
(String bpmnProcess, String userKey, WorkflowTaskExecInput inputVariables) UserRequestLogic.startRequest
(String bpmnProcess, WorkflowTaskExecInput inputVariables) Methods in org.apache.syncope.core.logic that return types with arguments of type UserRequestModifier and TypeMethodDescriptionorg.springframework.data.domain.Page
<UserRequest> UserRequestLogic.listRequests
(String userKey, org.springframework.data.domain.Pageable pageable) -
Uses of UserRequest in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return UserRequestModifier and TypeMethodDescriptionUserRequestServiceImpl.startRequest
(String bpmnProcess, String user, WorkflowTaskExecInput inputVariables) Methods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type UserRequest